Forest Green

#12A13F

Green

Color Codes

All color formats for development

HEX
#12A13F
RGB
rgb(18, 161, 63)
HSL
hsl(139, 80%, 35%)
OKLCH
oklch(0.62 0.177 147.4)
CMYK
cmyk(89%, 0%, 61%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.39:1

AA AAA

On Black Background

6.20: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#109139
2#0E8132
3#0C702C
4#0B6026
5#095020
6#074019
7#053013
8#04200D
9#021006

Tints

Lighter variations

1#15BE4B
2#18DC56
3#2EE869
4#4CEB7E
5#6AEE94
6#88F2A9
7#A5F5BF
8#C3F8D4
9#E1FCEA

Tones

Muted variations

1#199A42
2#209244
3#278B47
4#2E844A
5#367D4C
6#3D764F
7#446F51
8#4B6854
9#526057

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D4
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B3
BordersInactive statesPlaceholder text
400
5EED
#5EED8C
Disabled statesSecondary iconsMuted text
500
30E8
#30E86B
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA4F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A13F
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D732D
Text on light backgroundsHeadingsStrong borders
900
0849
#08491D
Primary textHigh emphasis contentDark headings
950
052E
#052E12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F1FDF5;
  --forest-green-100: #DFFBE8;
  --forest-green-200: #C3F8D4;
  --forest-green-300: #95F3B3;
  --forest-green-400: #5EED8C;
  --forest-green-500: #30E86B;
  --forest-green-600: #16CA4F;
  --forest-green-700: #12A13F;
  --forest-green-800: #0D732D;
  --forest-green-900: #08491D;
  --forest-green-950: #052E12;
}
Generate More ShadesCreate PaletteConvert Color