Green
#0F7011
GreenColor Codes
All color formats for development
HEX
#0F7011RGB
rgb(15, 112, 17)HSL
hsl(121, 76%, 25%)OKLCH
oklch(0.475 0.152 142.9)CMYK
cmyk(87%, 0%, 85%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E650F
2#0C5A0E
3#0B4F0C
4#09430A
5#083808
6#062D07
7#052205
8#031603
9#020B02
Tints
Lighter variations
1#149216
2#18B41B
3#1DD520
4#35E338
5#57E859
6#78ED7A
7#9AF19B
8#BCF6BD
9#DDFADE
Tones
Muted variations
1#146B16
2#19671A
3#1E621F
4#235D24
5#285828
6#2C532D
7#314E32
8#364936
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F199 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA64 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E338 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7011 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C5;
--green-300: #98F199;
--green-400: #62EA64;
--green-500: #35E338;
--green-600: #1BC51E;
--green-700: #159D18;
--green-800: #0F7011;
--green-900: #0A480B;
--green-950: #062D07;
}