Green
#104216
GreenColor Codes
All color formats for development
HEX
#104216RGB
rgb(16, 66, 22)HSL
hsl(127, 61%, 16%)OKLCH
oklch(0.335 0.089 145.1)CMYK
cmyk(76%, 0%, 67%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B14
2#0D3511
3#0B2E0F
4#0A270D
5#08210B
6#061A09
7#051407
8#030D04
9#020702
Tints
Lighter variations
1#186421
2#21872D
3#29A938
4#31CC43
5#53D562
6#75DE81
7#98E6A1
8#BAEEC0
9#DDF7E0
Tones
Muted variations
1#123F18
2#153D1A
3#173A1B
4#1A381D
5#1C351F
6#1F3321
7#213023
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D257 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239030 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196722 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104216 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF4;
--green-100: #E2F8E5;
--green-200: #CAF2CE;
--green-300: #A1E8A9;
--green-400: #6FDC7C;
--green-500: #46D257;
--green-600: #2CB53C;
--green-700: #239030;
--green-800: #196722;
--green-900: #104216;
--green-950: #0A290E;
}