Green
#094919
GreenColor Codes
All color formats for development
HEX
#094919RGB
rgb(9, 73, 25)HSL
hsl(135, 78%, 16%)OKLCH
oklch(0.356 0.099 146.9)CMYK
cmyk(88%, 0%, 66%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084116
2#073A14
3#063311
4#052C0F
5#04240C
6#041D0A
7#031607
8#020F05
9#010702
Tints
Lighter variations
1#0E6F26
2#129533
3#17BB40
4#1CE14D
5#40E76A
6#66EC88
7#8DF1A6
8#B3F6C3
9#D9FAE1
Tones
Muted variations
1#0C451A
2#0F421C
3#133F1E
4#163C1F
5#193921
6#1C3622
7#1F3224
8#222F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB83 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | 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: #F1FDF4;
--green-100: #DFFBE6;
--green-200: #C4F8D1;
--green-300: #97F2AD;
--green-400: #60EB83;
--green-500: #33E65F;
--green-600: #19C844;
--green-700: #149F36;
--green-800: #0E7127;
--green-900: #094919;
--green-950: #062D10;
}