Green
#0A4811
GreenColor Codes
All color formats for development
HEX
#0A4811RGB
rgb(10, 72, 17)HSL
hsl(127, 76%, 16%)OKLCH
oklch(0.352 0.104 144.3)CMYK
cmyk(86%, 0%, 76%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09410F
2#08390E
3#07320C
4#062B0A
5#052409
6#041D07
7#031605
8#020E03
9#010702
Tints
Lighter variations
1#0F6E1A
2#149323
3#19B92C
4#1EDF35
5#43E555
6#68EA77
7#8EF099
8#B4F5BB
9#D9FADD
Tones
Muted variations
1#0D4513
2#104216
3#133F18
4#163B1B
5#19381D
6#1C351F
7#1F3222
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 #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE3;
--green-200: #C5F7CB;
--green-300: #98F1A2;
--green-400: #62EA72;
--green-500: #35E349;
--green-600: #1BC52F;
--green-700: #159D25;
--green-800: #0F701B;
--green-900: #0A4811;
--green-950: #062D0B;
}