Color: #ABC663
#ABC663 Color Information
#ABC663 is a light color. The closest websafe version is #ABC663. A complement of this color would be #7D63C5, perceived brightness is 0.70, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 76°,a saturation of 46%, and a lightness of 58%.The HSV representation shows a hue of 76°, a saturation of 50%, and a value of 78%.
In a RGB color space, #ABC663 is composed of 67% red, 78% green and 39% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 50% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 50.30, x: 0.3875, and y: 0.4721.
Color Code #ABC663
Shades of Color #ABC663
Shades are created by darkening the original color #ABC663 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 #ABC663
Tints are created by lightening the original color #ABC663 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 #ABC663 Color Code
In the HSL color space, this color has a hue angle of 76°, a saturation of 46%, and a lightness of 58%. The HSV representation shows a hue of 76°, a saturation of 50%, and a value of 78%.
- HEX: #ABC663
- RGB: rgb(171, 198, 99)
- HSL: hsl(76, 46%, 58%)
- HSV: hsv(76, 50%, 78%)
- CMYK: 14.00% cyan, 0.00% magenta, 50.00% yellow, 22.00% black
- XYZ: 41.29, 50.30, 14.96
- Yxy: 50.30, 0.3875, 0.4721
- Hunter Lab: 76.25, -20.78, 45.86
- CIE-Lab: 76.25, -20.78, 45.86
In the XYZ color space, this color is represented as X: 41.29, Y: 50.30, Z: 14.96. The Yxy representation further refines this as Y: 50.30, x: 0.3875, and y: 0.4721.
In the Hunter Lab color space, this color is represented as L: 76.25, a: -20.78, and b: 45.86. Similarly, in the CIE-Lab color space, it is represented as L: 76.25, a: -20.78, and b: 45.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 #ABC663
Triadic colors are three colors evenly spaced around the color wheel, including #ABC663. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ABC663
Split complementary colors are two colors adjacent to the complementary color of #ABC663. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ABC663
Monochromatic colors are variations of #ABC663, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABC663
The complementary color of #ABC663 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 #ABC663
/* Using HEX */ body { background-color: #abc663; }
/* Using RGB */ body { background-color: rgb(171, 198, 99); }
/* Using RGB with opacity */ body { background-color: rgba(171, 198, 99, 0.5); }
/* Using HSL */ body { background-color: hsl(76, 46%, 58%); }
/* Text color */ p { color: #abc663; }
/* Box shadow */ div { box-shadow: 4px 4px #abc663; }
/* Border color */ .box { border: 4px solid #abc663; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abc663; }
/* Background with text */ div { background: #abc663; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABC663
<!-- Using HEX --> <div style="background-color: #abc663; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 198, 99); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 198, 99, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(76, 46%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abc663;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abc663; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abc663; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abc663;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abc663; color: #fff; padding: 16px; border-radius: 8px;"> #ABC663 </div>
Related Colors of #ABC663
These colors are similar to #ABC663, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.