Color: #ABF824
#ABF824 Color Information
#ABF824 is a light color. The closest websafe version is #ABF824. A complement of this color would be #7325F8, perceived brightness is 0.79, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 82°,a saturation of 94%, and a lightness of 56%.The HSV representation shows a hue of 82°, a saturation of 85%, and a value of 97%.
In a RGB color space, #ABF824 is composed of 67% red, 97% green and 14% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 85% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 76.46, x: 0.3826, and y: 0.5401.
Color Code #ABF824
Shades of Color #ABF824
Shades are created by darkening the original color #ABF824 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 #ABF824
Tints are created by lightening the original color #ABF824 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 #ABF824 Color Code
In the HSL color space, this color has a hue angle of 82°, a saturation of 94%, and a lightness of 56%. The HSV representation shows a hue of 82°, a saturation of 85%, and a value of 97%.
- HEX: #ABF824
- RGB: rgb(171, 248, 36)
- HSL: hsl(82, 94%, 56%)
- HSV: hsv(82, 85%, 97%)
- CMYK: 31.00% cyan, 0.00% magenta, 85.00% yellow, 3.00% black
- XYZ: 54.16, 76.46, 10.94
- Yxy: 76.46, 0.3826, 0.5401
- Hunter Lab: 90.07, -44.67, 80.90
- CIE-Lab: 90.07, -44.67, 80.90
In the XYZ color space, this color is represented as X: 54.16, Y: 76.46, Z: 10.94. The Yxy representation further refines this as Y: 76.46, x: 0.3826, and y: 0.5401.
In the Hunter Lab color space, this color is represented as L: 90.07, a: -44.67, and b: 80.90. Similarly, in the CIE-Lab color space, it is represented as L: 90.07, a: -44.67, and b: 80.90.
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 #ABF824
Triadic colors are three colors evenly spaced around the color wheel, including #ABF824. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ABF824
Split complementary colors are two colors adjacent to the complementary color of #ABF824. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ABF824
Monochromatic colors are variations of #ABF824, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABF824
The complementary color of #ABF824 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 #ABF824
/* Using HEX */ body { background-color: #abf824; }
/* Using RGB */ body { background-color: rgb(171, 248, 36); }
/* Using RGB with opacity */ body { background-color: rgba(171, 248, 36, 0.5); }
/* Using HSL */ body { background-color: hsl(82, 94%, 56%); }
/* Text color */ p { color: #abf824; }
/* Box shadow */ div { box-shadow: 4px 4px #abf824; }
/* Border color */ .box { border: 4px solid #abf824; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abf824; }
/* Background with text */ div { background: #abf824; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABF824
<!-- Using HEX --> <div style="background-color: #abf824; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 248, 36); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 248, 36, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(82, 94%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abf824;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abf824; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abf824; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abf824;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abf824; color: #fff; padding: 16px; border-radius: 8px;"> #ABF824 </div>
Related Colors of #ABF824
These colors are similar to #ABF824, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.