Color: #ADDF6D

#ADDF6D Color Information

#ADDF6D is a light color. The closest websafe version is #ADDF6D. A complement of this color would be #9E6DDF, perceived brightness is 0.76, and the grayscale version is #A6A6A6.

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

In a RGB color space, #ADDF6D is composed of 68% red, 87% green and 43% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 51% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 63.12, x: 0.3738, and y: 0.4832.

Color Code #ADDF6D

#ADDF6Drgb(173, 223, 109)
HEX
#ADDF6D
RGB
rgb(173, 223, 109)
HSL
hsl(86, 64%, 65%)
HSV
hsv(86, 51%, 87%)
CMYK
22%, 0%, 51%, 13%
XYZ
X: 48.83, Y: 63.12, Z: 18.67
Lab
L: 83.51, a: -30.38, b: 49.70
Name

Shades of Color #ADDF6D

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

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

#ADDF6Drgb(173, 223, 109)

About #ADDF6D Color Code

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

  • HEX: #ADDF6D
  • RGB: rgb(173, 223, 109)
  • HSL: hsl(86, 64%, 65%)
  • HSV: hsv(86, 51%, 87%)
  • CMYK: 22.00% cyan, 0.00% magenta, 51.00% yellow, 13.00% black
  • XYZ: 48.83, 63.12, 18.67
  • Yxy: 63.12, 0.3738, 0.4832
  • Hunter Lab: 83.51, -30.38, 49.70
  • CIE-Lab: 83.51, -30.38, 49.70

In the XYZ color space, this color is represented as X: 48.83, Y: 63.12, Z: 18.67. The Yxy representation further refines this as Y: 63.12, x: 0.3738, and y: 0.4832.

In the Hunter Lab color space, this color is represented as L: 83.51, a: -30.38, and b: 49.70. Similarly, in the CIE-Lab color space, it is represented as L: 83.51, a: -30.38, and b: 49.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 #ADDF6D

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

Analogous Colors of #ADDF6D

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

Split Complementary Colors of #ADDF6D

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

Tetradic Colors of #ADDF6D

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

Monochromatic Colors of #ADDF6D

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

Complementary Color of #ADDF6D

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

/* Using HEX */
body {
  background-color: #addf6d;
}
/* Using RGB */
body {
  background-color: rgb(173, 223, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 223, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(86, 64%, 65%);
}
/* Text color */
p {
  color: #addf6d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #addf6d;
}
/* Border color */
.box {
  border: 4px solid #addf6d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #addf6d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #addf6d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADDF6D
On Black Background
#ADDF6D
On White Background
#ADDF6D

HTML Examples of #ADDF6D

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

Related Colors of #ADDF6D

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