Color: #AFC472

#AFC472 Color Information

#AFC472 is a light color. The closest websafe version is #AFC472. A complement of this color would be #8773C4, perceived brightness is 0.71, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 75°,a saturation of 41%, and a lightness of 61%.The HSV representation shows a hue of 75°, a saturation of 42%, and a value of 77%.

In a RGB color space, #AFC472 is composed of 69% red, 77% green and 45% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 42% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 50.13, x: 0.3835, and y: 0.4538.

Color Code #AFC472

#AFC472rgb(175, 196, 114)
HEX
#AFC472
RGB
rgb(175, 196, 114)
HSL
hsl(75, 41%, 61%)
HSV
hsv(75, 42%, 77%)
CMYK
11%, 0%, 42%, 23%
XYZ
X: 42.36, Y: 50.13, Z: 17.97
Lab
L: 76.15, a: -17.10, b: 38.54
Name

Shades of Color #AFC472

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

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

#AFC472rgb(175, 196, 114)

About #AFC472 Color Code

In the HSL color space, this color has a hue angle of 75°, a saturation of 41%, and a lightness of 61%. The HSV representation shows a hue of 75°, a saturation of 42%, and a value of 77%.

  • HEX: #AFC472
  • RGB: rgb(175, 196, 114)
  • HSL: hsl(75, 41%, 61%)
  • HSV: hsv(75, 42%, 77%)
  • CMYK: 11.00% cyan, 0.00% magenta, 42.00% yellow, 23.00% black
  • XYZ: 42.36, 50.13, 17.97
  • Yxy: 50.13, 0.3835, 0.4538
  • Hunter Lab: 76.15, -17.10, 38.54
  • CIE-Lab: 76.15, -17.10, 38.54

In the XYZ color space, this color is represented as X: 42.36, Y: 50.13, Z: 17.97. The Yxy representation further refines this as Y: 50.13, x: 0.3835, and y: 0.4538.

In the Hunter Lab color space, this color is represented as L: 76.15, a: -17.10, and b: 38.54. Similarly, in the CIE-Lab color space, it is represented as L: 76.15, a: -17.10, and b: 38.54.

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

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

Analogous Colors of #AFC472

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

Split Complementary Colors of #AFC472

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

Tetradic Colors of #AFC472

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

Monochromatic Colors of #AFC472

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

Complementary Color of #AFC472

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

/* Using HEX */
body {
  background-color: #afc472;
}
/* Using RGB */
body {
  background-color: rgb(175, 196, 114);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 196, 114, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(75, 41%, 61%);
}
/* Text color */
p {
  color: #afc472;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afc472;
}
/* Border color */
.box {
  border: 4px solid #afc472;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #afc472;
}
Text Shadow Preview
/* Background with text */
div {
  background: #afc472;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFC472
On Black Background
#AFC472
On White Background
#AFC472

HTML Examples of #AFC472

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

Related Colors of #AFC472

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