Green
#0F710F
GreenColor Codes
All color formats for development
HEX
#0F710FRGB
rgb(15, 113, 15)HSL
hsl(120, 77%, 25%)OKLCH
oklch(0.478 0.154 142.7)CMYK
cmyk(87%, 0%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D660D
2#0C5A0C
3#0A4F0A
4#094409
5#073807
6#062D06
7#042204
8#031703
9#010B01
Tints
Lighter variations
1#139313
2#17B517
3#1CD61C
4#34E534
5#56E956
6#78ED78
7#99F299
8#BBF6BB
9#DDFBDD
Tones
Muted variations
1#146C14
2#186718
3#1D621D
4#225D22
5#275827
6#2C532C
7#314E31
8#364A36
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA61 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094809 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF1;
--green-100: #DFFBDF;
--green-200: #C4F7C4;
--green-300: #97F297;
--green-400: #61EA61;
--green-500: #34E534;
--green-600: #1AC71A;
--green-700: #159E15;
--green-800: #0F710F;
--green-900: #094809;
--green-950: #062D06;
}