Green
#0A4814
GreenColor Codes
All color formats for development
HEX
#0A4814RGB
rgb(10, 72, 20)HSL
hsl(130, 76%, 16%)OKLCH
oklch(0.352 0.102 145.1)CMYK
cmyk(86%, 0%, 72%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094112
2#083910
3#07320E
4#062B0C
5#05240A
6#041D08
7#031606
8#020E04
9#010702
Tints
Lighter variations
1#0F6E1F
2#149329
3#19B934
4#1EDF3E
5#43E55E
6#68EA7E
7#8EF09E
8#B4F5BE
9#D9FADF
Tones
Muted variations
1#0D4516
2#104218
3#133F1A
4#163B1C
5#19381E
6#1C3521
7#1F3223
8#232F25
9#262C27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA79 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E352 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4814 | 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: #F2FDF3;
--green-100: #E0FBE4;
--green-200: #C5F7CD;
--green-300: #98F1A7;
--green-400: #62EA79;
--green-500: #35E352;
--green-600: #1BC537;
--green-700: #159D2C;
--green-800: #0F701F;
--green-900: #0A4814;
--green-950: #062D0D;
}