HSL(101, 47%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(101,47%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 47%, 70%) color: hsl(101, 47%, 70%)
HEX #A5D68F color: #A5D68F
RGB rgb(165, 214, 143) color: rgb(165, 214, 143)
CMYK cmyk(23%, 0%, 33%, 16%)
HSV hsv(101, 33%, 84%)
HWB hwb(101 56% 16%) color: hwb(101 56% 16%)
OKLCH oklch(0.8242 0.1087 136.3) color: oklch(0.8242 0.1087 136.3)
Lab lab(80.78 -28.85 30.06) color: lab(80.78 -28.85 30.06)
LCH lch(80.78 41.66 133.82) color: lch(80.78 41.66 133.82)

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.66:1
vs Black 12.62: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)

#BABBA0 — rgb(186, 187, 160)

Deuteranopia (Green-blind)

#B7B4A4 — rgb(183, 180, 164)

Tritanopia (Blue-blind)

#A7AEB1 — rgb(167, 174, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 47%, 70%);

text

color: hsl(101, 47%, 70%);

border

border: 2px solid hsl(101, 47%, 70%);

gradient light

background: linear-gradient(to right, hsl(101, 47%, 90%), hsl(101, 47%, 70%));

gradient dark

background: linear-gradient(to right, hsl(101, 47%, 70%), hsl(101, 47%, 50%))

hex

background-color: #A5D68F;

tailwind

bg-[hsl(101,47%,70%)]

box shadow

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

css variable

--color-primary: hsl(101, 47%, 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(101, 47%, 70%)?

HEX: #A5D68F | RGB: rgb(165, 214, 143) | CMYK: 23%, 0%, 33%, 16% | HSV: 101°, 33%, 84%. Copy any format from the conversion table above.

What colors go well with #A5D68F?

The complementary color is HSL(281, 47%, 70%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 47%, 70%) in CSS?

As HSL: color: hsl(101, 47%, 70%); — As HEX: color: #A5D68F; — As RGB: color: rgb(165, 214, 143); — Tailwind CSS: bg-[hsl(101,47%,70%)] — CSS variable: --color-primary: hsl(101, 47%, 70%);