Green
#094914
GreenColor Codes
All color formats for development
HEX
#094914RGB
rgb(9, 73, 20)HSL
hsl(130, 78%, 16%)OKLCH
oklch(0.355 0.104 145.2)CMYK
cmyk(88%, 0%, 73%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084112
2#073A10
3#06330E
4#052C0C
5#04240A
6#041D08
7#031606
8#020F04
9#010702
Tints
Lighter variations
1#0E6F1E
2#129528
3#17BB32
4#1CE13D
5#40E75C
6#66EC7D
7#8DF19D
8#B3F6BE
9#D9FADE
Tones
Muted variations
1#0C4516
2#0F4218
3#133F1A
4#163C1C
5#19391E
6#1C3620
7#1F3222
8#222F25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB77 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C836 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094914 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF3;
--green-100: #DFFBE4;
--green-200: #C4F8CD;
--green-300: #97F2A6;
--green-400: #60EB77;
--green-500: #33E651;
--green-600: #19C836;
--green-700: #149F2B;
--green-800: #0E711F;
--green-900: #094914;
--green-950: #062D0C;
}