Color: #A1C999

#A1C999 Color Information

#A1C999 is a light color. The closest websafe version is #A1C999. A complement of this color would be #C097C8, perceived brightness is 0.72, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 110°,a saturation of 31%, and a lightness of 69%.The HSV representation shows a hue of 110°, a saturation of 24%, and a value of 79%.

In a RGB color space, #A1C999 is composed of 63% red, 79% green and 60% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 24% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 51.73, x: 0.3456, and y: 0.4198.

Color Code #A1C999

#A1C999rgb(161, 201, 153)
HEX
#A1C999
RGB
rgb(161, 201, 153)
HSL
hsl(110, 31%, 69%)
HSV
hsv(110, 24%, 79%)
CMYK
20%, 0%, 24%, 21%
XYZ
X: 42.59, Y: 51.73, Z: 28.92
Lab
L: 77.12, a: -20.60, b: 19.55
Name

Shades of Color #A1C999

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

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

#A1C999rgb(161, 201, 153)

About #A1C999 Color Code

In the HSL color space, this color has a hue angle of 110°, a saturation of 31%, and a lightness of 69%. The HSV representation shows a hue of 110°, a saturation of 24%, and a value of 79%.

  • HEX: #A1C999
  • RGB: rgb(161, 201, 153)
  • HSL: hsl(110, 31%, 69%)
  • HSV: hsv(110, 24%, 79%)
  • CMYK: 20.00% cyan, 0.00% magenta, 24.00% yellow, 21.00% black
  • XYZ: 42.59, 51.73, 28.92
  • Yxy: 51.73, 0.3456, 0.4198
  • Hunter Lab: 77.12, -20.60, 19.55
  • CIE-Lab: 77.12, -20.60, 19.55

In the XYZ color space, this color is represented as X: 42.59, Y: 51.73, Z: 28.92. The Yxy representation further refines this as Y: 51.73, x: 0.3456, and y: 0.4198.

In the Hunter Lab color space, this color is represented as L: 77.12, a: -20.60, and b: 19.55. Similarly, in the CIE-Lab color space, it is represented as L: 77.12, a: -20.60, and b: 19.55.

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

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

Analogous Colors of #A1C999

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

Split Complementary Colors of #A1C999

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

Tetradic Colors of #A1C999

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

Monochromatic Colors of #A1C999

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

Complementary Color of #A1C999

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

/* Using HEX */
body {
  background-color: #a1c999;
}
/* Using RGB */
body {
  background-color: rgb(161, 201, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 201, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(110, 31%, 69%);
}
/* Text color */
p {
  color: #a1c999;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1c999;
}
/* Border color */
.box {
  border: 4px solid #a1c999;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1c999;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1c999;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1C999
On Black Background
#A1C999
On White Background
#A1C999

HTML Examples of #A1C999

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

Related Colors of #A1C999

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