Color: #A4EF5D
#A4EF5D Color Information
#A4EF5D is a light color. The closest websafe version is #A4EF5D. A complement of this color would be #A85DEF, perceived brightness is 0.78, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 91°,a saturation of 82%, and a lightness of 65%.The HSV representation shows a hue of 91°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A4EF5D is composed of 64% red, 94% green and 36% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 61% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 70.80, x: 0.3681, and y: 0.5112.
Color Code #A4EF5D
Shades of Color #A4EF5D
Shades are created by darkening the original color #A4EF5D 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 #A4EF5D
Tints are created by lightening the original color #A4EF5D 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 #A4EF5D Color Code
In the HSL color space, this color has a hue angle of 91°, a saturation of 82%, and a lightness of 65%. The HSV representation shows a hue of 91°, a saturation of 61%, and a value of 94%.
- HEX: #A4EF5D
- RGB: rgb(164, 239, 93)
- HSL: hsl(91, 82%, 65%)
- HSV: hsv(91, 61%, 94%)
- CMYK: 31.00% cyan, 0.00% magenta, 61.00% yellow, 6.00% black
- XYZ: 50.99, 70.80, 16.72
- Yxy: 70.80, 0.3681, 0.5112
- Hunter Lab: 87.39, -41.30, 60.80
- CIE-Lab: 87.39, -41.30, 60.80
In the XYZ color space, this color is represented as X: 50.99, Y: 70.80, Z: 16.72. The Yxy representation further refines this as Y: 70.80, x: 0.3681, and y: 0.5112.
In the Hunter Lab color space, this color is represented as L: 87.39, a: -41.30, and b: 60.80. Similarly, in the CIE-Lab color space, it is represented as L: 87.39, a: -41.30, and b: 60.80.
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 #A4EF5D
Triadic colors are three colors evenly spaced around the color wheel, including #A4EF5D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A4EF5D
Monochromatic colors are variations of #A4EF5D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A4EF5D
The complementary color of #A4EF5D 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 #A4EF5D
/* Using HEX */ body { background-color: #a4ef5d; }
/* Using RGB */ body { background-color: rgb(164, 239, 93); }
/* Using RGB with opacity */ body { background-color: rgba(164, 239, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(91, 82%, 65%); }
/* Text color */ p { color: #a4ef5d; }
/* Box shadow */ div { box-shadow: 4px 4px #a4ef5d; }
HTML Examples of #A4EF5D
<!-- Using HEX --> <div style="background-color: #a4ef5d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 239, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 239, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(91, 82%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a4ef5d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a4ef5d; width: 100px; height: 100px;"></div>
Related Colors of #A4EF5D
These colors are similar to #A4EF5D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.