Green
#0F7019
GreenColor Codes
All color formats for development
HEX
#0F7019RGB
rgb(15, 112, 25)HSL
hsl(126, 76%, 25%)OKLCH
oklch(0.476 0.148 143.8)CMYK
cmyk(87%, 0%, 78%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6516
2#0C5A14
3#0B4F11
4#09430F
5#08380C
6#062D0A
7#052207
8#031605
9#020B02
Tints
Lighter variations
1#149220
2#18B428
3#1DD52F
4#35E346
5#57E865
6#78ED84
7#9AF1A3
8#BCF6C1
9#DDFAE0
Tones
Muted variations
1#146B1D
2#196721
3#1E6225
4#235D28
5#28582C
6#2C5330
7#314E34
8#364938
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE2;
--green-200: #C5F7CA;
--green-300: #98F1A1;
--green-400: #62EA6F;
--green-500: #35E346;
--green-600: #1BC52C;
--green-700: #159D23;
--green-800: #0F7019;
--green-900: #0A4810;
--green-950: #062D0A;
}