Green
#09490C
GreenColor Codes
All color formats for development
HEX
#09490CRGB
rgb(9, 73, 12)HSL
hsl(123, 78%, 16%)OKLCH
oklch(0.354 0.11 143.3)CMYK
cmyk(88%, 0%, 84%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08410B
2#073A0A
3#063309
4#052C07
5#042406
6#041D05
7#031604
8#020F02
9#010701
Tints
Lighter variations
1#0E6F13
2#129519
3#17BB1F
4#1CE126
5#40E749
6#66EC6D
7#8DF192
8#B3F6B6
9#D9FADB
Tones
Muted variations
1#0C450F
2#0F4212
3#133F15
4#163C18
5#19391A
6#1C361D
7#1F3220
8#222F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29B | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB67 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C821 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7113 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE1;
--green-200: #C4F8C7;
--green-300: #97F29B;
--green-400: #60EB67;
--green-500: #33E63C;
--green-600: #19C821;
--green-700: #149F1B;
--green-800: #0E7113;
--green-900: #09490C;
--green-950: #062D08;
}