Color: #AAD59C
#AAD59C Color Information
#AAD59C is a light color. The closest websafe version is #AAD59C. A complement of this color would be #C69BD4, perceived brightness is 0.76, and the grayscale version is #B8B8B8.
In the HSL color space, this color has a hue angle of 105°,a saturation of 40%, and a lightness of 72%.The HSV representation shows a hue of 105°, a saturation of 27%, and a value of 84%.
In a RGB color space, #AAD59C is composed of 67% red, 84% green and 61% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 27% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 58.66, x: 0.3489, and y: 0.4271.
Color Code #AAD59C
Shades of Color #AAD59C
Shades are created by darkening the original color #AAD59C 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 #AAD59C
Tints are created by lightening the original color #AAD59C 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 #AAD59C Color Code
In the HSL color space, this color has a hue angle of 105°, a saturation of 40%, and a lightness of 72%. The HSV representation shows a hue of 105°, a saturation of 27%, and a value of 84%.
- HEX: #AAD59C
- RGB: rgb(170, 213, 156)
- HSL: hsl(105, 40%, 72%)
- HSV: hsv(105, 27%, 84%)
- CMYK: 20.00% cyan, 0.00% magenta, 27.00% yellow, 16.00% black
- XYZ: 47.91, 58.66, 30.76
- Yxy: 58.66, 0.3489, 0.4271
- Hunter Lab: 81.10, -22.54, 23.48
- CIE-Lab: 81.10, -22.54, 23.48
In the XYZ color space, this color is represented as X: 47.91, Y: 58.66, Z: 30.76. The Yxy representation further refines this as Y: 58.66, x: 0.3489, and y: 0.4271.
In the Hunter Lab color space, this color is represented as L: 81.10, a: -22.54, and b: 23.48. Similarly, in the CIE-Lab color space, it is represented as L: 81.10, a: -22.54, and b: 23.48.
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 #AAD59C
Triadic colors are three colors evenly spaced around the color wheel, including #AAD59C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AAD59C
Split complementary colors are two colors adjacent to the complementary color of #AAD59C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AAD59C
Monochromatic colors are variations of #AAD59C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAD59C
The complementary color of #AAD59C 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 #AAD59C
/* Using HEX */ body { background-color: #aad59c; }
/* Using RGB */ body { background-color: rgb(170, 213, 156); }
/* Using RGB with opacity */ body { background-color: rgba(170, 213, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(105, 40%, 72%); }
/* Text color */ p { color: #aad59c; }
/* Box shadow */ div { box-shadow: 4px 4px #aad59c; }
/* Border color */ .box { border: 4px solid #aad59c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aad59c; }
/* Background with text */ div { background: #aad59c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AAD59C
<!-- Using HEX --> <div style="background-color: #aad59c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 213, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 213, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(105, 40%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aad59c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aad59c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aad59c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aad59c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aad59c; color: #fff; padding: 16px; border-radius: 8px;"> #AAD59C </div>
Related Colors of #AAD59C
These colors are similar to #AAD59C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.