Green

#126E15

Green

Color Codes

All color formats for development

HEX
#126E15
RGB
rgb(18, 110, 21)
HSL
hsl(122, 72%, 25%)
OKLCH
oklch(0.47 0.147 143.1)
CMYK
cmyk(84%, 0%, 81%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.43:1

AA AAA

On Black Background

3.27: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#106313
2#0E5811
3#0C4D0F
4#0B420D
5#09370A
6#072C08
7#052106
8#041604
9#020B02

Tints

Lighter variations

1#178F1B
2#1DAF21
3#22D028
4#3ADF3F
5#5BE45F
6#7BEA7F
7#9CEF9F
8#BDF4BF
9#DEFADF

Tones

Muted variations

1#166919
2#1B641D
3#206022
4#245B26
5#29572A
6#2D522F
7#324E33
8#374937
9#3B443B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE1
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C8
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9D
BordersInactive statesPlaceholder text
400
65E6
#65E66A
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF3F
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC125
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A1D
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E15
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B460D
Primary textHigh emphasis contentDark headings
950
072C
#072C08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF2;
  --green-100: #E0FAE1;
  --green-200: #C6F6C8;
  --green-300: #9AEF9D;
  --green-400: #65E66A;
  --green-500: #3ADF3F;
  --green-600: #1FC125;
  --green-700: #199A1D;
  --green-800: #126E15;
  --green-900: #0B460D;
  --green-950: #072C08;
}
Generate More ShadesCreate PaletteConvert Color