Green

#0C450F

Green

Color Codes

All color formats for development

HEX
#0C450F
RGB
rgb(12, 69, 15)
HSL
hsl(123, 70%, 16%)
OKLCH
oklch(0.342 0.101 143.6)
CMYK
cmyk(83%, 0%, 78%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.21:1

AA AAA

On Black Background

1.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#0B3E0E
2#0A370C
3#09310B
4#072A09
5#062308
6#051C06
7#041505
8#020E03
9#010702

Tints

Lighter variations

1#136A17
2#198E1F
3#20B327
4#26D72F
5#49DF50
6#6DE573
7#92EC96
8#B6F2B9
9#DBF9DC

Tones

Muted variations

1#0F4312
2#124014
3#153D17
4#183A19
5#1B371C
6#1D341F
7#203121
8#232F24
9#262C26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5C9
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BED9F
BordersInactive statesPlaceholder text
400
67E4
#67E46E
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD44
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF2A
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9821
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C18
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C450F
Primary textHigh emphasis contentDark headings
950
082B
#082B09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF3;
  --green-100: #E1FAE2;
  --green-200: #C7F5C9;
  --green-300: #9BED9F;
  --green-400: #67E46E;
  --green-500: #3CDD44;
  --green-600: #22BF2A;
  --green-700: #1B9821;
  --green-800: #136C18;
  --green-900: #0C450F;
  --green-950: #082B09;
}
Generate More ShadesCreate PaletteConvert Color