Color: #ACCB6F

#ACCB6F Color Information

#ACCB6F is a light color. The closest websafe version is #ACCB6F. A complement of this color would be #8F71CC, perceived brightness is 0.72, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 80°,a saturation of 47%, and a lightness of 62%.The HSV representation shows a hue of 80°, a saturation of 45%, and a value of 80%.

In a RGB color space, #ACCB6F is composed of 67% red, 80% green and 44% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 45% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 52.95, x: 0.3797, and y: 0.4647.

Color Code #ACCB6F

#ACCB6Frgb(172, 203, 111)
HEX
#ACCB6F
RGB
rgb(172, 203, 111)
HSL
hsl(80, 47%, 62%)
HSV
hsv(80, 45%, 80%)
CMYK
15%, 0%, 45%, 20%
XYZ
X: 43.26, Y: 52.95, Z: 17.73
Lab
L: 77.85, a: -21.75, b: 42.03
Name

Shades of Color #ACCB6F

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

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

#ACCB6Frgb(172, 203, 111)

About #ACCB6F Color Code

In the HSL color space, this color has a hue angle of 80°, a saturation of 47%, and a lightness of 62%. The HSV representation shows a hue of 80°, a saturation of 45%, and a value of 80%.

  • HEX: #ACCB6F
  • RGB: rgb(172, 203, 111)
  • HSL: hsl(80, 47%, 62%)
  • HSV: hsv(80, 45%, 80%)
  • CMYK: 15.00% cyan, 0.00% magenta, 45.00% yellow, 20.00% black
  • XYZ: 43.26, 52.95, 17.73
  • Yxy: 52.95, 0.3797, 0.4647
  • Hunter Lab: 77.85, -21.75, 42.03
  • CIE-Lab: 77.85, -21.75, 42.03

In the XYZ color space, this color is represented as X: 43.26, Y: 52.95, Z: 17.73. The Yxy representation further refines this as Y: 52.95, x: 0.3797, and y: 0.4647.

In the Hunter Lab color space, this color is represented as L: 77.85, a: -21.75, and b: 42.03. Similarly, in the CIE-Lab color space, it is represented as L: 77.85, a: -21.75, and b: 42.03.

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

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

Analogous Colors of #ACCB6F

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

Split Complementary Colors of #ACCB6F

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

Tetradic Colors of #ACCB6F

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

Monochromatic Colors of #ACCB6F

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

Complementary Color of #ACCB6F

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

/* Using HEX */
body {
  background-color: #accb6f;
}
/* Using RGB */
body {
  background-color: rgb(172, 203, 111);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 203, 111, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(80, 47%, 62%);
}
/* Text color */
p {
  color: #accb6f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #accb6f;
}
/* Border color */
.box {
  border: 4px solid #accb6f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #accb6f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #accb6f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACCB6F
On Black Background
#ACCB6F
On White Background
#ACCB6F

HTML Examples of #ACCB6F

<!-- Using HEX -->
<div style="background-color: #accb6f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(172, 203, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(172, 203, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(80, 47%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #accb6f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #accb6f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #accb6f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #accb6f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #accb6f; color: #fff; padding: 16px; border-radius: 8px;">
  #ACCB6F
</div>
#ACCB6F
On Black Background
#ACCB6F
On White Background
#ACCB6F

Related Colors of #ACCB6F

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