Green
#0A4810
GreenColor Codes
All color formats for development
HEX
#0A4810RGB
rgb(10, 72, 16)HSL
hsl(126, 76%, 16%)OKLCH
oklch(0.351 0.105 144.1)CMYK
cmyk(86%, 0%, 78%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09410E
2#08390D
3#07320B
4#062B0A
5#052408
6#041D06
7#031605
8#020E03
9#010702
Tints
Lighter variations
1#0F6E18
2#149321
3#19B929
4#1EDF32
5#43E553
6#68EA75
7#8EF098
8#B4F5BA
9#D9FADD
Tones
Muted variations
1#0D4512
2#104215
3#133F17
4#163B1A
5#19381C
6#1C351F
7#1F3221
8#232F24
9#262C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE2;
--green-200: #C5F7CA;
--green-300: #98F1A1;
--green-400: #62EA6F;
--green-500: #35E346;
--green-600: #1BC52C;
--green-700: #159D23;
--green-800: #0F7019;
--green-900: #0A4810;
--green-950: #062D0A;
}