Color: #AFCF9C

#AFCF9C Color Information

#AFCF9C is a light color. The closest websafe version is #AFCF9C. A complement of this color would be #BC9BCF, perceived brightness is 0.75, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 98°,a saturation of 35%, and a lightness of 71%.The HSV representation shows a hue of 98°, a saturation of 25%, and a value of 81%.

In a RGB color space, #AFCF9C is composed of 69% red, 81% green and 61% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 25% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.28, x: 0.3539, and y: 0.4195.

Color Code #AFCF9C

#AFCF9Crgb(175, 207, 156)
HEX
#AFCF9C
RGB
rgb(175, 207, 156)
HSL
hsl(98, 35%, 71%)
HSV
hsv(98, 25%, 81%)
CMYK
15%, 0%, 25%, 19%
XYZ
X: 47.48, Y: 56.28, Z: 30.40
Lab
L: 79.78, a: -18.00, b: 21.76
Name

Shades of Color #AFCF9C

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

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

#AFCF9Crgb(175, 207, 156)

About #AFCF9C Color Code

In the HSL color space, this color has a hue angle of 98°, a saturation of 35%, and a lightness of 71%. The HSV representation shows a hue of 98°, a saturation of 25%, and a value of 81%.

  • HEX: #AFCF9C
  • RGB: rgb(175, 207, 156)
  • HSL: hsl(98, 35%, 71%)
  • HSV: hsv(98, 25%, 81%)
  • CMYK: 15.00% cyan, 0.00% magenta, 25.00% yellow, 19.00% black
  • XYZ: 47.48, 56.28, 30.40
  • Yxy: 56.28, 0.3539, 0.4195
  • Hunter Lab: 79.78, -18.00, 21.76
  • CIE-Lab: 79.78, -18.00, 21.76

In the XYZ color space, this color is represented as X: 47.48, Y: 56.28, Z: 30.40. The Yxy representation further refines this as Y: 56.28, x: 0.3539, and y: 0.4195.

In the Hunter Lab color space, this color is represented as L: 79.78, a: -18.00, and b: 21.76. Similarly, in the CIE-Lab color space, it is represented as L: 79.78, a: -18.00, and b: 21.76.

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

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

Analogous Colors of #AFCF9C

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

Monochromatic Colors of #AFCF9C

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

Complementary Color of #AFCF9C

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

/* Using HEX */
body {
  background-color: #afcf9c;
}
/* Using RGB */
body {
  background-color: rgb(175, 207, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 207, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(98, 35%, 71%);
}
/* Text color */
p {
  color: #afcf9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afcf9c;
}
/* Border color */
.box {
  border: 4px solid #afcf9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #afcf9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #afcf9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFCF9C
On Black Background
#AFCF9C
On White Background
#AFCF9C

HTML Examples of #AFCF9C

<!-- Using HEX -->
<div style="background-color: #afcf9c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 207, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 207, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(98, 35%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #afcf9c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #afcf9c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #afcf9c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #afcf9c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #afcf9c; color: #fff; padding: 16px; border-radius: 8px;">
  #AFCF9C
</div>
#AFCF9C
On Black Background
#AFCF9C
On White Background
#AFCF9C

Related Colors of #AFCF9C

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