Green
#094918
GreenColor Codes
All color formats for development
HEX
#094918RGB
rgb(9, 73, 24)HSL
hsl(134, 78%, 16%)OKLCH
oklch(0.355 0.1 146.5)CMYK
cmyk(88%, 0%, 67%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084115
2#073A13
3#063311
4#052C0E
5#04240C
6#041D0A
7#031607
8#020F05
9#010702
Tints
Lighter variations
1#0E6F24
2#129531
3#17BB3D
4#1CE14A
5#40E767
6#66EC86
7#8DF1A4
8#B3F6C2
9#D9FAE1
Tones
Muted variations
1#0C451A
2#0F421B
3#133F1D
4#163C1F
5#193920
6#1C3622
7#1F3224
8#222F25
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 #C4F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB81 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C842 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7125 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094918 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF4;
--green-100: #DFFBE6;
--green-200: #C4F8D0;
--green-300: #97F2AC;
--green-400: #60EB81;
--green-500: #33E65D;
--green-600: #19C842;
--green-700: #149F34;
--green-800: #0E7125;
--green-900: #094918;
--green-950: #062D0F;
}