Green
#094910
GreenColor Codes
All color formats for development
HEX
#094910RGB
rgb(9, 73, 16)HSL
hsl(127, 78%, 16%)OKLCH
oklch(0.354 0.107 144.2)CMYK
cmyk(88%, 0%, 78%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08410F
2#073A0D
3#06330B
4#052C0A
5#042408
6#041D07
7#031605
8#020F03
9#010702
Tints
Lighter variations
1#0E6F19
2#129522
3#17BB2A
4#1CE133
5#40E754
6#66EC76
7#8DF198
8#B3F6BB
9#D9FADD
Tones
Muted variations
1#0C4513
2#0F4215
3#133F18
4#163C1A
5#19391D
6#1C361F
7#1F3221
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 #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB70 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF3;
--green-100: #DFFBE2;
--green-200: #C4F8CA;
--green-300: #97F2A1;
--green-400: #60EB70;
--green-500: #33E648;
--green-600: #19C82D;
--green-700: #149F24;
--green-800: #0E711A;
--green-900: #094910;
--green-950: #062D0A;
}