Green
#104214
GreenColor Codes
All color formats for development
HEX
#104214RGB
rgb(16, 66, 20)HSL
hsl(125, 61%, 16%)OKLCH
oklch(0.334 0.091 144.4)CMYK
cmyk(76%, 0%, 70%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B12
2#0D3510
3#0B2E0E
4#0A270C
5#08210A
6#061A08
7#051406
8#030D04
9#020702
Tints
Lighter variations
1#18641F
2#218729
3#29A934
4#31CC3E
5#53D55D
6#75DE7E
7#98E69E
8#BAEEBE
9#DDF7DF
Tones
Muted variations
1#123F16
2#153D18
3#173A1A
4#1A381C
5#1C351E
6#1F3321
7#213023
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E4;
--green-200: #CAF2CD;
--green-300: #A1E8A7;
--green-400: #6FDC78;
--green-500: #46D252;
--green-600: #2CB537;
--green-700: #23902C;
--green-800: #19671F;
--green-900: #104214;
--green-950: #0A290D;
}