Green
#0F7014
GreenColor Codes
All color formats for development
HEX
#0F7014RGB
rgb(15, 112, 20)HSL
hsl(123, 76%, 25%)OKLCH
oklch(0.475 0.15 143.2)CMYK
cmyk(87%, 0%, 82%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6512
2#0C5A10
3#0B4F0E
4#09430C
5#08380A
6#062D08
7#052206
8#031604
9#020B02
Tints
Lighter variations
1#14921A
2#18B420
3#1DD526
4#35E33E
5#57E85E
6#78ED7E
7#9AF19E
8#BCF6BF
9#DDFADF
Tones
Muted variations
1#146B19
2#19671D
3#1E6221
4#235D26
5#28582A
6#2C532E
7#314E33
8#364937
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19C | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA69 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC523 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7014 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE1;
--green-200: #C5F7C7;
--green-300: #98F19C;
--green-400: #62EA69;
--green-500: #35E33E;
--green-600: #1BC523;
--green-700: #159D1C;
--green-800: #0F7014;
--green-900: #0A480D;
--green-950: #062D08;
}