Green
#094912
GreenColor Codes
All color formats for development
HEX
#094912RGB
rgb(9, 73, 18)HSL
hsl(128, 78%, 16%)OKLCH
oklch(0.355 0.105 144.7)CMYK
cmyk(88%, 0%, 75%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084110
2#073A0E
3#06330C
4#052C0A
5#042409
6#041D07
7#031605
8#020F03
9#010702
Tints
Lighter variations
1#0E6F1B
2#129524
3#17BB2D
4#1CE136
5#40E757
6#66EC78
7#8DF19A
8#B3F6BC
9#D9FADD
Tones
Muted variations
1#0C4514
2#0F4216
3#133F18
4#163C1B
5#19391D
6#1C361F
7#1F3222
8#222F24
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB73 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF3;
--green-100: #DFFBE3;
--green-200: #C4F8CB;
--green-300: #97F2A3;
--green-400: #60EB73;
--green-500: #33E64B;
--green-600: #19C830;
--green-700: #149F26;
--green-800: #0E711B;
--green-900: #094911;
--green-950: #062D0B;
}