Sea Green
#12A144
GreenColor Codes
All color formats for development
HEX
#12A144RGB
rgb(18, 161, 68)HSL
hsl(141, 80%, 35%)OKLCH
oklch(0.62 0.173 148.3)CMYK
cmyk(89%, 0%, 58%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10913D
2#0E8136
3#0C702F
4#0B6029
5#095022
6#07401B
7#053014
8#04200E
9#021007
Tints
Lighter variations
1#15BE50
2#18DC5D
3#2EE86F
4#4CEB84
5#6AEE98
6#88F2AD
7#A5F5C1
8#C3F8D6
9#E1FCEA
Tones
Muted variations
1#199A46
2#209248
3#278B4A
4#2E844C
5#367D4F
6#3D7651
7#446F53
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 #C3F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED90 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E871 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A144 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | 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: #C3F8D6;
--sea-green-300: #95F3B6;
--sea-green-400: #5EED90;
--sea-green-500: #30E871;
--sea-green-600: #16CA55;
--sea-green-700: #12A144;
--sea-green-800: #0D7330;
--sea-green-900: #08491F;
--sea-green-950: #052E13;
}