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