Color: #AFE06C

#AFE06C Color Information

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

In the HSL color space, this color has a hue angle of 85°,a saturation of 65%, and a lightness of 65%.The HSV representation shows a hue of 85°, a saturation of 52%, and a value of 88%.

In a RGB color space, #AFE06C is composed of 69% red, 88% green and 42% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 52% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 63.88, x: 0.3754, and y: 0.4840.

Color Code #AFE06C

#AFE06Crgb(175, 224, 108)
HEX
#AFE06C
RGB
rgb(175, 224, 108)
HSL
hsl(85, 65%, 65%)
HSV
hsv(85, 52%, 88%)
CMYK
22%, 0%, 52%, 12%
XYZ
X: 49.54, Y: 63.88, Z: 18.55
Lab
L: 83.91, a: -30.16, b: 50.65
Name

Shades of Color #AFE06C

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

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

#AFE06Crgb(175, 224, 108)

About #AFE06C Color Code

In the HSL color space, this color has a hue angle of 85°, a saturation of 65%, and a lightness of 65%. The HSV representation shows a hue of 85°, a saturation of 52%, and a value of 88%.

  • HEX: #AFE06C
  • RGB: rgb(175, 224, 108)
  • HSL: hsl(85, 65%, 65%)
  • HSV: hsv(85, 52%, 88%)
  • CMYK: 22.00% cyan, 0.00% magenta, 52.00% yellow, 12.00% black
  • XYZ: 49.54, 63.88, 18.55
  • Yxy: 63.88, 0.3754, 0.4840
  • Hunter Lab: 83.91, -30.16, 50.65
  • CIE-Lab: 83.91, -30.16, 50.65

In the XYZ color space, this color is represented as X: 49.54, Y: 63.88, Z: 18.55. The Yxy representation further refines this as Y: 63.88, x: 0.3754, and y: 0.4840.

In the Hunter Lab color space, this color is represented as L: 83.91, a: -30.16, and b: 50.65. Similarly, in the CIE-Lab color space, it is represented as L: 83.91, a: -30.16, and b: 50.65.

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

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

Analogous Colors of #AFE06C

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

Split Complementary Colors of #AFE06C

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

Tetradic Colors of #AFE06C

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

Monochromatic Colors of #AFE06C

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

Complementary Color of #AFE06C

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

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

HTML Examples of #AFE06C

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

Related Colors of #AFE06C

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