Green
#09490F
GreenColor Codes
All color formats for development
HEX
#09490FRGB
rgb(9, 73, 15)HSL
hsl(126, 78%, 16%)OKLCH
oklch(0.354 0.108 143.9)CMYK
cmyk(88%, 0%, 79%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08410E
2#073A0C
3#06330B
4#052C09
5#042408
6#041D06
7#031605
8#020F03
9#010702
Tints
Lighter variations
1#0E6F17
2#12951F
3#17BB28
4#1CE130
5#40E751
6#66EC74
7#8DF197
8#B3F6B9
9#D9FADC
Tones
Muted variations
1#0C4512
2#0F4214
3#133F17
4#163C1A
5#19391C
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 #C4F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB6E | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C82A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7118 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490F | 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: #C4F8C9;
--green-300: #97F2A0;
--green-400: #60EB6E;
--green-500: #33E645;
--green-600: #19C82A;
--green-700: #149F22;
--green-800: #0E7118;
--green-900: #09490F;
--green-950: #062D0A;
}