Color: #A0E65A

#A0E65A Color Information

#A0E65A is a light color. The closest websafe version is #A0E65A. A complement of this color would be #A15BE6, perceived brightness is 0.76, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 90°,a saturation of 74%, and a lightness of 63%.The HSV representation shows a hue of 90°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A0E65A is composed of 63% red, 90% green and 35% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 61% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 65.17, x: 0.3695, and y: 0.5095.

Color Code #A0E65A

HEX
#A0E65A
RGB
rgb(160, 230, 90)
HSL
hsl(90, 74%, 63%)
HSV
hsv(90, 61%, 90%)
CMYK
30%, 0%, 61%, 10%
XYZ
X: 47.26, Y: 65.17, Z: 15.48
Lab
L: 84.57, a: -39.26, b: 58.92
Name

Shades of Color #A0E65A

Shades are created by darkening the original color #A0E65A 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 #A0E65A

Tints are created by lightening the original color #A0E65A 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 #A0E65A Color Code

In the HSL color space, this color has a hue angle of 90°, a saturation of 74%, and a lightness of 63%. The HSV representation shows a hue of 90°, a saturation of 61%, and a value of 90%.

  • HEX: #A0E65A
  • RGB: rgb(160, 230, 90)
  • HSL: hsl(90, 74%, 63%)
  • HSV: hsv(90, 61%, 90%)
  • CMYK: 30.00% cyan, 0.00% magenta, 61.00% yellow, 10.00% black
  • XYZ: 47.26, 65.17, 15.48
  • Yxy: 65.17, 0.3695, 0.5095
  • Hunter Lab: 84.57, -39.26, 58.92
  • CIE-Lab: 84.57, -39.26, 58.92

In the XYZ color space, this color is represented as X: 47.26, Y: 65.17, Z: 15.48. The Yxy representation further refines this as Y: 65.17, x: 0.3695, and y: 0.5095.

In the Hunter Lab color space, this color is represented as L: 84.57, a: -39.26, and b: 58.92. Similarly, in the CIE-Lab color space, it is represented as L: 84.57, a: -39.26, and b: 58.92.

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 #A0E65A

Triadic colors are three colors evenly spaced around the color wheel, including #A0E65A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A0E65A

Analogous colors are adjacent to #A0E65A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #A0E65A

Monochromatic colors are variations of #A0E65A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A0E65A

The complementary color of #A0E65A 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 #A0E65A

/* Using HEX */
body {
  background-color: #a0e65a;
}
/* Using RGB */
body {
  background-color: rgb(160, 230, 90);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 230, 90, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(90, 74%, 63%);
}
/* Text color */
p {
  color: #a0e65a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0e65a;
}

HTML Examples of #A0E65A

<!-- Using HEX -->
<div style="background-color: #a0e65a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 230, 90); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 230, 90, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(90, 74%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0e65a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0e65a; width: 100px; height: 100px;"></div>

Related Colors of #A0E65A

These colors are similar to #A0E65A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.