Green
#0F7115
GreenColor Codes
All color formats for development
HEX
#0F7115RGB
rgb(15, 113, 21)HSL
hsl(124, 77%, 25%)OKLCH
oklch(0.478 0.151 143.3)CMYK
cmyk(87%, 0%, 81%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6613
2#0C5A11
3#0A4F0F
4#09440D
5#07380B
6#062D08
7#042206
8#031704
9#010B02
Tints
Lighter variations
1#13931C
2#17B522
3#1CD628
4#34E540
5#56E960
6#78ED7F
7#99F29F
8#BBF6BF
9#DDFBDF
Tones
Muted variations
1#146C19
2#18671E
3#1D6222
4#225D26
5#27582A
6#2C532F
7#314E33
8#364A37
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA6A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E540 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC725 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E1E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09480E | 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: #F1FDF2;
--green-100: #DFFBE1;
--green-200: #C4F7C8;
--green-300: #97F29D;
--green-400: #61EA6A;
--green-500: #34E540;
--green-600: #1AC725;
--green-700: #159E1E;
--green-800: #0F7115;
--green-900: #09480E;
--green-950: #062D08;
}