HSL(106, 85%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,85%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 85%, 76%) | color: hsl(106, 85%, 76%) | |
| HEX | #A6F68E | color: #A6F68E | |
| RGB | rgb(166, 246, 142) | color: rgb(166, 246, 142) | |
| CMYK | cmyk(33%, 0%, 42%, 4%) | — | |
| HSV | hsv(106, 42%, 96%) | — | |
| HWB | hwb(106 56% 4%) | color: hwb(106 56% 4%) | |
| OKLCH | oklch(0.8975 0.1574 138.73) | color: oklch(0.8975 0.1574 138.73) | |
| Lab | lab(89.85 -43.23 42.39) | color: lab(89.85 -43.23 42.39) | |
| LCH | lch(89.85 60.55 135.56) | color: lch(89.85 60.55 135.56) |
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)
#C9C9A7 — rgb(201, 201, 167)
Deuteranopia (Green-blind)
#C4BEAD — rgb(196, 190, 173)
Tritanopia (Blue-blind)
#AABBBF — rgb(170, 187, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 85%, 76%);
text
color: hsl(106, 85%, 76%);
border
border: 2px solid hsl(106, 85%, 76%);
gradient light
background: linear-gradient(to right, hsl(106, 85%, 96%), hsl(106, 85%, 76%));
gradient dark
background: linear-gradient(to right, hsl(106, 85%, 76%), hsl(106, 85%, 56%))
hex
background-color: #A6F68E;
tailwind
bg-[hsl(106,85%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 85%, 76%, 0.4);
css variable
--color-primary: hsl(106, 85%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 85%, 76%)?
HEX: #A6F68E | RGB: rgb(166, 246, 142) | CMYK: 33%, 0%, 42%, 4% | HSV: 106°, 42%, 96%. Copy any format from the conversion table above.
What colors go well with #A6F68E?
The complementary color is HSL(286, 85%, 76%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 85%, 76%) in CSS?
As HSL: color: hsl(106, 85%, 76%); — As HEX: color: #A6F68E; — As RGB: color: rgb(166, 246, 142); — Tailwind CSS: bg-[hsl(106,85%,76%)] — CSS variable: --color-primary: hsl(106, 85%, 76%);