Color: #AAEB9E

#AAEB9E Color Information

#AAEB9E is a light color. The closest websafe version is #AAEB9E. A complement of this color would be #DF9EEB, perceived brightness is 0.81, and the grayscale version is #C5C5C5.

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

In a RGB color space, #AAEB9E is composed of 67% red, 92% green and 62% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 33% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 70.57, x: 0.3443, and y: 0.4466.

Color Code #AAEB9E

HEX
#AAEB9E
RGB
rgb(170, 235, 158)
HSL
hsl(111, 66%, 77%)
HSV
hsv(111, 33%, 92%)
CMYK
28%, 0%, 33%, 8%
XYZ
X: 54.41, Y: 70.57, Z: 33.05
Lab
L: 87.28, a: -31.98, b: 30.65
Name

Shades of Color #AAEB9E

Shades are created by darkening the original color #AAEB9E 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 #AAEB9E

Tints are created by lightening the original color #AAEB9E 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 #AAEB9E Color Code

In the HSL color space, this color has a hue angle of 111°, a saturation of 66%, and a lightness of 77%. The HSV representation shows a hue of 111°, a saturation of 33%, and a value of 92%.

  • HEX: #AAEB9E
  • RGB: rgb(170, 235, 158)
  • HSL: hsl(111, 66%, 77%)
  • HSV: hsv(111, 33%, 92%)
  • CMYK: 28.00% cyan, 0.00% magenta, 33.00% yellow, 8.00% black
  • XYZ: 54.41, 70.57, 33.05
  • Yxy: 70.57, 0.3443, 0.4466
  • Hunter Lab: 87.28, -31.98, 30.65
  • CIE-Lab: 87.28, -31.98, 30.65

In the XYZ color space, this color is represented as X: 54.41, Y: 70.57, Z: 33.05. The Yxy representation further refines this as Y: 70.57, x: 0.3443, and y: 0.4466.

In the Hunter Lab color space, this color is represented as L: 87.28, a: -31.98, and b: 30.65. Similarly, in the CIE-Lab color space, it is represented as L: 87.28, a: -31.98, and b: 30.65.

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 #AAEB9E

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

Analogous Colors of #AAEB9E

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

Monochromatic Colors of #AAEB9E

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

Complementary Color of #AAEB9E

The complementary color of #AAEB9E 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 #AAEB9E

/* Using HEX */
body {
  background-color: #aaeb9e;
}
/* Using RGB */
body {
  background-color: rgb(170, 235, 158);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 235, 158, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(111, 66%, 77%);
}
/* Text color */
p {
  color: #aaeb9e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaeb9e;
}

HTML Examples of #AAEB9E

<!-- Using HEX -->
<div style="background-color: #aaeb9e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 235, 158); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 235, 158, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(111, 66%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aaeb9e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aaeb9e; width: 100px; height: 100px;"></div>

Related Colors of #AAEB9E

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