Color: #AAEB6D
#AAEB6D Color Information
#AAEB6D is a light color. The closest websafe version is #AAEB6D. A complement of this color would be #AD6BEB, perceived brightness is 0.79, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 91°,a saturation of 76%, and a lightness of 67%.The HSV representation shows a hue of 91°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AAEB6D is composed of 67% red, 92% green and 43% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 54% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 69.43, x: 0.3675, and y: 0.4935.
Color Code #AAEB6D
Shades of Color #AAEB6D
Shades are created by darkening the original color #AAEB6D 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 #AAEB6D
Tints are created by lightening the original color #AAEB6D 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 #AAEB6D Color Code
In the HSL color space, this color has a hue angle of 91°, a saturation of 76%, and a lightness of 67%. The HSV representation shows a hue of 91°, a saturation of 54%, and a value of 92%.
- HEX: #AAEB6D
- RGB: rgb(170, 235, 109)
- HSL: hsl(91, 76%, 67%)
- HSV: hsv(91, 54%, 92%)
- CMYK: 28.00% cyan, 0.00% magenta, 54.00% yellow, 8.00% black
- XYZ: 51.71, 69.43, 19.55
- Yxy: 69.43, 0.3675, 0.4935
- Hunter Lab: 86.72, -36.52, 53.34
- CIE-Lab: 86.72, -36.52, 53.34
In the XYZ color space, this color is represented as X: 51.71, Y: 69.43, Z: 19.55. The Yxy representation further refines this as Y: 69.43, x: 0.3675, and y: 0.4935.
In the Hunter Lab color space, this color is represented as L: 86.72, a: -36.52, and b: 53.34. Similarly, in the CIE-Lab color space, it is represented as L: 86.72, a: -36.52, and b: 53.34.
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 #AAEB6D
Triadic colors are three colors evenly spaced around the color wheel, including #AAEB6D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAEB6D
Monochromatic colors are variations of #AAEB6D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAEB6D
The complementary color of #AAEB6D 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 #AAEB6D
/* Using HEX */ body { background-color: #aaeb6d; }
/* Using RGB */ body { background-color: rgb(170, 235, 109); }
/* Using RGB with opacity */ body { background-color: rgba(170, 235, 109, 0.5); }
/* Using HSL */ body { background-color: hsl(91, 76%, 67%); }
/* Text color */ p { color: #aaeb6d; }
/* Box shadow */ div { box-shadow: 4px 4px #aaeb6d; }
HTML Examples of #AAEB6D
<!-- Using HEX --> <div style="background-color: #aaeb6d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 235, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 235, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(91, 76%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aaeb6d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aaeb6d; width: 100px; height: 100px;"></div>
Related Colors of #AAEB6D
These colors are similar to #AAEB6D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.