Green
#0A480C
GreenColor Codes
All color formats for development
HEX
#0A480CRGB
rgb(10, 72, 12)HSL
hsl(122, 76%, 16%)OKLCH
oklch(0.351 0.108 143.2)CMYK
cmyk(86%, 0%, 83%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09410B
2#083909
3#073208
4#062B07
5#052406
6#041D05
7#031604
8#020E02
9#010701
Tints
Lighter variations
1#0F6E12
2#149318
3#19B91F
4#1EDF25
5#43E548
6#68EA6D
7#8EF091
8#B4F5B6
9#D9FADA
Tones
Muted variations
1#0D450F
2#104212
3#133F15
4#163B17
5#19381A
6#1C351D
7#1F3220
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 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C6;
--green-300: #98F19B;
--green-400: #62EA66;
--green-500: #35E33B;
--green-600: #1BC521;
--green-700: #159D1A;
--green-800: #0F7013;
--green-900: #0A480C;
--green-950: #062D07;
}