Green
#0A4817
GreenColor Codes
All color formats for development
HEX
#0A4817RGB
rgb(10, 72, 23)HSL
hsl(133, 76%, 16%)OKLCH
oklch(0.352 0.099 146.1)CMYK
cmyk(86%, 0%, 68%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094115
2#083913
3#073210
4#062B0E
5#05240C
6#041D09
7#031607
8#020E05
9#010702
Tints
Lighter variations
1#0F6E23
2#149330
3#19B93C
4#1EDF48
5#43E566
6#68EA84
7#8EF0A3
8#B4F5C2
9#D9FAE0
Tones
Muted variations
1#0D4519
2#10421B
3#133F1D
4#163B1E
5#193820
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 #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7024 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4817 | 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: #E0FBE5;
--green-200: #C5F7D0;
--green-300: #98F1AB;
--green-400: #62EA7F;
--green-500: #35E35B;
--green-600: #1BC540;
--green-700: #159D33;
--green-800: #0F7024;
--green-900: #0A4817;
--green-950: #062D0F;
}