Color: #AAED5D

#AAED5D Color Information

#AAED5D is a light color. The closest websafe version is #AAED5D. A complement of this color would be #A15EED, perceived brightness is 0.79, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 88°,a saturation of 80%, and a lightness of 65%.The HSV representation shows a hue of 88°, a saturation of 61%, and a value of 93%.

In a RGB color space, #AAED5D is composed of 67% red, 93% green and 36% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 70.32, x: 0.3730, and y: 0.5072.

Color Code #AAED5D

#AAED5Drgb(170, 237, 93)
HEX
#AAED5D
RGB
rgb(170, 237, 93)
HSL
hsl(88, 80%, 65%)
HSV
hsv(88, 61%, 93%)
CMYK
28%, 0%, 61%, 7%
XYZ
X: 51.71, Y: 70.32, Z: 16.60
Lab
L: 87.15, a: -38.41, b: 60.66
Name

Shades of Color #AAED5D

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

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

#AAED5Drgb(170, 237, 93)

About #AAED5D Color Code

In the HSL color space, this color has a hue angle of 88°, a saturation of 80%, and a lightness of 65%. The HSV representation shows a hue of 88°, a saturation of 61%, and a value of 93%.

  • HEX: #AAED5D
  • RGB: rgb(170, 237, 93)
  • HSL: hsl(88, 80%, 65%)
  • HSV: hsv(88, 61%, 93%)
  • CMYK: 28.00% cyan, 0.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 51.71, 70.32, 16.60
  • Yxy: 70.32, 0.3730, 0.5072
  • Hunter Lab: 87.15, -38.41, 60.66
  • CIE-Lab: 87.15, -38.41, 60.66

In the XYZ color space, this color is represented as X: 51.71, Y: 70.32, Z: 16.60. The Yxy representation further refines this as Y: 70.32, x: 0.3730, and y: 0.5072.

In the Hunter Lab color space, this color is represented as L: 87.15, a: -38.41, and b: 60.66. Similarly, in the CIE-Lab color space, it is represented as L: 87.15, a: -38.41, and b: 60.66.

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

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

Analogous Colors of #AAED5D

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

Monochromatic Colors of #AAED5D

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

Complementary Color of #AAED5D

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

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

HTML Examples of #AAED5D

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

Related Colors of #AAED5D

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