Color: #AEE01A
#AEE01A Color Information
#AEE01A is a light color. The closest websafe version is #AEE01A. A complement of this color would be #4C1AE0, perceived brightness is 0.73, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 75°,a saturation of 79%, and a lightness of 49%.The HSV representation shows a hue of 75°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AEE01A is composed of 68% red, 88% green and 10% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 88% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 62.92, x: 0.3982, and y: 0.5296.
Color Code #AEE01A
Shades of Color #AEE01A
Shades are created by darkening the original color #AEE01A 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 #AEE01A
Tints are created by lightening the original color #AEE01A 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 #AEE01A Color Code
In the HSL color space, this color has a hue angle of 75°, a saturation of 79%, and a lightness of 49%. The HSV representation shows a hue of 75°, a saturation of 88%, and a value of 88%.
- HEX: #AEE01A
- RGB: rgb(174, 224, 26)
- HSL: hsl(75, 79%, 49%)
- HSV: hsv(75, 88%, 88%)
- CMYK: 22.00% cyan, 0.00% magenta, 88.00% yellow, 12.00% black
- XYZ: 47.31, 62.92, 8.57
- Yxy: 62.92, 0.3982, 0.5296
- Hunter Lab: 83.40, -34.08, 77.38
- CIE-Lab: 83.40, -34.08, 77.38
In the XYZ color space, this color is represented as X: 47.31, Y: 62.92, Z: 8.57. The Yxy representation further refines this as Y: 62.92, x: 0.3982, and y: 0.5296.
In the Hunter Lab color space, this color is represented as L: 83.40, a: -34.08, and b: 77.38. Similarly, in the CIE-Lab color space, it is represented as L: 83.40, a: -34.08, and b: 77.38.
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 #AEE01A
Triadic colors are three colors evenly spaced around the color wheel, including #AEE01A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AEE01A
Monochromatic colors are variations of #AEE01A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AEE01A
The complementary color of #AEE01A 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 #AEE01A
/* Using HEX */ body { background-color: #aee01a; }
/* Using RGB */ body { background-color: rgb(174, 224, 26); }
/* Using RGB with opacity */ body { background-color: rgba(174, 224, 26, 0.5); }
/* Using HSL */ body { background-color: hsl(75, 79%, 49%); }
/* Text color */ p { color: #aee01a; }
/* Box shadow */ div { box-shadow: 4px 4px #aee01a; }
HTML Examples of #AEE01A
<!-- Using HEX --> <div style="background-color: #aee01a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 224, 26); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 224, 26, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(75, 79%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aee01a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aee01a; width: 100px; height: 100px;"></div>
Related Colors of #AEE01A
These colors are similar to #AEE01A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.