Green
#094909
GreenColor Codes
All color formats for development
HEX
#094909RGB
rgb(9, 73, 9)HSL
hsl(120, 78%, 16%)OKLCH
oklch(0.354 0.111 142.8)CMYK
cmyk(88%, 0%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084108
2#073A07
3#063306
4#052C05
5#042404
6#041D04
7#031603
8#020F02
9#010701
Tints
Lighter variations
1#0E6F0E
2#129512
3#17BB17
4#1CE11C
5#40E740
6#66EC66
7#8DF18D
8#B3F6B3
9#D9FAD9
Tones
Muted variations
1#0C450C
2#0F420F
3#133F13
4#163C16
5#193919
6#1C361C
7#1F321F
8#222F22
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB60 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF1;
--green-100: #DFFBDF;
--green-200: #C4F8C4;
--green-300: #97F297;
--green-400: #60EB60;
--green-500: #33E633;
--green-600: #19C819;
--green-700: #149F14;
--green-800: #0E710E;
--green-900: #094909;
--green-950: #062D06;
}