Green
#156A15
GreenColor Codes
All color formats for development
HEX
#156A15RGB
rgb(21, 106, 21)HSL
hsl(120, 67%, 25%)OKLCH
oklch(0.458 0.141 142.8)CMYK
cmyk(80%, 0%, 80%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136013
2#115511
3#0F4B0F
4#0D400D
5#0B350B
6#082B08
7#062006
8#041504
9#020B02
Tints
Lighter variations
1#1B8A1B
2#22AA22
3#28CA28
4#3FD93F
5#5FDF5F
6#7FE67F
7#9FEC9F
8#BFF2BF
9#DFF9DF
Tones
Muted variations
1#196619
2#1E621E
3#225E22
4#265926
5#2A552A
6#2F512F
7#334D33
8#374837
9#3B443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DEC9D | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE26A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD93F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D951D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D440D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FCF2;
--green-100: #E1F9E1;
--green-200: #C8F4C8;
--green-300: #9DEC9D;
--green-400: #6AE26A;
--green-500: #3FD93F;
--green-600: #25BB25;
--green-700: #1D951D;
--green-800: #156A15;
--green-900: #0D440D;
--green-950: #082B08;
}