HSL(124, 92%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(124,92%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 92%, 83%) color: hsl(124, 92%, 83%)
HEX #ACFCB1 color: #ACFCB1
RGB rgb(172, 252, 177) color: rgb(172, 252, 177)
CMYK cmyk(32%, 0%, 30%, 1%)
HSV hsv(124, 32%, 99%)
HWB hwb(124 67% 1%) color: hwb(124 67% 1%)
OKLCH oklch(0.9206 0.1279 145.94) color: oklch(0.9206 0.1279 145.94)
Lab lab(92.38 -38.82 28.38) color: lab(92.38 -38.82 28.38)
LCH lch(92.38 48.09 143.83) color: lch(92.38 48.09 143.83)

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.21:1
vs Black 17.31: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)

#CFCFC3 — rgb(207, 207, 195)

Deuteranopia (Green-blind)

#CAC4C8 — rgb(202, 196, 200)

Tritanopia (Blue-blind)

#B0D1D5 — rgb(176, 209, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 92%, 83%);

text

color: hsl(124, 92%, 83%);

border

border: 2px solid hsl(124, 92%, 83%);

gradient light

background: linear-gradient(to right, hsl(124, 92%, 100%), hsl(124, 92%, 83%));

gradient dark

background: linear-gradient(to right, hsl(124, 92%, 83%), hsl(124, 92%, 63%))

hex

background-color: #ACFCB1;

tailwind

bg-[hsl(124,92%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(124, 92%, 83%, 0.4);

css variable

--color-primary: hsl(124, 92%, 83%);

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(124, 92%, 83%)?

HEX: #ACFCB1 | RGB: rgb(172, 252, 177) | CMYK: 32%, 0%, 30%, 1% | HSV: 124°, 32%, 99%. Copy any format from the conversion table above.

What colors go well with #ACFCB1?

The complementary color is HSL(304, 92%, 83%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(124, 92%, 83%) in CSS?

As HSL: color: hsl(124, 92%, 83%); — As HEX: color: #ACFCB1; — As RGB: color: rgb(172, 252, 177); — Tailwind CSS: bg-[hsl(124,92%,83%)] — CSS variable: --color-primary: hsl(124, 92%, 83%);