Green
#0A4719
GreenColor Codes
All color formats for development
HEX
#0A4719RGB
rgb(10, 71, 25)HSL
hsl(135, 75%, 16%)OKLCH
oklch(0.349 0.096 147)CMYK
cmyk(86%, 0%, 65%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094017
2#083914
3#073212
4#062B0F
5#05240D
6#041D0A
7#031508
8#020E05
9#010703
Tints
Lighter variations
1#106D27
2#159234
3#1AB842
4#20DD4F
5#44E46C
6#69EA89
7#8FEFA7
8#B4F4C4
9#DAFAE2
Tones
Muted variations
1#0D441B
2#10411D
3#133E1E
4#163B20
5#1A3821
6#1D3523
7#203224
8#232F26
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0AE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E984 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E261 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4719 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FBE6;
--green-200: #C5F7D1;
--green-300: #98F0AE;
--green-400: #63E984;
--green-500: #36E261;
--green-600: #1CC446;
--green-700: #169C38;
--green-800: #107028;
--green-900: #0A4719;
--green-950: #062D10;
}