Color: #A0D66C
#A0D66C Color Information
#A0D66C is a light color. The closest websafe version is #A0D66C. A complement of this color would be #A26CD5, perceived brightness is 0.73, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 91°,a saturation of 56%, and a lightness of 63%.The HSV representation shows a hue of 91°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A0D66C is composed of 63% red, 84% green and 42% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 50% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 56.94, x: 0.3674, and y: 0.4824.
Color Code #A0D66C
Shades of Color #A0D66C
Shades are created by darkening the original color #A0D66C 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 #A0D66C
Tints are created by lightening the original color #A0D66C 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 #A0D66C Color Code
In the HSL color space, this color has a hue angle of 91°, a saturation of 56%, and a lightness of 63%. The HSV representation shows a hue of 91°, a saturation of 50%, and a value of 84%.
- HEX: #A0D66C
- RGB: rgb(160, 214, 108)
- HSL: hsl(91, 56%, 63%)
- HSV: hsv(91, 50%, 84%)
- CMYK: 25.00% cyan, 0.00% magenta, 50.00% yellow, 16.00% black
- XYZ: 43.37, 56.94, 17.73
- Yxy: 56.94, 0.3674, 0.4824
- Hunter Lab: 80.14, -31.32, 45.98
- CIE-Lab: 80.14, -31.32, 45.98
In the XYZ color space, this color is represented as X: 43.37, Y: 56.94, Z: 17.73. The Yxy representation further refines this as Y: 56.94, x: 0.3674, and y: 0.4824.
In the Hunter Lab color space, this color is represented as L: 80.14, a: -31.32, and b: 45.98. Similarly, in the CIE-Lab color space, it is represented as L: 80.14, a: -31.32, and b: 45.98.
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 #A0D66C
Triadic colors are three colors evenly spaced around the color wheel, including #A0D66C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A0D66C
Monochromatic colors are variations of #A0D66C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A0D66C
The complementary color of #A0D66C 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 #A0D66C
/* Using HEX */ body { background-color: #a0d66c; }
/* Using RGB */ body { background-color: rgb(160, 214, 108); }
/* Using RGB with opacity */ body { background-color: rgba(160, 214, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(91, 56%, 63%); }
/* Text color */ p { color: #a0d66c; }
/* Box shadow */ div { box-shadow: 4px 4px #a0d66c; }
HTML Examples of #A0D66C
<!-- Using HEX --> <div style="background-color: #a0d66c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(160, 214, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(160, 214, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(91, 56%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a0d66c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a0d66c; width: 100px; height: 100px;"></div>
Related Colors of #A0D66C
These colors are similar to #A0D66C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.