Green
#0A4816
GreenColor Codes
All color formats for development
HEX
#0A4816RGB
rgb(10, 72, 22)HSL
hsl(132, 76%, 16%)OKLCH
oklch(0.352 0.1 145.8)CMYK
cmyk(86%, 0%, 69%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094114
2#083912
3#073210
4#062B0D
5#05240B
6#041D09
7#031607
8#020E04
9#010702
Tints
Lighter variations
1#0F6E22
2#14932E
3#19B939
4#1EDF45
5#43E563
6#68EA82
7#8EF0A1
8#B4F5C1
9#D9FAE0
Tones
Muted variations
1#0D4518
2#10421A
3#133F1C
4#163B1E
5#19381F
6#1C3521
7#1F3223
8#232F25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E358 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7023 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4816 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FBE5;
--green-200: #C5F7CF;
--green-300: #98F1AA;
--green-400: #62EA7D;
--green-500: #35E358;
--green-600: #1BC53D;
--green-700: #159D31;
--green-800: #0F7023;
--green-900: #0A4816;
--green-950: #062D0E;
}