Green
#104116
GreenColor Codes
All color formats for development
HEX
#104116RGB
rgb(16, 65, 22)HSL
hsl(127, 60%, 16%)OKLCH
oklch(0.332 0.088 145.2)CMYK
cmyk(75%, 0%, 66%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B14
2#0D3412
3#0B2E0F
4#0A270D
5#08210B
6#071A09
7#051407
8#030D04
9#020702
Tints
Lighter variations
1#196422
2#21862D
3#2AA839
4#33CA44
5#54D463
6#76DD82
7#98E5A1
8#BAEEC0
9#DDF6E0
Tones
Muted variations
1#133F18
2#153C1A
3#183A1C
4#1A371E
5#1D351F
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 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D157 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6622 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104116 | 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: #CAF2CF;
--green-300: #A1E8A9;
--green-400: #70DB7D;
--green-500: #47D157;
--green-600: #2DB43D;
--green-700: #248F30;
--green-800: #1A6622;
--green-900: #104116;
--green-950: #0A290E;
}