Green

#00522C

Green

Color Codes

All color formats for development

HEX
#00522C
RGB
rgb(0, 82, 44)
HSL
hsl(152, 100%, 16%)
OKLCH
oklch(0.385 0.095 155)
CMYK
cmyk(100%, 0%, 46%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.36:1

AA AAA

On Black Background

2.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#004927
2#004123
3#00391E
4#00311A
5#002916
6#002111
7#00180D
8#001009
9#000804

Tints

Lighter variations

1#007C42
2#00A759
3#00D270
4#00FD87
5#29FF9B
6#54FFAF
7#7EFFC3
8#A9FFD7
9#D4FFEB

Tones

Muted variations

1#044E2B
2#08492B
3#0C452B
4#10412A
5#143D2A
6#18392A
7#1D352A
8#213129
9#252D29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFEE
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE0
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFC8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFAC
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF94
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E078
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B35F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008044
Text on light backgroundsHeadingsStrong borders
900
0052
#00522C
Primary textHigh emphasis contentDark headings
950
0033
#00331B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F0FFF8;
  --green-100: #DBFFEE;
  --green-200: #BDFFE0;
  --green-300: #8AFFC8;
  --green-400: #4DFFAC;
  --green-500: #1AFF94;
  --green-600: #00E078;
  --green-700: #00B35F;
  --green-800: #008044;
  --green-900: #00522C;
  --green-950: #00331B;
}
Generate More ShadesCreate PaletteConvert Color