Green
#0F7017
GreenColor Codes
All color formats for development
HEX
#0F7017RGB
rgb(15, 112, 23)HSL
hsl(125, 76%, 25%)OKLCH
oklch(0.475 0.149 143.6)CMYK
cmyk(87%, 0%, 79%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6515
2#0C5A13
3#0B4F10
4#09430E
5#08380C
6#062D09
7#052207
8#031605
9#020B02
Tints
Lighter variations
1#14921E
2#18B425
3#1DD52C
4#35E344
5#57E863
6#78ED82
7#9AF1A1
8#BCF6C1
9#DDFAE0
Tones
Muted variations
1#146B1B
2#19671F
3#1E6223
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 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19F | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E344 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC529 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7017 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F2FDF3;
--green-100: #E0FBE2;
--green-200: #C5F7C9;
--green-300: #98F19F;
--green-400: #62EA6D;
--green-500: #35E344;
--green-600: #1BC529;
--green-700: #159D21;
--green-800: #0F7017;
--green-900: #0A480F;
--green-950: #062D09;
}