Color: #AAE92D

#AAE92D Color Information

#AAE92D is a light color. The closest websafe version is #AAE92D. A complement of this color would be #6D2FE9, perceived brightness is 0.76, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 80°,a saturation of 81%, and a lightness of 55%.The HSV representation shows a hue of 80°, a saturation of 81%, and a value of 91%.

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

In the Yxy color space, this color is represented as Y: 67.52, x: 0.3876, and y: 0.5310.

Color Code #AAE92D

#AAE92Drgb(170, 233, 45)
HEX
#AAE92D
RGB
rgb(170, 233, 45)
HSL
hsl(80, 81%, 55%)
HSV
hsv(80, 81%, 91%)
CMYK
27%, 0%, 81%, 9%
XYZ
X: 49.28, Y: 67.52, Z: 10.35
Lab
L: 85.76, a: -38.88, b: 75.35
Name

Shades of Color #AAE92D

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

Tints are created by lightening the original color #AAE92D 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.

#AAE92Drgb(170, 233, 45)

About #AAE92D Color Code

In the HSL color space, this color has a hue angle of 80°, a saturation of 81%, and a lightness of 55%. The HSV representation shows a hue of 80°, a saturation of 81%, and a value of 91%.

  • HEX: #AAE92D
  • RGB: rgb(170, 233, 45)
  • HSL: hsl(80, 81%, 55%)
  • HSV: hsv(80, 81%, 91%)
  • CMYK: 27.00% cyan, 0.00% magenta, 81.00% yellow, 9.00% black
  • XYZ: 49.28, 67.52, 10.35
  • Yxy: 67.52, 0.3876, 0.5310
  • Hunter Lab: 85.76, -38.88, 75.35
  • CIE-Lab: 85.76, -38.88, 75.35

In the XYZ color space, this color is represented as X: 49.28, Y: 67.52, Z: 10.35. The Yxy representation further refines this as Y: 67.52, x: 0.3876, and y: 0.5310.

In the Hunter Lab color space, this color is represented as L: 85.76, a: -38.88, and b: 75.35. Similarly, in the CIE-Lab color space, it is represented as L: 85.76, a: -38.88, and b: 75.35.

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

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

Analogous Colors of #AAE92D

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

Monochromatic Colors of #AAE92D

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

Complementary Color of #AAE92D

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

/* Using HEX */
body {
  background-color: #aae92d;
}
/* Using RGB */
body {
  background-color: rgb(170, 233, 45);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 233, 45, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(80, 81%, 55%);
}
/* Text color */
p {
  color: #aae92d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aae92d;
}
/* Border color */
.box {
  border: 4px solid #aae92d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aae92d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aae92d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAE92D
On Black Background
#AAE92D
On White Background
#AAE92D

HTML Examples of #AAE92D

<!-- Using HEX -->
<div style="background-color: #aae92d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 233, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 233, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(80, 81%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aae92d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aae92d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aae92d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aae92d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aae92d; color: #fff; padding: 16px; border-radius: 8px;">
  #AAE92D
</div>
#AAE92D
On Black Background
#AAE92D
On White Background
#AAE92D

Related Colors of #AAE92D

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