Color: #A1E9AF
#A1E9AF Color Information
#A1E9AF is a light color. The closest websafe version is #A1E9AF. A complement of this color would be #E9A0DA, perceived brightness is 0.80, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 132°,a saturation of 62%, and a lightness of 77%.The HSV representation shows a hue of 132°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A1E9AF is composed of 63% red, 91% green and 69% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 25% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 68.94, x: 0.3295, and y: 0.4282.
Color Code #A1E9AF
Shades of Color #A1E9AF
Shades are created by darkening the original color #A1E9AF 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 #A1E9AF
Tints are created by lightening the original color #A1E9AF 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 #A1E9AF Color Code
In the HSL color space, this color has a hue angle of 132°, a saturation of 62%, and a lightness of 77%. The HSV representation shows a hue of 132°, a saturation of 31%, and a value of 91%.
- HEX: #A1E9AF
- RGB: rgb(161, 233, 175)
- HSL: hsl(132, 62%, 77%)
- HSV: hsv(132, 31%, 91%)
- CMYK: 31.00% cyan, 0.00% magenta, 25.00% yellow, 9.00% black
- XYZ: 53.05, 68.94, 39.02
- Yxy: 68.94, 0.3295, 0.4282
- Hunter Lab: 86.48, -31.99, 20.86
- CIE-Lab: 86.48, -31.99, 20.86
In the XYZ color space, this color is represented as X: 53.05, Y: 68.94, Z: 39.02. The Yxy representation further refines this as Y: 68.94, x: 0.3295, and y: 0.4282.
In the Hunter Lab color space, this color is represented as L: 86.48, a: -31.99, and b: 20.86. Similarly, in the CIE-Lab color space, it is represented as L: 86.48, a: -31.99, and b: 20.86.
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 #A1E9AF
Triadic colors are three colors evenly spaced around the color wheel, including #A1E9AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A1E9AF
Monochromatic colors are variations of #A1E9AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A1E9AF
The complementary color of #A1E9AF 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 #A1E9AF
/* Using HEX */ body { background-color: #a1e9af; }
/* Using RGB */ body { background-color: rgb(161, 233, 175); }
/* Using RGB with opacity */ body { background-color: rgba(161, 233, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(132, 62%, 77%); }
/* Text color */ p { color: #a1e9af; }
/* Box shadow */ div { box-shadow: 4px 4px #a1e9af; }
HTML Examples of #A1E9AF
<!-- Using HEX --> <div style="background-color: #a1e9af; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 233, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 233, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(132, 62%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a1e9af;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a1e9af; width: 100px; height: 100px;"></div>
Related Colors of #A1E9AF
These colors are similar to #A1E9AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.