Green
#0C460C
GreenColor Codes
All color formats for development
HEX
#0C460CRGB
rgb(12, 70, 12)HSL
hsl(120, 71%, 16%)OKLCH
oklch(0.345 0.105 142.9)CMYK
cmyk(83%, 0%, 83%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F0B
2#093809
3#083108
4#072A07
5#062306
6#051C05
7#041504
8#020E02
9#010701
Tints
Lighter variations
1#126A12
2#188F18
3#1EB41E
4#25D825
5#48E048
6#6CE66C
7#91EC91
8#B6F3B6
9#DAF9DA
Tones
Muted variations
1#0F430F
2#124012
3#153D15
4#173A17
5#1A371A
6#1D341D
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 #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9B | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E566 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C021 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FAE0;
--green-200: #C6F5C6;
--green-300: #9BEE9B;
--green-400: #66E566;
--green-500: #3BDE3B;
--green-600: #21C021;
--green-700: #1A991A;
--green-800: #126D12;
--green-900: #0C460C;
--green-950: #072C07;
}