Forest Green

#12A119

Green

Color Codes

All color formats for development

HEX
#12A119
RGB
rgb(18, 161, 25)
HSL
hsl(123, 80%, 35%)
OKLCH
oklch(0.616 0.201 143)
CMYK
cmyk(89%, 0%, 84%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.42:1

AA AAA

On Black Background

6.14: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#109116
2#0E8114
3#0C7011
4#0B600F
5#09500C
6#07400A
7#053007
8#042005
9#021002

Tints

Lighter variations

1#15BE1E
2#18DC22
3#2EE837
4#4CEB54
5#6AEE70
6#88F28D
7#A5F5A9
8#C3F8C6
9#E1FCE2

Tones

Muted variations

1#199A1F
2#209226
3#278B2C
4#2E8433
5#367D39
6#3D7640
7#446F46
8#4B684C
9#526053

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C6
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F39A
BordersInactive statesPlaceholder text
400
5EED
#5EED65
Disabled statesSecondary iconsMuted text
500
30E8
#30E83A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA1F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A119
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7312
Text on light backgroundsHeadingsStrong borders
900
0849
#08490B
Primary textHigh emphasis contentDark headings
950
052E
#052E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F1FDF2;
  --forest-green-100: #DFFBE0;
  --forest-green-200: #C3F8C6;
  --forest-green-300: #95F39A;
  --forest-green-400: #5EED65;
  --forest-green-500: #30E83A;
  --forest-green-600: #16CA1F;
  --forest-green-700: #12A119;
  --forest-green-800: #0D7312;
  --forest-green-900: #08490B;
  --forest-green-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color