Forest Green
#12A123
GreenColor Codes
All color formats for development
HEX
#12A123RGB
rgb(18, 161, 35)HSL
hsl(127, 80%, 35%)OKLCH
oklch(0.617 0.196 143.7)CMYK
cmyk(89%, 0%, 78%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10911F
2#0E811C
3#0C7018
4#0B6015
5#095011
6#07400E
7#05300A
8#042007
9#021003
Tints
Lighter variations
1#15BE29
2#18DC2F
3#2EE844
4#4CEB5F
5#6AEE79
6#88F294
7#A5F5AF
8#C3F8CA
9#E1FCE4
Tones
Muted variations
1#199A28
2#20922D
3#278B33
4#2E8438
5#367D3E
6#3D7643
7#446F49
8#4B684E
9#526054
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE2;
--forest-green-200: #C3F8CA;
--forest-green-300: #95F3A0;
--forest-green-400: #5EED6F;
--forest-green-500: #30E846;
--forest-green-600: #16CA2B;
--forest-green-700: #12A123;
--forest-green-800: #0D7319;
--forest-green-900: #084910;
--forest-green-950: #052E0A;
}