Color: #AAE9AB

#AAE9AB Color Information

#AAE9AB is a light color. The closest websafe version is #AAE9AB. A complement of this color would be #E9AAE8, perceived brightness is 0.81, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 121°,a saturation of 59%, and a lightness of 79%.The HSV representation shows a hue of 121°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AAE9AB is composed of 67% red, 91% green and 67% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 27% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 69.83, x: 0.3376, and y: 0.4307.

Color Code #AAE9AB

HEX
#AAE9AB
RGB
rgb(170, 233, 171)
HSL
hsl(121, 59%, 79%)
HSV
hsv(121, 27%, 91%)
CMYK
27%, 0%, 27%, 9%
XYZ
X: 54.73, Y: 69.83, Z: 37.56
Lab
L: 86.91, a: -29.59, b: 23.59
Name

Shades of Color #AAE9AB

Shades are created by darkening the original color #AAE9AB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AAE9AB

Tints are created by lightening the original color #AAE9AB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #AAE9AB Color Code

In the HSL color space, this color has a hue angle of 121°, a saturation of 59%, and a lightness of 79%. The HSV representation shows a hue of 121°, a saturation of 27%, and a value of 91%.

  • HEX: #AAE9AB
  • RGB: rgb(170, 233, 171)
  • HSL: hsl(121, 59%, 79%)
  • HSV: hsv(121, 27%, 91%)
  • CMYK: 27.00% cyan, 0.00% magenta, 27.00% yellow, 9.00% black
  • XYZ: 54.73, 69.83, 37.56
  • Yxy: 69.83, 0.3376, 0.4307
  • Hunter Lab: 86.91, -29.59, 23.59
  • CIE-Lab: 86.91, -29.59, 23.59

In the XYZ color space, this color is represented as X: 54.73, Y: 69.83, Z: 37.56. The Yxy representation further refines this as Y: 69.83, x: 0.3376, and y: 0.4307.

In the Hunter Lab color space, this color is represented as L: 86.91, a: -29.59, and b: 23.59. Similarly, in the CIE-Lab color space, it is represented as L: 86.91, a: -29.59, and b: 23.59.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AAE9AB

Triadic colors are three colors evenly spaced around the color wheel, including #AAE9AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AAE9AB

Analogous colors are adjacent to #AAE9AB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #AAE9AB

Monochromatic colors are variations of #AAE9AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AAE9AB

The complementary color of #AAE9AB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AAE9AB

/* Using HEX */
body {
  background-color: #aae9ab;
}
/* Using RGB */
body {
  background-color: rgb(170, 233, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 233, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(121, 59%, 79%);
}
/* Text color */
p {
  color: #aae9ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aae9ab;
}

HTML Examples of #AAE9AB

<!-- Using HEX -->
<div style="background-color: #aae9ab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 233, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 233, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(121, 59%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aae9ab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aae9ab; width: 100px; height: 100px;"></div>

Related Colors of #AAE9AB

These colors are similar to #AAE9AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.