Green
#0C460E
GreenColor Codes
All color formats for development
HEX
#0C460ERGB
rgb(12, 70, 14)HSL
hsl(122, 71%, 16%)OKLCH
oklch(0.345 0.103 143.3)CMYK
cmyk(83%, 0%, 80%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F0C
2#09380B
3#08310A
4#072A08
5#062307
6#051C06
7#041504
8#020E03
9#010701
Tints
Lighter variations
1#126A15
2#188F1C
3#1EB423
4#25D82B
5#48E04D
6#6CE671
7#91EC94
8#B6F3B8
9#DAF9DB
Tones
Muted variations
1#0F4310
2#124013
3#153D16
4#173A19
5#1A371B
6#1D341E
7#203121
8#232F23
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9D | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E56B | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE40 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C026 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE1;
--green-200: #C6F5C8;
--green-300: #9BEE9D;
--green-400: #66E56B;
--green-500: #3BDE40;
--green-600: #21C026;
--green-700: #1A991E;
--green-800: #126D16;
--green-900: #0C460E;
--green-950: #072C09;
}