HSL(144, 69%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,69%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 69%, 77%) | color: hsl(144, 69%, 77%) | |
| HEX | #9CEDBC | color: #9CEDBC | |
| RGB | rgb(156, 237, 188) | color: rgb(156, 237, 188) | |
| CMYK | cmyk(34%, 0%, 21%, 7%) | — | |
| HSV | hsv(144, 34%, 93%) | — | |
| HWB | hwb(144 61% 7%) | color: hwb(144 61% 7%) | |
| OKLCH | oklch(0.8807 0.1049 156.9) | color: oklch(0.8807 0.1049 156.9) | |
| Lab | lab(87.61 -34.89 16.03) | color: lab(87.61 -34.89 16.03) | |
| LCH | lch(87.61 38.4 155.32) | color: lch(87.61 38.4 155.32) |
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)
#BFC0C8 — rgb(191, 192, 200)
Deuteranopia (Green-blind)
#BAB4CB — rgb(186, 180, 203)
Tritanopia (Blue-blind)
#A0D1D3 — rgb(160, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 69%, 77%);
text
color: hsl(144, 69%, 77%);
border
border: 2px solid hsl(144, 69%, 77%);
gradient light
background: linear-gradient(to right, hsl(144, 69%, 97%), hsl(144, 69%, 77%));
gradient dark
background: linear-gradient(to right, hsl(144, 69%, 77%), hsl(144, 69%, 57%))
hex
background-color: #9CEDBC;
tailwind
bg-[hsl(144,69%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 69%, 77%, 0.4);
css variable
--color-primary: hsl(144, 69%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 69%, 77%)?
HEX: #9CEDBC | RGB: rgb(156, 237, 188) | CMYK: 34%, 0%, 21%, 7% | HSV: 144°, 34%, 93%. Copy any format from the conversion table above.
What colors go well with #9CEDBC?
The complementary color is HSL(324, 69%, 77%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 69%, 77%) in CSS?
As HSL: color: hsl(144, 69%, 77%); — As HEX: color: #9CEDBC; — As RGB: color: rgb(156, 237, 188); — Tailwind CSS: bg-[hsl(144,69%,77%)] — CSS variable: --color-primary: hsl(144, 69%, 77%);