Green
#09490A
GreenColor Codes
All color formats for development
HEX
#09490ARGB
rgb(9, 73, 10)HSL
hsl(121, 78%, 16%)OKLCH
oklch(0.354 0.111 142.9)CMYK
cmyk(88%, 0%, 86%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084109
2#073A08
3#063307
4#052C06
5#042405
6#041D04
7#031603
8#020F02
9#010701
Tints
Lighter variations
1#0E6F0F
2#129515
3#17BB1A
4#1CE11F
5#40E743
6#66EC69
7#8DF18E
8#B3F6B4
9#D9FAD9
Tones
Muted variations
1#0C450D
2#0F4210
3#133F13
4#163C16
5#193919
6#1C361C
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 #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F298 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB62 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E636 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490A | 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: #F1FDF2;
--green-100: #DFFBE0;
--green-200: #C4F8C5;
--green-300: #97F298;
--green-400: #60EB62;
--green-500: #33E636;
--green-600: #19C81C;
--green-700: #149F16;
--green-800: #0E7110;
--green-900: #09490A;
--green-950: #062D06;
}