Green

#126E12

Green

Color Codes

All color formats for development

HEX
#126E12
RGB
rgb(18, 110, 18)
HSL
hsl(120, 72%, 25%)
OKLCH
oklch(0.47 0.148 142.8)
CMYK
cmyk(84%, 0%, 84%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.43:1

AA AAA

On Black Background

3.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#106310
2#0E580E
3#0C4D0C
4#0B420B
5#093709
6#072C07
7#052105
8#041604
9#020B02

Tints

Lighter variations

1#178F17
2#1DAF1D
3#22D022
4#3ADF3A
5#5BE45B
6#7BEA7B
7#9CEF9C
8#BDF4BD
9#DEFADE

Tones

Muted variations

1#166916
2#1B641B
3#206020
4#245B24
5#295729
6#2D522D
7#324E32
8#374937
9#3B443B

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
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9A
BordersInactive statesPlaceholder text
400
65E6
#65E665
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF3A
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC11F
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A19
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E12
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B460B
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF2;
  --green-100: #E0FAE0;
  --green-200: #C6F6C6;
  --green-300: #9AEF9A;
  --green-400: #65E665;
  --green-500: #3ADF3A;
  --green-600: #1FC11F;
  --green-700: #199A19;
  --green-800: #126E12;
  --green-900: #0B460B;
  --green-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color