Green
#09491A
GreenColor Codes
All color formats for development
HEX
#09491ARGB
rgb(9, 73, 26)HSL
hsl(136, 78%, 16%)OKLCH
oklch(0.356 0.098 147.2)CMYK
cmyk(88%, 0%, 64%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084117
2#073A15
3#063312
4#052C10
5#04240D
6#041D0A
7#031608
8#020F05
9#010703
Tints
Lighter variations
1#0E6F28
2#129535
3#17BB43
4#1CE150
5#40E76D
6#66EC8A
7#8DF1A7
8#B3F6C5
9#D9FAE2
Tones
Muted variations
1#0C451B
2#0F421D
3#133F1E
4#163C20
5#193921
6#1C3623
7#1F3224
8#222F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB85 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E662 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C847 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF5;
--green-100: #DFFBE7;
--green-200: #C4F8D2;
--green-300: #97F2AF;
--green-400: #60EB85;
--green-500: #33E662;
--green-600: #19C847;
--green-700: #149F39;
--green-800: #0E7129;
--green-900: #09491A;
--green-950: #062D10;
}