HSL(83, 61%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,61%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 61%, 63%) color: hsl(83, 61%, 63%)
HEX #AEDA67 color: #AEDA67
RGB rgb(174, 218, 103) color: rgb(174, 218, 103)
CMYK cmyk(20%, 0%, 53%, 15%)
HSV hsv(83, 53%, 85%)
HWB hwb(83 40% 15%) color: hwb(83 40% 15%)
OKLCH oklch(0.8328 0.1516 126.82) color: oklch(0.8328 0.1516 126.82)
Lab lab(81.9 -32.37 51.33) color: lab(81.9 -32.37 51.33)
LCH lch(81.9 60.68 122.24) color: lch(81.9 60.68 122.24)

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.61:1
vs Black 13.02: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)

#C1C183 — rgb(193, 193, 131)

Deuteranopia (Green-blind)

#BFBB8A — rgb(191, 187, 138)

Tritanopia (Blue-blind)

#B0999E — rgb(176, 153, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 61%, 63%);

text

color: hsl(83, 61%, 63%);

border

border: 2px solid hsl(83, 61%, 63%);

gradient light

background: linear-gradient(to right, hsl(83, 61%, 83%), hsl(83, 61%, 63%));

gradient dark

background: linear-gradient(to right, hsl(83, 61%, 63%), hsl(83, 61%, 43%))

hex

background-color: #AEDA67;

tailwind

bg-[hsl(83,61%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(83, 61%, 63%, 0.4);

css variable

--color-primary: hsl(83, 61%, 63%);

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(83, 61%, 63%)?

HEX: #AEDA67 | RGB: rgb(174, 218, 103) | CMYK: 20%, 0%, 53%, 15% | HSV: 83°, 53%, 85%. Copy any format from the conversion table above.

What colors go well with #AEDA67?

The complementary color is HSL(263, 61%, 63%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 61%, 63%) in CSS?

As HSL: color: hsl(83, 61%, 63%); — As HEX: color: #AEDA67; — As RGB: color: rgb(174, 218, 103); — Tailwind CSS: bg-[hsl(83,61%,63%)] — CSS variable: --color-primary: hsl(83, 61%, 63%);