HSL(122, 25%, 51%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,25%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 25%, 51%) color: hsl(122, 25%, 51%)
HEX #63A165 color: #63A165
RGB rgb(99, 161, 101) color: rgb(99, 161, 101)
CMYK cmyk(39%, 0%, 37%, 37%)
HSV hsv(122, 39%, 63%)
HWB hwb(122 38% 37%) color: hwb(122 38% 37%)
OKLCH oklch(0.6511 0.1088 144.91) color: oklch(0.6511 0.1088 144.91)
Lab lab(60.85 -32.69 25.12) color: lab(60.85 -32.69 25.12)
LCH lch(60.85 41.23 142.46) color: lch(60.85 41.23 142.46)

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 3.08:1
vs Black 6.82:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7E7E74 — rgb(126, 126, 116)

Deuteranopia (Green-blind)

#7A7677 — rgb(122, 118, 119)

Tritanopia (Blue-blind)

#667F82 — rgb(102, 127, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 25%, 51%);

text

color: hsl(122, 25%, 51%);

border

border: 2px solid hsl(122, 25%, 51%);

gradient light

background: linear-gradient(to right, hsl(122, 25%, 71%), hsl(122, 25%, 51%));

gradient dark

background: linear-gradient(to right, hsl(122, 25%, 51%), hsl(122, 25%, 31%))

hex

background-color: #63A165;

tailwind

bg-[hsl(122,25%,51%)]

box shadow

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

css variable

--color-primary: hsl(122, 25%, 51%);

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, 25%, 51%)?

HEX: #63A165 | RGB: rgb(99, 161, 101) | CMYK: 39%, 0%, 37%, 37% | HSV: 122°, 39%, 63%. Copy any format from the conversion table above.

What colors go well with #63A165?

The complementary color is HSL(302, 25%, 51%). 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, 25%, 51%) in CSS?

As HSL: color: hsl(122, 25%, 51%); — As HEX: color: #63A165; — As RGB: color: rgb(99, 161, 101); — Tailwind CSS: bg-[hsl(122,25%,51%)] — CSS variable: --color-primary: hsl(122, 25%, 51%);