Green

#0E4412

Green

Color Codes

All color formats for development

HEX
#0E4412
RGB
rgb(14, 68, 18)
HSL
hsl(124, 66%, 16%)
OKLCH
oklch(0.34 0.097 144.1)
CMYK
cmyk(79%, 0%, 74%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.33:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#0C3D10
2#0B360E
3#0A2F0C
4#08290A
5#072209
6#061B07
7#041405
8#030E03
9#010702

Tints

Lighter variations

1#15671B
2#1C8B24
3#24AE2D
4#2BD236
5#4DDB57
6#71E278
7#94E99A
8#B8F0BC
9#DBF8DD

Tones

Muted variations

1#114114
2#133E16
3#163C18
4#19391B
5#1B361D
6#1E341F
7#213122
8#232E24
9#262B26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4CB
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBA3
BordersInactive statesPlaceholder text
400
6BE1
#6BE173
Disabled statesSecondary iconsMuted text
500
41D8
#41D84B
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA30
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9426
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A1B
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4411
Primary textHigh emphasis contentDark headings
950
092A
#092A0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FCF3;
  --green-100: #E1F9E3;
  --green-200: #C8F4CB;
  --green-300: #9EEBA3;
  --green-400: #6BE173;
  --green-500: #41D84B;
  --green-600: #26BA30;
  --green-700: #1E9426;
  --green-800: #166A1B;
  --green-900: #0E4411;
  --green-950: #092A0B;
}
Generate More ShadesCreate PaletteConvert Color