Green
#0A470A
GreenColor Codes
All color formats for development
HEX
#0A470ARGB
rgb(10, 71, 10)HSL
hsl(120, 75%, 16%)OKLCH
oklch(0.348 0.108 142.8)CMYK
cmyk(86%, 0%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094009
2#083908
3#073207
4#062B06
5#052405
6#041D04
7#031503
8#020E02
9#010701
Tints
Lighter variations
1#106D10
2#159215
3#1AB81A
4#20DD20
5#44E444
6#69EA69
7#8FEF8F
8#B4F4B4
9#DAFADA
Tones
Muted variations
1#0D440D
2#104110
3#133E13
4#163B16
5#1A381A
6#1D351D
7#203220
8#232F23
9#262C26
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;
}