Color: #A9DBAA

#A9DBAA Color Information

#A9DBAA is a light color. The closest websafe version is #A9DBAA. A complement of this color would be #DBA9DA, perceived brightness is 0.78, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 121°,a saturation of 41%, and a lightness of 76%.The HSV representation shows a hue of 121°, a saturation of 23%, and a value of 86%.

In a RGB color space, #A9DBAA is composed of 66% red, 86% green and 67% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 0% magenta, 22% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 62.05, x: 0.3389, and y: 0.4178.

Color Code #A9DBAA

#A9DBAArgb(169, 219, 170)
HEX
#A9DBAA
RGB
rgb(169, 219, 170)
HSL
hsl(121, 41%, 76%)
HSV
hsv(121, 23%, 86%)
CMYK
23%, 0%, 22%, 14%
XYZ
X: 50.33, Y: 62.05, Z: 36.14
Lab
L: 82.94, a: -23.88, b: 18.70
Name

Shades of Color #A9DBAA

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

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

#A9DBAArgb(169, 219, 170)

About #A9DBAA Color Code

In the HSL color space, this color has a hue angle of 121°, a saturation of 41%, and a lightness of 76%. The HSV representation shows a hue of 121°, a saturation of 23%, and a value of 86%.

  • HEX: #A9DBAA
  • RGB: rgb(169, 219, 170)
  • HSL: hsl(121, 41%, 76%)
  • HSV: hsv(121, 23%, 86%)
  • CMYK: 23.00% cyan, 0.00% magenta, 22.00% yellow, 14.00% black
  • XYZ: 50.33, 62.05, 36.14
  • Yxy: 62.05, 0.3389, 0.4178
  • Hunter Lab: 82.94, -23.88, 18.70
  • CIE-Lab: 82.94, -23.88, 18.70

In the XYZ color space, this color is represented as X: 50.33, Y: 62.05, Z: 36.14. The Yxy representation further refines this as Y: 62.05, x: 0.3389, and y: 0.4178.

In the Hunter Lab color space, this color is represented as L: 82.94, a: -23.88, and b: 18.70. Similarly, in the CIE-Lab color space, it is represented as L: 82.94, a: -23.88, and b: 18.70.

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

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

Analogous Colors of #A9DBAA

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

Monochromatic Colors of #A9DBAA

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

Complementary Color of #A9DBAA

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

/* Using HEX */
body {
  background-color: #a9dbaa;
}
/* Using RGB */
body {
  background-color: rgb(169, 219, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 219, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(121, 41%, 76%);
}
/* Text color */
p {
  color: #a9dbaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a9dbaa;
}
/* Border color */
.box {
  border: 4px solid #a9dbaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a9dbaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a9dbaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A9DBAA
On Black Background
#A9DBAA
On White Background
#A9DBAA

HTML Examples of #A9DBAA

<!-- Using HEX -->
<div style="background-color: #a9dbaa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(169, 219, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(169, 219, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(121, 41%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a9dbaa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a9dbaa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a9dbaa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a9dbaa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a9dbaa; color: #fff; padding: 16px; border-radius: 8px;">
  #A9DBAA
</div>
#A9DBAA
On Black Background
#A9DBAA
On White Background
#A9DBAA

Related Colors of #A9DBAA

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