Green
#0E7116
GreenColor Codes
All color formats for development
HEX
#0E7116RGB
rgb(14, 113, 22)HSL
hsl(125, 78%, 25%)OKLCH
oklch(0.478 0.151 143.5)CMYK
cmyk(88%, 0%, 81%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6614
2#0B5B12
3#0A4F10
4#08440D
5#07390B
6#062D09
7#042207
8#031704
9#010B02
Tints
Lighter variations
1#12941D
2#16B624
3#1BD82A
4#33E642
5#55EA61
6#77EE81
7#99F2A0
8#BBF7C0
9#DDFBDF
Tones
Muted variations
1#136D1A
2#18681F
3#1D6323
4#225E27
5#27592B
6#2C542F
7#314F33
8#364A37
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29E | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB6C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E642 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C827 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7116 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE2;
--green-200: #C4F8C8;
--green-300: #97F29E;
--green-400: #60EB6C;
--green-500: #33E642;
--green-600: #19C827;
--green-700: #149F1F;
--green-800: #0E7116;
--green-900: #09490E;
--green-950: #062D09;
}