HSL(104, 80%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 80%, 82%) | color: hsl(104, 80%, 82%) | |
| HEX | #C0F6AC | color: #C0F6AC | |
| RGB | rgb(192, 246, 172) | color: rgb(192, 246, 172) | |
| CMYK | cmyk(22%, 0%, 30%, 4%) | — | |
| HSV | hsv(104, 30%, 96%) | — | |
| HWB | hwb(104 67% 4%) | color: hwb(104 67% 4%) | |
| OKLCH | oklch(0.9179 0.1123 137.43) | color: oklch(0.9179 0.1123 137.43) | |
| Lab | lab(91.73 -30.39 30.2) | color: lab(91.73 -30.39 30.2) | |
| LCH | lch(91.73 42.84 135.18) | color: lch(91.73 42.84 135.18) |
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)
#D7D8BE — rgb(215, 216, 190)
Deuteranopia (Green-blind)
#D4D0C2 — rgb(212, 208, 194)
Tritanopia (Blue-blind)
#C3CCCF — rgb(195, 204, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 80%, 82%);
text
color: hsl(104, 80%, 82%);
border
border: 2px solid hsl(104, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(104, 80%, 100%), hsl(104, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(104, 80%, 82%), hsl(104, 80%, 62%))
hex
background-color: #C0F6AC;
tailwind
bg-[hsl(104,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 80%, 82%, 0.4);
css variable
--color-primary: hsl(104, 80%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 80%, 82%)?
HEX: #C0F6AC | RGB: rgb(192, 246, 172) | CMYK: 22%, 0%, 30%, 4% | HSV: 104°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #C0F6AC?
The complementary color is HSL(284, 80%, 82%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 80%, 82%) in CSS?
As HSL: color: hsl(104, 80%, 82%); — As HEX: color: #C0F6AC; — As RGB: color: rgb(192, 246, 172); — Tailwind CSS: bg-[hsl(104,80%,82%)] — CSS variable: --color-primary: hsl(104, 80%, 82%);