Green
#0C460D
GreenColor Codes
All color formats for development
HEX
#0C460DRGB
rgb(12, 70, 13)HSL
hsl(121, 71%, 16%)OKLCH
oklch(0.345 0.104 143.1)CMYK
cmyk(83%, 0%, 81%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F0C
2#09380A
3#083109
4#072A08
5#062306
6#051C05
7#041504
8#020E03
9#010701
Tints
Lighter variations
1#126A14
2#188F1A
3#1EB421
4#25D828
5#48E04A
6#6CE66F
7#91EC93
8#B6F3B7
9#DAF9DB
Tones
Muted variations
1#0F4310
2#124012
3#153D15
4#173A18
5#1A371B
6#1D341E
7#203120
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 #C6F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9C | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E568 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C023 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE1;
--green-200: #C6F5C7;
--green-300: #9BEE9C;
--green-400: #66E568;
--green-500: #3BDE3D;
--green-600: #21C023;
--green-700: #1A991C;
--green-800: #126D14;
--green-900: #0C460D;
--green-950: #072C08;
}