HSL(110, 25%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(110,25%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(110, 25%, 70%) color: hsl(110, 25%, 70%)
HEX #A6C69F color: #A6C69F
RGB rgb(166, 198, 159) color: rgb(166, 198, 159)
CMYK cmyk(16%, 0%, 20%, 22%)
HSV hsv(109, 20%, 78%)
HWB hwb(109 62% 22%) color: hwb(109 62% 22%)
OKLCH oklch(0.7924 0.0642 140.04) color: oklch(0.7924 0.0642 140.04)
Lab lab(76.68 -18.1 16.05) color: lab(76.68 -18.1 16.05)
LCH lch(76.68 24.19 138.44) color: lch(76.68 24.19 138.44)

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.88:1
vs Black 11.2: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)

#B4B4A8 — rgb(180, 180, 168)

Deuteranopia (Green-blind)

#B2B0AB — rgb(178, 176, 171)

Tritanopia (Blue-blind)

#A8B0B2 — rgb(168, 176, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(110, 25%, 70%);

text

color: hsl(110, 25%, 70%);

border

border: 2px solid hsl(110, 25%, 70%);

gradient light

background: linear-gradient(to right, hsl(110, 25%, 90%), hsl(110, 25%, 70%));

gradient dark

background: linear-gradient(to right, hsl(110, 25%, 70%), hsl(110, 25%, 50%))

hex

background-color: #A6C69F;

tailwind

bg-[hsl(110,25%,70%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(110, 25%, 70%, 0.4);

css variable

--color-primary: hsl(110, 25%, 70%);

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(110, 25%, 70%)?

HEX: #A6C69F | RGB: rgb(166, 198, 159) | CMYK: 16%, 0%, 20%, 22% | HSV: 109°, 20%, 78%. Copy any format from the conversion table above.

What colors go well with #A6C69F?

The complementary color is HSL(290, 25%, 70%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(110, 25%, 70%) in CSS?

As HSL: color: hsl(110, 25%, 70%); — As HEX: color: #A6C69F; — As RGB: color: rgb(166, 198, 159); — Tailwind CSS: bg-[hsl(110,25%,70%)] — CSS variable: --color-primary: hsl(110, 25%, 70%);