Green
#0F7013
GreenColor Codes
All color formats for development
HEX
#0F7013RGB
rgb(15, 112, 19)HSL
hsl(122, 76%, 25%)OKLCH
oklch(0.475 0.151 143.1)CMYK
cmyk(87%, 0%, 83%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6511
2#0C5A0F
3#0B4F0D
4#09430B
5#083809
6#062D07
7#052206
8#031604
9#020B02
Tints
Lighter variations
1#149218
2#18B41E
3#1DD523
4#35E33B
5#57E85C
6#78ED7C
7#9AF19D
8#BCF6BE
9#DDFADE
Tones
Muted variations
1#146B17
2#19671C
3#1E6220
4#235D25
5#285829
6#2C532E
7#314E32
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 #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF2;
--green-100: #E0FBE0;
--green-200: #C5F7C6;
--green-300: #98F19B;
--green-400: #62EA66;
--green-500: #35E33B;
--green-600: #1BC521;
--green-700: #159D1A;
--green-800: #0F7013;
--green-900: #0A480C;
--green-950: #062D07;
}