Green
#0A481E
GreenColor Codes
All color formats for development
HEX
#0A481ERGB
rgb(10, 72, 30)HSL
hsl(139, 76%, 16%)OKLCH
oklch(0.353 0.092 149)CMYK
cmyk(86%, 0%, 58%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09411A
2#083918
3#073215
4#062B12
5#05240F
6#041D0C
7#031609
8#020E06
9#010703
Tints
Lighter variations
1#0F6E2D
2#14933C
3#19B94C
4#1EDF5B
5#43E576
6#68EA91
7#8EF0AD
8#B4F5C8
9#D9FAE4
Tones
Muted variations
1#0D451F
2#104220
3#133F21
4#163B22
5#193823
6#1C3524
7#1F3225
8#232F27
9#262C28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC551 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF5;
--green-100: #E0FBE8;
--green-200: #C5F7D5;
--green-300: #98F1B4;
--green-400: #62EA8D;
--green-500: #35E36C;
--green-600: #1BC551;
--green-700: #159D40;
--green-800: #0F702E;
--green-900: #0A481D;
--green-950: #062D12;
}