Green
#0C4617
GreenColor Codes
All color formats for development
HEX
#0C4617RGB
rgb(12, 70, 23)HSL
hsl(131, 71%, 16%)OKLCH
oklch(0.346 0.096 146)CMYK
cmyk(83%, 0%, 67%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F14
2#093812
3#083110
4#072A0D
5#06230B
6#051C09
7#041507
8#020E04
9#010702
Tints
Lighter variations
1#126A22
2#188F2E
3#1EB43A
4#25D846
5#48E064
6#6CE683
7#91ECA2
8#B6F3C1
9#DAF9E0
Tones
Muted variations
1#0F4318
2#12401A
3#153D1C
4#173A1E
5#1A3720
6#1D3421
7#203123
8#232F25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAA | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E57E | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C03E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9931 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4616 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FAE5;
--green-200: #C6F5CF;
--green-300: #9BEEAA;
--green-400: #66E57E;
--green-500: #3BDE59;
--green-600: #21C03E;
--green-700: #1A9931;
--green-800: #126D23;
--green-900: #0C4616;
--green-950: #072C0E;
}