Green

#0A4714

Green

Color Codes

All color formats for development

HEX
#0A4714
RGB
rgb(10, 71, 20)
HSL
hsl(130, 75%, 16%)
OKLCH
oklch(0.349 0.101 145.2)
CMYK
cmyk(86%, 0%, 72%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.91:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#094012
2#083910
3#07320E
4#062B0C
5#05240A
6#041D08
7#031506
8#020E04
9#010702

Tints

Lighter variations

1#106D1F
2#15922A
3#1AB835
4#20DD3F
5#44E45E
6#69EA7E
7#8FEF9F
8#B4F4BF
9#DAFADF

Tones

Muted variations

1#0D4416
2#104118
3#133E1B
4#163B1D
5#1A381F
6#1D3521
7#203223
8#232F25
9#262C27

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE4
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7CD
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0A7
BordersInactive statesPlaceholder text
400
63E9
#63E979
Disabled statesSecondary iconsMuted text
500
36E2
#36E253
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC438
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C2D
Active/pressed statesDark mode accentsSecondary text
800
1070
#107020
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4714
Primary textHigh emphasis contentDark headings
950
062D
#062D0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF4;
  --green-100: #E0FBE4;
  --green-200: #C5F7CD;
  --green-300: #98F0A7;
  --green-400: #63E979;
  --green-500: #36E253;
  --green-600: #1CC438;
  --green-700: #169C2D;
  --green-800: #107020;
  --green-900: #0A4714;
  --green-950: #062D0D;
}
Generate More ShadesCreate PaletteConvert Color