Forest Green

#12A127

Green

Color Codes

All color formats for development

HEX
#12A127
RGB
rgb(18, 161, 39)
HSL
hsl(129, 80%, 35%)
OKLCH
oklch(0.617 0.194 144.1)
CMYK
cmyk(89%, 0%, 76%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.41:1

AA AAA

On Black Background

6.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#109123
2#0E811F
3#0C701B
4#0B6018
5#095014
6#074010
7#05300C
8#042008
9#021004

Tints

Lighter variations

1#15BE2F
2#18DC36
3#2EE84A
4#4CEB64
5#6AEE7E
6#88F298
7#A5F5B1
8#C3F8CB
9#E1FCE5

Tones

Muted variations

1#199A2C
2#209231
3#278B36
4#2E843B
5#367D40
6#3D7645
7#446F4A
8#4B684F
9#526054

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A4
BordersInactive statesPlaceholder text
400
5EED
#5EED74
Disabled statesSecondary iconsMuted text
500
30E8
#30E84C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA31
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A127
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731C
Text on light backgroundsHeadingsStrong borders
900
0849
#084912
Primary textHigh emphasis contentDark headings
950
052E
#052E0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F1FDF3;
  --forest-green-100: #DFFBE3;
  --forest-green-200: #C3F8CB;
  --forest-green-300: #95F3A4;
  --forest-green-400: #5EED74;
  --forest-green-500: #30E84C;
  --forest-green-600: #16CA31;
  --forest-green-700: #12A127;
  --forest-green-800: #0D731C;
  --forest-green-900: #084912;
  --forest-green-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color