Forest Green

#1A991A

Green

Color Codes

All color formats for development

HEX
#1A991A
RGB
rgb(26, 153, 26)
HSL
hsl(120, 71%, 35%)
OKLCH
oklch(0.595 0.19 142.7)
CMYK
cmyk(83%, 0%, 83%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.74:1

AA AAA

On Black Background

5.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#178917
2#157A15
3#126B12
4#105C10
5#0D4C0D
6#0A3D0A
7#082E08
8#051F05
9#030F03

Tints

Lighter variations

1#1FB51F
2#23D123
3#39DD39
4#55E255
5#71E771
6#8EEC8E
7#AAF1AA
8#C6F5C6
9#E3FAE3

Tones

Muted variations

1#209220
2#278C27
3#2D862D
4#337F33
5#3A793A
6#407340
7#466C46
8#4D664D
9#536053

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE0
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5C6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEE9B
BordersInactive statesPlaceholder text
400
66E5
#66E566
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE3B
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C021
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A991A
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D12
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C460C
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F2FDF2;
  --forest-green-100: #E0FAE0;
  --forest-green-200: #C6F5C6;
  --forest-green-300: #9BEE9B;
  --forest-green-400: #66E566;
  --forest-green-500: #3BDE3B;
  --forest-green-600: #21C021;
  --forest-green-700: #1A991A;
  --forest-green-800: #126D12;
  --forest-green-900: #0C460C;
  --forest-green-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color