Green
#104212
GreenColor Codes
All color formats for development
HEX
#104212RGB
rgb(16, 66, 18)HSL
hsl(122, 61%, 16%)OKLCH
oklch(0.334 0.093 143.7)CMYK
cmyk(76%, 0%, 73%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B10
2#0D350E
3#0B2E0C
4#0A270B
5#082109
6#061A07
7#051405
8#030D04
9#020702
Tints
Lighter variations
1#18641B
2#218724
3#29A92D
4#31CC36
5#53D557
6#75DE79
7#98E69A
8#BAEEBC
9#DDF7DD
Tones
Muted variations
1#123F14
2#153D16
3#173A19
4#1A381B
5#1C351D
6#1F3320
7#213022
8#242E24
9#262B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E3;
--green-200: #CAF2CB;
--green-300: #A1E8A3;
--green-400: #6FDC73;
--green-500: #46D24B;
--green-600: #2CB530;
--green-700: #239026;
--green-800: #19671B;
--green-900: #104212;
--green-950: #0A290B;
}