Color: #A0E67A
#A0E67A Color Information
#A0E67A is a light color. The closest websafe version is #A0E67A. A complement of this color would be #C07AE6, perceived brightness is 0.77, and the grayscale version is #B0B0B0.
In the HSL color space, this color has a hue angle of 99°,a saturation of 68%, and a lightness of 69%.The HSV representation shows a hue of 99°, a saturation of 47%, and a value of 90%.
In a RGB color space, #A0E67A is composed of 63% red, 90% green and 48% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 47% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 65.73, x: 0.3562, and y: 0.4820.
Color Code #A0E67A
Shades of Color #A0E67A
Shades are created by darkening the original color #A0E67A 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 #A0E67A
Tints are created by lightening the original color #A0E67A 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 #A0E67A Color Code
In the HSL color space, this color has a hue angle of 99°, a saturation of 68%, and a lightness of 69%. The HSV representation shows a hue of 99°, a saturation of 47%, and a value of 90%.
- HEX: #A0E67A
- RGB: rgb(160, 230, 122)
- HSL: hsl(99, 68%, 69%)
- HSV: hsv(99, 47%, 90%)
- CMYK: 30.00% cyan, 0.00% magenta, 47.00% yellow, 10.00% black
- XYZ: 48.58, 65.73, 22.07
- Yxy: 65.73, 0.3562, 0.4820
- Hunter Lab: 84.86, -36.86, 45.03
- CIE-Lab: 84.86, -36.86, 45.03
In the XYZ color space, this color is represented as X: 48.58, Y: 65.73, Z: 22.07. The Yxy representation further refines this as Y: 65.73, x: 0.3562, and y: 0.4820.
In the Hunter Lab color space, this color is represented as L: 84.86, a: -36.86, and b: 45.03. Similarly, in the CIE-Lab color space, it is represented as L: 84.86, a: -36.86, and b: 45.03.
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 #A0E67A
Triadic colors are three colors evenly spaced around the color wheel, including #A0E67A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A0E67A
Monochromatic colors are variations of #A0E67A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A0E67A
The complementary color of #A0E67A 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 #A0E67A
/* Using HEX */ body { background-color: #a0e67a; }
/* Using RGB */ body { background-color: rgb(160, 230, 122); }
/* Using RGB with opacity */ body { background-color: rgba(160, 230, 122, 0.5); }
/* Using HSL */ body { background-color: hsl(99, 68%, 69%); }
/* Text color */ p { color: #a0e67a; }
/* Box shadow */ div { box-shadow: 4px 4px #a0e67a; }
/* Border color */ .box { border: 4px solid #a0e67a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a0e67a; }
/* Background with text */ div { background: #a0e67a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A0E67A
<!-- Using HEX --> <div style="background-color: #a0e67a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(160, 230, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(160, 230, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(99, 68%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a0e67a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a0e67a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a0e67a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a0e67a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a0e67a; color: #fff; padding: 16px; border-radius: 8px;"> #A0E67A </div>
Related Colors of #A0E67A
These colors are similar to #A0E67A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.