Sea Green
#12A149
GreenColor Codes
All color formats for development
HEX
#12A149RGB
rgb(18, 161, 73)HSL
hsl(143, 80%, 35%)OKLCH
oklch(0.621 0.169 149.4)CMYK
cmyk(89%, 0%, 55%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109141
2#0E813A
3#0C7033
4#0B602C
5#095024
6#07401D
7#053016
8#04200F
9#021007
Tints
Lighter variations
1#15BE56
2#18DC64
3#2EE875
4#4CEB89
5#6AEE9D
6#88F2B0
7#A5F5C4
8#C3F8D8
9#E1FCEB
Tones
Muted variations
1#199A4A
2#20924C
3#278B4E
4#2E844F
5#367D51
6#3D7653
7#446F54
8#4B6856
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED95 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E877 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A149 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBEA;
--sea-green-200: #C3F8D8;
--sea-green-300: #95F3B9;
--sea-green-400: #5EED95;
--sea-green-500: #30E877;
--sea-green-600: #16CA5B;
--sea-green-700: #12A149;
--sea-green-800: #0D7334;
--sea-green-900: #084921;
--sea-green-950: #052E15;
}