Green
#0A4818
GreenColor Codes
All color formats for development
HEX
#0A4818RGB
rgb(10, 72, 24)HSL
hsl(134, 76%, 16%)OKLCH
oklch(0.352 0.098 146.5)CMYK
cmyk(86%, 0%, 67%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094116
2#083913
3#073211
4#062B0F
5#05240C
6#041D0A
7#031607
8#020E05
9#010702
Tints
Lighter variations
1#0F6E25
2#149332
3#19B93E
4#1EDF4B
5#43E568
6#68EA87
7#8EF0A5
8#B4F5C3
9#D9FAE1
Tones
Muted variations
1#0D451A
2#10421C
3#133F1D
4#163B1F
5#193821
6#1C3522
7#1F3224
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 #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA82 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7026 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4818 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF4;
--green-100: #E0FBE6;
--green-200: #C5F7D0;
--green-300: #98F1AD;
--green-400: #62EA82;
--green-500: #35E35E;
--green-600: #1BC543;
--green-700: #159D35;
--green-800: #0F7026;
--green-900: #0A4818;
--green-950: #062D0F;
}