Green
#0A4815
GreenColor Codes
All color formats for development
HEX
#0A4815RGB
rgb(10, 72, 21)HSL
hsl(131, 76%, 16%)OKLCH
oklch(0.352 0.101 145.5)CMYK
cmyk(86%, 0%, 71%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094113
2#083911
3#07320F
4#062B0D
5#05240B
6#041D08
7#031606
8#020E04
9#010702
Tints
Lighter variations
1#0F6E20
2#14932B
3#19B936
4#1EDF42
5#43E560
6#68EA80
7#8EF0A0
8#B4F5C0
9#D9FADF
Tones
Muted variations
1#0D4517
2#104219
3#133F1B
4#163B1D
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 #C5F7CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E355 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7021 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4815 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FBE5;
--green-200: #C5F7CE;
--green-300: #98F1A8;
--green-400: #62EA7B;
--green-500: #35E355;
--green-600: #1BC53A;
--green-700: #159D2E;
--green-800: #0F7021;
--green-900: #0A4815;
--green-950: #062D0D;
}