Color: #ADD79B

#ADD79B Color Information

#ADD79B is a light color. The closest websafe version is #ADD79B. A complement of this color would be #C69DD8, perceived brightness is 0.77, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 102°,a saturation of 43%, and a lightness of 73%.The HSV representation shows a hue of 102°, a saturation of 28%, and a value of 84%.

In a RGB color space, #ADD79B is composed of 68% red, 84% green and 61% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 28% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 60.00, x: 0.3514, and y: 0.4296.

Color Code #ADD79B

#ADD79Brgb(173, 215, 155)
HEX
#ADD79B
RGB
rgb(173, 215, 155)
HSL
hsl(102, 43%, 73%)
HSV
hsv(102, 28%, 84%)
CMYK
20%, 0%, 28%, 16%
XYZ
X: 49.08, Y: 60.00, Z: 30.59
Lab
L: 81.84, a: -22.50, b: 25.02
Name

Shades of Color #ADD79B

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

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

#ADD79Brgb(173, 215, 155)

About #ADD79B Color Code

In the HSL color space, this color has a hue angle of 102°, a saturation of 43%, and a lightness of 73%. The HSV representation shows a hue of 102°, a saturation of 28%, and a value of 84%.

  • HEX: #ADD79B
  • RGB: rgb(173, 215, 155)
  • HSL: hsl(102, 43%, 73%)
  • HSV: hsv(102, 28%, 84%)
  • CMYK: 20.00% cyan, 0.00% magenta, 28.00% yellow, 16.00% black
  • XYZ: 49.08, 60.00, 30.59
  • Yxy: 60.00, 0.3514, 0.4296
  • Hunter Lab: 81.84, -22.50, 25.02
  • CIE-Lab: 81.84, -22.50, 25.02

In the XYZ color space, this color is represented as X: 49.08, Y: 60.00, Z: 30.59. The Yxy representation further refines this as Y: 60.00, x: 0.3514, and y: 0.4296.

In the Hunter Lab color space, this color is represented as L: 81.84, a: -22.50, and b: 25.02. Similarly, in the CIE-Lab color space, it is represented as L: 81.84, a: -22.50, and b: 25.02.

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

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

Analogous Colors of #ADD79B

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

Monochromatic Colors of #ADD79B

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

Complementary Color of #ADD79B

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

/* Using HEX */
body {
  background-color: #add79b;
}
/* Using RGB */
body {
  background-color: rgb(173, 215, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 215, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(102, 43%, 73%);
}
/* Text color */
p {
  color: #add79b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #add79b;
}
/* Border color */
.box {
  border: 4px solid #add79b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #add79b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #add79b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADD79B
On Black Background
#ADD79B
On White Background
#ADD79B

HTML Examples of #ADD79B

<!-- Using HEX -->
<div style="background-color: #add79b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 215, 155); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 215, 155, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(102, 43%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #add79b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #add79b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #add79b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #add79b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #add79b; color: #fff; padding: 16px; border-radius: 8px;">
  #ADD79B
</div>
#ADD79B
On Black Background
#ADD79B
On White Background
#ADD79B

Related Colors of #ADD79B

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