Sea Green
#12A146
GreenColor Codes
All color formats for development
HEX
#12A146RGB
rgb(18, 161, 70)HSL
hsl(142, 80%, 35%)OKLCH
oklch(0.621 0.172 148.7)CMYK
cmyk(89%, 0%, 57%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10913F
2#0E8138
3#0C7031
4#0B602A
5#095023
6#07401C
7#053015
8#04200E
9#021007
Tints
Lighter variations
1#15BE53
2#18DC60
3#2EE872
4#4CEB86
5#6AEE9A
6#88F2AF
7#A5F5C3
8#C3F8D7
9#E1FCEB
Tones
Muted variations
1#199A48
2#20924A
3#278B4C
4#2E844E
5#367D50
6#3D7652
7#446F54
8#4B6855
9#526057
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED93 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E874 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A146 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF6;
--sea-green-100: #DFFBE9;
--sea-green-200: #C3F8D7;
--sea-green-300: #95F3B8;
--sea-green-400: #5EED93;
--sea-green-500: #30E874;
--sea-green-600: #16CA58;
--sea-green-700: #12A146;
--sea-green-800: #0D7332;
--sea-green-900: #084920;
--sea-green-950: #052E14;
}