Green
#0E440E
GreenColor Codes
All color formats for development
HEX
#0E440ERGB
rgb(14, 68, 14)HSL
hsl(120, 66%, 16%)OKLCH
oklch(0.34 0.1 143)CMYK
cmyk(79%, 0%, 79%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D0C
2#0B360B
3#0A2F0A
4#082908
5#072207
6#061B06
7#041404
8#030E03
9#010701
Tints
Lighter variations
1#156715
2#1C8B1C
3#24AE24
4#2BD22B
5#4DDB4D
6#71E271
7#94E994
8#B8F0B8
9#DBF8DB
Tones
Muted variations
1#114111
2#133E13
3#163C16
4#193919
5#1B361B
6#1E341E
7#213121
8#232E23
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEB9E | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE16B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D841 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA26 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E941E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E440E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF2;
--green-100: #E1F9E1;
--green-200: #C8F4C8;
--green-300: #9EEB9E;
--green-400: #6BE16B;
--green-500: #41D841;
--green-600: #26BA26;
--green-700: #1E941E;
--green-800: #166A16;
--green-900: #0E440E;
--green-950: #092A09;
}