Sea Green

#12A150

Green

Color Codes

All color formats for development

HEX
#12A150
RGB
rgb(18, 161, 80)
HSL
hsl(146, 80%, 35%)
OKLCH
oklch(0.622 0.163 151)
CMYK
cmyk(89%, 0%, 50%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.37:1

AA AAA

On Black Background

6.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#109148
2#0E8140
3#0C7038
4#0B6030
5#095028
6#074020
7#053018
8#042010
9#021008

Tints

Lighter variations

1#15BE5F
2#18DC6D
3#2EE87F
4#4CEB91
5#6AEEA3
6#88F2B6
7#A5F5C8
8#C3F8DA
9#E1FCED

Tones

Muted variations

1#199A51
2#209252
3#278B53
4#2E8454
5#367D54
6#3D7655
7#446F56
8#4B6857
9#526058

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BE
BordersInactive statesPlaceholder text
400
5EED
#5EED9C
Disabled statesSecondary iconsMuted text
500
30E8
#30E880
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA64
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A150
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7339
Text on light backgroundsHeadingsStrong borders
900
0849
#084924
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF7;
  --sea-green-100: #DFFBEB;
  --sea-green-200: #C3F8DA;
  --sea-green-300: #95F3BE;
  --sea-green-400: #5EED9C;
  --sea-green-500: #30E880;
  --sea-green-600: #16CA64;
  --sea-green-700: #12A150;
  --sea-green-800: #0D7339;
  --sea-green-900: #084924;
  --sea-green-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color