Green
#104210
GreenColor Codes
All color formats for development
HEX
#104210RGB
rgb(16, 66, 16)HSL
hsl(120, 61%, 16%)OKLCH
oklch(0.334 0.095 143.1)CMYK
cmyk(76%, 0%, 76%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B0E
2#0D350D
3#0B2E0B
4#0A270A
5#082108
6#061A06
7#051405
8#030D03
9#020702
Tints
Lighter variations
1#186418
2#218721
3#29A929
4#31CC31
5#53D553
6#75DE75
7#98E698
8#BAEEBA
9#DDF7DD
Tones
Muted variations
1#123F12
2#153D15
3#173A17
4#1A381A
5#1C351C
6#1F331F
7#213021
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 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC6F | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D246 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196719 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104210 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F3FCF3;
--green-100: #E2F8E2;
--green-200: #CAF2CA;
--green-300: #A1E8A1;
--green-400: #6FDC6F;
--green-500: #46D246;
--green-600: #2CB52C;
--green-700: #239023;
--green-800: #196719;
--green-900: #104210;
--green-950: #0A290A;
}