Green
#094913
GreenColor Codes
All color formats for development
HEX
#094913RGB
rgb(9, 73, 19)HSL
hsl(129, 78%, 16%)OKLCH
oklch(0.355 0.104 144.9)CMYK
cmyk(88%, 0%, 74%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084111
2#073A0F
3#06330D
4#052C0B
5#042409
6#041D07
7#031606
8#020F04
9#010702
Tints
Lighter variations
1#0E6F1C
2#129526
3#17BB30
4#1CE139
5#40E759
6#66EC7B
7#8DF19C
8#B3F6BD
9#D9FADE
Tones
Muted variations
1#0C4515
2#0F4217
3#133F19
4#163C1B
5#19391E
6#1C3620
7#1F3222
8#222F24
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB75 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C833 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | 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: #DFFBE3;
--green-200: #C4F8CC;
--green-300: #97F2A4;
--green-400: #60EB75;
--green-500: #33E64E;
--green-600: #19C833;
--green-700: #149F29;
--green-800: #0E711D;
--green-900: #094913;
--green-950: #062D0C;
}