Color: #AFC36D

#AFC36D Color Information

#AFC36D is a light color. The closest websafe version is #AFC36D. A complement of this color would be #826EC4, perceived brightness is 0.70, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 74°,a saturation of 42%, and a lightness of 60%.The HSV representation shows a hue of 74°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AFC36D is composed of 69% red, 76% green and 43% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 44% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 49.59, x: 0.3869, and y: 0.4579.

Color Code #AFC36D

HEX
#AFC36D
RGB
rgb(175, 195, 109)
HSL
hsl(74, 42%, 60%)
HSV
hsv(74, 44%, 76%)
CMYK
10%, 0%, 44%, 24%
XYZ
X: 41.90, Y: 49.59, Z: 16.82
Lab
L: 75.82, a: -17.05, b: 40.60
Name

Shades of Color #AFC36D

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

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

About #AFC36D Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 42%, and a lightness of 60%. The HSV representation shows a hue of 74°, a saturation of 44%, and a value of 76%.

  • HEX: #AFC36D
  • RGB: rgb(175, 195, 109)
  • HSL: hsl(74, 42%, 60%)
  • HSV: hsv(74, 44%, 76%)
  • CMYK: 10.00% cyan, 0.00% magenta, 44.00% yellow, 24.00% black
  • XYZ: 41.90, 49.59, 16.82
  • Yxy: 49.59, 0.3869, 0.4579
  • Hunter Lab: 75.82, -17.05, 40.60
  • CIE-Lab: 75.82, -17.05, 40.60

In the XYZ color space, this color is represented as X: 41.90, Y: 49.59, Z: 16.82. The Yxy representation further refines this as Y: 49.59, x: 0.3869, and y: 0.4579.

In the Hunter Lab color space, this color is represented as L: 75.82, a: -17.05, and b: 40.60. Similarly, in the CIE-Lab color space, it is represented as L: 75.82, a: -17.05, and b: 40.60.

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

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

Analogous Colors of #AFC36D

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

Monochromatic Colors of #AFC36D

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

Complementary Color of #AFC36D

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

/* Using HEX */
body {
  background-color: #afc36d;
}
/* Using RGB */
body {
  background-color: rgb(175, 195, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 195, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 42%, 60%);
}
/* Text color */
p {
  color: #afc36d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afc36d;
}

HTML Examples of #AFC36D

<!-- Using HEX -->
<div style="background-color: #afc36d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 195, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 195, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(74, 42%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #afc36d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #afc36d; width: 100px; height: 100px;"></div>

Related Colors of #AFC36D

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