HSL(106, 94%, 79%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(106,94%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(106, 94%, 79%) color: hsl(106, 94%, 79%)
HEX #AFFC97 color: #AFFC97
RGB rgb(175, 252, 151) color: rgb(175, 252, 151)
CMYK cmyk(31%, 0%, 40%, 1%)
HSV hsv(106, 40%, 99%)
HWB hwb(106 59% 1%) color: hwb(106 59% 1%)
OKLCH oklch(0.9175 0.1524 138.51) color: oklch(0.9175 0.1524 138.51)
Lab lab(92.12 -41.74 41) color: lab(92.12 -41.74 41)
LCH lch(92.12 58.51 135.51) color: lch(92.12 58.51 135.51)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.22:1
vs Black 17.19:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D0D1AF — rgb(208, 209, 175)

Deuteranopia (Green-blind)

#CCC6B5 — rgb(204, 198, 181)

Tritanopia (Blue-blind)

#B3C3C7 — rgb(179, 195, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(106, 94%, 79%);

text

color: hsl(106, 94%, 79%);

border

border: 2px solid hsl(106, 94%, 79%);

gradient light

background: linear-gradient(to right, hsl(106, 94%, 99%), hsl(106, 94%, 79%));

gradient dark

background: linear-gradient(to right, hsl(106, 94%, 79%), hsl(106, 94%, 59%))

hex

background-color: #AFFC97;

tailwind

bg-[hsl(106,94%,79%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(106, 94%, 79%, 0.4);

css variable

--color-primary: hsl(106, 94%, 79%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(106, 94%, 79%)?

HEX: #AFFC97 | RGB: rgb(175, 252, 151) | CMYK: 31%, 0%, 40%, 1% | HSV: 106°, 40%, 99%. Copy any format from the conversion table above.

What colors go well with #AFFC97?

The complementary color is HSL(286, 94%, 79%). 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, 94%, 79%) in CSS?

As HSL: color: hsl(106, 94%, 79%); — As HEX: color: #AFFC97; — As RGB: color: rgb(175, 252, 151); — Tailwind CSS: bg-[hsl(106,94%,79%)] — CSS variable: --color-primary: hsl(106, 94%, 79%);