Color: #A0DC56

#A0DC56 Color Information

#A0DC56 is a light color. The closest websafe version is #A0DC56. A complement of this color would be #9256DC, perceived brightness is 0.73, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 87°,a saturation of 66%, and a lightness of 60%.The HSV representation shows a hue of 87°, a saturation of 61%, and a value of 86%.

In a RGB color space, #A0DC56 is composed of 63% red, 86% green and 34% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 61% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 59.69, x: 0.3747, and y: 0.5058.

Color Code #A0DC56

#A0DC56rgb(160, 220, 86)
HEX
#A0DC56
RGB
rgb(160, 220, 86)
HSL
hsl(87, 66%, 60%)
HSV
hsv(87, 61%, 86%)
CMYK
27%, 0%, 61%, 14%
XYZ
X: 44.22, Y: 59.69, Z: 14.09
Lab
L: 81.67, a: -35.41, b: 57.45
Name

Shades of Color #A0DC56

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

Tints are created by lightening the original color #A0DC56 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.

#A0DC56rgb(160, 220, 86)

About #A0DC56 Color Code

In the HSL color space, this color has a hue angle of 87°, a saturation of 66%, and a lightness of 60%. The HSV representation shows a hue of 87°, a saturation of 61%, and a value of 86%.

  • HEX: #A0DC56
  • RGB: rgb(160, 220, 86)
  • HSL: hsl(87, 66%, 60%)
  • HSV: hsv(87, 61%, 86%)
  • CMYK: 27.00% cyan, 0.00% magenta, 61.00% yellow, 14.00% black
  • XYZ: 44.22, 59.69, 14.09
  • Yxy: 59.69, 0.3747, 0.5058
  • Hunter Lab: 81.67, -35.41, 57.45
  • CIE-Lab: 81.67, -35.41, 57.45

In the XYZ color space, this color is represented as X: 44.22, Y: 59.69, Z: 14.09. The Yxy representation further refines this as Y: 59.69, x: 0.3747, and y: 0.5058.

In the Hunter Lab color space, this color is represented as L: 81.67, a: -35.41, and b: 57.45. Similarly, in the CIE-Lab color space, it is represented as L: 81.67, a: -35.41, and b: 57.45.

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

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

Analogous Colors of #A0DC56

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

Split Complementary Colors of #A0DC56

Split complementary colors are two colors adjacent to the complementary color of #A0DC56. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A0DC56

Tetradic colors form a rectangle on the color wheel, including #A0DC56. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A0DC56

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

Complementary Color of #A0DC56

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

/* Using HEX */
body {
  background-color: #a0dc56;
}
/* Using RGB */
body {
  background-color: rgb(160, 220, 86);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 220, 86, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(87, 66%, 60%);
}
/* Text color */
p {
  color: #a0dc56;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0dc56;
}
/* Border color */
.box {
  border: 4px solid #a0dc56;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0dc56;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0dc56;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0DC56
On Black Background
#A0DC56
On White Background
#A0DC56

HTML Examples of #A0DC56

<!-- Using HEX -->
<div style="background-color: #a0dc56; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 220, 86); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 220, 86, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(87, 66%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0dc56;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0dc56; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a0dc56; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a0dc56;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a0dc56; color: #fff; padding: 16px; border-radius: 8px;">
  #A0DC56
</div>
#A0DC56
On Black Background
#A0DC56
On White Background
#A0DC56

Related Colors of #A0DC56

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