HSL(122, 19%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(122,19%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 19%, 65%) color: hsl(122, 19%, 65%)
HEX #95B796 color: #95B796
RGB rgb(149, 183, 150) color: rgb(149, 183, 150)
CMYK cmyk(19%, 0%, 18%, 28%)
HSV hsv(122, 19%, 72%)
HWB hwb(122 58% 28%) color: hwb(122 58% 28%)
OKLCH oklch(0.7451 0.0596 145.71) color: oklch(0.7451 0.0596 145.71)
Lab lab(71.19 -17.99 13.04) color: lab(71.19 -17.99 13.04)
LCH lch(71.19 22.22 144.06) color: lch(71.19 22.22 144.06)

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

#A4A49E — rgb(164, 164, 158)

Deuteranopia (Green-blind)

#A29FA0 — rgb(162, 159, 160)

Tritanopia (Blue-blind)

#97A4A6 — rgb(151, 164, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 19%, 65%);

text

color: hsl(122, 19%, 65%);

border

border: 2px solid hsl(122, 19%, 65%);

gradient light

background: linear-gradient(to right, hsl(122, 19%, 85%), hsl(122, 19%, 65%));

gradient dark

background: linear-gradient(to right, hsl(122, 19%, 65%), hsl(122, 19%, 45%))

hex

background-color: #95B796;

tailwind

bg-[hsl(122,19%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 19%, 65%, 0.4);

css variable

--color-primary: hsl(122, 19%, 65%);

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(122, 19%, 65%)?

HEX: #95B796 | RGB: rgb(149, 183, 150) | CMYK: 19%, 0%, 18%, 28% | HSV: 122°, 19%, 72%. Copy any format from the conversion table above.

What colors go well with #95B796?

The complementary color is HSL(302, 19%, 65%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 19%, 65%) in CSS?

As HSL: color: hsl(122, 19%, 65%); — As HEX: color: #95B796; — As RGB: color: rgb(149, 183, 150); — Tailwind CSS: bg-[hsl(122,19%,65%)] — CSS variable: --color-primary: hsl(122, 19%, 65%);