Color: #ABE524
#ABE524 Color Information
#ABE524 is a light color. The closest websafe version is #ABE524. A complement of this color would be #5E24E5, perceived brightness is 0.74, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 78°,a saturation of 79%, and a lightness of 52%.The HSV representation shows a hue of 78°, a saturation of 84%, and a value of 90%.
In a RGB color space, #ABE524 is composed of 67% red, 90% green and 14% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 84% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 65.34, x: 0.3918, and y: 0.5314.
Color Code #ABE524
Shades of Color #ABE524
Shades are created by darkening the original color #ABE524 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 #ABE524
Tints are created by lightening the original color #ABE524 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 #ABE524 Color Code
In the HSL color space, this color has a hue angle of 78°, a saturation of 79%, and a lightness of 52%. The HSV representation shows a hue of 78°, a saturation of 84%, and a value of 90%.
- HEX: #ABE524
- RGB: rgb(171, 229, 36)
- HSL: hsl(78, 79%, 52%)
- HSV: hsv(78, 84%, 90%)
- CMYK: 25.00% cyan, 0.00% magenta, 84.00% yellow, 10.00% black
- XYZ: 48.18, 65.34, 9.44
- Yxy: 65.34, 0.3918, 0.5314
- Hunter Lab: 84.66, -37.10, 76.47
- CIE-Lab: 84.66, -37.10, 76.47
In the XYZ color space, this color is represented as X: 48.18, Y: 65.34, Z: 9.44. The Yxy representation further refines this as Y: 65.34, x: 0.3918, and y: 0.5314.
In the Hunter Lab color space, this color is represented as L: 84.66, a: -37.10, and b: 76.47. Similarly, in the CIE-Lab color space, it is represented as L: 84.66, a: -37.10, and b: 76.47.
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 #ABE524
Triadic colors are three colors evenly spaced around the color wheel, including #ABE524. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ABE524
Split complementary colors are two colors adjacent to the complementary color of #ABE524. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ABE524
Monochromatic colors are variations of #ABE524, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABE524
The complementary color of #ABE524 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 #ABE524
/* Using HEX */ body { background-color: #abe524; }
/* Using RGB */ body { background-color: rgb(171, 229, 36); }
/* Using RGB with opacity */ body { background-color: rgba(171, 229, 36, 0.5); }
/* Using HSL */ body { background-color: hsl(78, 79%, 52%); }
/* Text color */ p { color: #abe524; }
/* Box shadow */ div { box-shadow: 4px 4px #abe524; }
/* Border color */ .box { border: 4px solid #abe524; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abe524; }
/* Background with text */ div { background: #abe524; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABE524
<!-- Using HEX --> <div style="background-color: #abe524; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 229, 36); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 229, 36, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(78, 79%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abe524;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abe524; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abe524; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abe524;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abe524; color: #fff; padding: 16px; border-radius: 8px;"> #ABE524 </div>
Related Colors of #ABE524
These colors are similar to #ABE524, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.