HSL(75, 40%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(75,40%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(75, 40%, 58%) color: hsl(75, 40%, 58%)
HEX #A9BF69 color: #A9BF69
RGB rgb(169, 191, 105) color: rgb(169, 191, 105)
CMYK cmyk(12%, 0%, 45%, 25%)
HSV hsv(75, 45%, 75%)
HWB hwb(75 41% 25%) color: hwb(75 41% 25%)
OKLCH oklch(0.7686 0.1145 120.92) color: oklch(0.7686 0.1145 120.92)
Lab lab(74.01 -21.11 40.74) color: lab(74.01 -21.11 40.74)
LCH lch(74.01 45.88 117.39) color: lch(74.01 45.88 117.39)

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 2.03:1
vs Black 10.34: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)

#B3B37E — rgb(179, 179, 126)

Deuteranopia (Green-blind)

#B1B083 — rgb(177, 176, 131)

Tritanopia (Blue-blind)

#AA8E92 — rgb(170, 142, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(75, 40%, 58%);

text

color: hsl(75, 40%, 58%);

border

border: 2px solid hsl(75, 40%, 58%);

gradient light

background: linear-gradient(to right, hsl(75, 40%, 78%), hsl(75, 40%, 58%));

gradient dark

background: linear-gradient(to right, hsl(75, 40%, 58%), hsl(75, 40%, 38%))

hex

background-color: #A9BF69;

tailwind

bg-[hsl(75,40%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(75, 40%, 58%, 0.4);

css variable

--color-primary: hsl(75, 40%, 58%);

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(75, 40%, 58%)?

HEX: #A9BF69 | RGB: rgb(169, 191, 105) | CMYK: 12%, 0%, 45%, 25% | HSV: 75°, 45%, 75%. Copy any format from the conversion table above.

What colors go well with #A9BF69?

The complementary color is HSL(255, 40%, 58%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(75, 40%, 58%) in CSS?

As HSL: color: hsl(75, 40%, 58%); — As HEX: color: #A9BF69; — As RGB: color: rgb(169, 191, 105); — Tailwind CSS: bg-[hsl(75,40%,58%)] — CSS variable: --color-primary: hsl(75, 40%, 58%);