HSL(139, 76%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,76%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 76%, 78%) | color: hsl(139, 76%, 78%) | |
| HEX | #9CF2B7 | color: #9CF2B7 | |
| RGB | rgb(156, 242, 183) | color: rgb(156, 242, 183) | |
| CMYK | cmyk(36%, 0%, 24%, 5%) | — | |
| HSV | hsv(139, 36%, 95%) | — | |
| HWB | hwb(139 61% 5%) | color: hwb(139 61% 5%) | |
| OKLCH | oklch(0.8909 0.1169 153.5) | color: oklch(0.8909 0.1169 153.5) | |
| Lab | lab(88.92 -38.1 20.44) | color: lab(88.92 -38.1 20.44) | |
| LCH | lch(88.92 43.24 151.79) | color: lch(88.92 43.24 151.79) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C1C2C5 — rgb(193, 194, 197)
Deuteranopia (Green-blind)
#BCB6C9 — rgb(188, 182, 201)
Tritanopia (Blue-blind)
#A0D1D3 — rgb(160, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 76%, 78%);
text
color: hsl(139, 76%, 78%);
border
border: 2px solid hsl(139, 76%, 78%);
gradient light
background: linear-gradient(to right, hsl(139, 76%, 98%), hsl(139, 76%, 78%));
gradient dark
background: linear-gradient(to right, hsl(139, 76%, 78%), hsl(139, 76%, 58%))
hex
background-color: #9CF2B7;
tailwind
bg-[hsl(139,76%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 76%, 78%, 0.4);
css variable
--color-primary: hsl(139, 76%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 76%, 78%)?
HEX: #9CF2B7 | RGB: rgb(156, 242, 183) | CMYK: 36%, 0%, 24%, 5% | HSV: 139°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #9CF2B7?
The complementary color is HSL(319, 76%, 78%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 76%, 78%) in CSS?
As HSL: color: hsl(139, 76%, 78%); — As HEX: color: #9CF2B7; — As RGB: color: rgb(156, 242, 183); — Tailwind CSS: bg-[hsl(139,76%,78%)] — CSS variable: --color-primary: hsl(139, 76%, 78%);