HSL(112, 81%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,81%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 81%, 82%) | color: hsl(112, 81%, 82%) | |
| HEX | #B6F6AC | color: #B6F6AC | |
| RGB | rgb(182, 246, 172) | color: rgb(182, 246, 172) | |
| CMYK | cmyk(26%, 0%, 30%, 4%) | — | |
| HSV | hsv(112, 30%, 96%) | — | |
| HWB | hwb(112 67% 4%) | color: hwb(112 67% 4%) | |
| OKLCH | oklch(0.9119 0.1179 141.19) | color: oklch(0.9119 0.1179 141.19) | |
| Lab | lab(91.16 -33.71 29.34) | color: lab(91.16 -33.71 29.34) | |
| LCH | lch(91.16 44.69 138.96) | color: lch(91.16 44.69 138.96) |
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)
#D2D2BE — rgb(210, 210, 190)
Deuteranopia (Green-blind)
#CEC9C2 — rgb(206, 201, 194)
Tritanopia (Blue-blind)
#B9CCCF — rgb(185, 204, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 81%, 82%);
text
color: hsl(112, 81%, 82%);
border
border: 2px solid hsl(112, 81%, 82%);
gradient light
background: linear-gradient(to right, hsl(112, 81%, 100%), hsl(112, 81%, 82%));
gradient dark
background: linear-gradient(to right, hsl(112, 81%, 82%), hsl(112, 81%, 62%))
hex
background-color: #B6F6AC;
tailwind
bg-[hsl(112,81%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 81%, 82%, 0.4);
css variable
--color-primary: hsl(112, 81%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 81%, 82%)?
HEX: #B6F6AC | RGB: rgb(182, 246, 172) | CMYK: 26%, 0%, 30%, 4% | HSV: 112°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #B6F6AC?
The complementary color is HSL(292, 81%, 82%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 81%, 82%) in CSS?
As HSL: color: hsl(112, 81%, 82%); — As HEX: color: #B6F6AC; — As RGB: color: rgb(182, 246, 172); — Tailwind CSS: bg-[hsl(112,81%,82%)] — CSS variable: --color-primary: hsl(112, 81%, 82%);