HSL(107, 59%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,59%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 59%, 74%) color: hsl(107, 59%, 74%)
HEX #A7E496 color: #A7E496
RGB rgb(167, 228, 150) color: rgb(167, 228, 150)
CMYK cmyk(27%, 0%, 34%, 11%)
HSV hsv(107, 34%, 89%)
HWB hwb(107 59% 11%) color: hwb(107 59% 11%)
OKLCH oklch(0.8584 0.1218 138.98) color: oklch(0.8584 0.1218 138.98)
Lab lab(84.95 -33.7 32.04) color: lab(84.95 -33.7 32.04)
LCH lch(84.95 46.5 136.45) color: lch(84.95 46.5 136.45)

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.48:1
vs Black 14.18: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)

#C1C2A9 — rgb(193, 194, 169)

Deuteranopia (Green-blind)

#BEB9AD — rgb(190, 185, 173)

Tritanopia (Blue-blind)

#AAB8BB — rgb(170, 184, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 59%, 74%);

text

color: hsl(107, 59%, 74%);

border

border: 2px solid hsl(107, 59%, 74%);

gradient light

background: linear-gradient(to right, hsl(107, 59%, 94%), hsl(107, 59%, 74%));

gradient dark

background: linear-gradient(to right, hsl(107, 59%, 74%), hsl(107, 59%, 54%))

hex

background-color: #A7E496;

tailwind

bg-[hsl(107,59%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 59%, 74%, 0.4);

css variable

--color-primary: hsl(107, 59%, 74%);

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(107, 59%, 74%)?

HEX: #A7E496 | RGB: rgb(167, 228, 150) | CMYK: 27%, 0%, 34%, 11% | HSV: 107°, 34%, 89%. Copy any format from the conversion table above.

What colors go well with #A7E496?

The complementary color is HSL(287, 59%, 74%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 59%, 74%) in CSS?

As HSL: color: hsl(107, 59%, 74%); — As HEX: color: #A7E496; — As RGB: color: rgb(167, 228, 150); — Tailwind CSS: bg-[hsl(107,59%,74%)] — CSS variable: --color-primary: hsl(107, 59%, 74%);