Sea Green
#12A154
GreenColor Codes
All color formats for development
HEX
#12A154RGB
rgb(18, 161, 84)HSL
hsl(148, 80%, 35%)OKLCH
oklch(0.623 0.159 152.1)CMYK
cmyk(89%, 0%, 48%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10914C
2#0E8144
3#0C703B
4#0B6033
5#09502A
6#074022
7#053019
8#042011
9#021008
Tints
Lighter variations
1#15BE64
2#18DC74
3#2EE885
4#4CEB96
5#6AEEA8
6#88F2B9
7#A5F5CB
8#C3F8DC
9#E1FCEE
Tones
Muted variations
1#199A55
2#209255
3#278B56
4#2E8456
5#367D57
6#3D7657
7#446F58
8#4B6858
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E886 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A154 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBEC;
--sea-green-200: #C3F8DC;
--sea-green-300: #95F3C1;
--sea-green-400: #5EEDA1;
--sea-green-500: #30E886;
--sea-green-600: #16CA6A;
--sea-green-700: #12A154;
--sea-green-800: #0D733C;
--sea-green-900: #084927;
--sea-green-950: #052E18;
}