Green
#107010
GreenColor Codes
All color formats for development
HEX
#107010RGB
rgb(16, 112, 16)HSL
hsl(120, 75%, 25%)OKLCH
oklch(0.475 0.152 142.7)CMYK
cmyk(86%, 0%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E640E
2#0D590D
3#0B4E0B
4#0A430A
5#083808
6#062D06
7#052105
8#031603
9#020B02
Tints
Lighter variations
1#159115
2#19B319
3#1ED41E
4#36E236
5#58E758
6#79EC79
7#9BF19B
8#BCF5BC
9#DEFADE
Tones
Muted variations
1#156B15
2#196619
3#1E611E
4#235C23
5#285828
6#2D532D
7#314E31
8#364936
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F098 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E963 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C5;
--green-300: #98F098;
--green-400: #63E963;
--green-500: #36E236;
--green-600: #1CC41C;
--green-700: #169C16;
--green-800: #107010;
--green-900: #0A470A;
--green-950: #062D06;
}