Color: #AADB0F

#AADB0F Color Information

#AADB0F is a light color. The closest websafe version is #AADB0F. A complement of this color would be #3F0FDB, perceived brightness is 0.71, and the grayscale version is #757575.

In the HSL color space, this color has a hue angle of 74°,a saturation of 87%, and a lightness of 46%.The HSV representation shows a hue of 74°, a saturation of 93%, and a value of 86%.

In a RGB color space, #AADB0F is composed of 67% red, 86% green and 6% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 93% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 59.76, x: 0.3992, and y: 0.5316.

Color Code #AADB0F

#AADB0Frgb(170, 219, 15)
HEX
#AADB0F
RGB
rgb(170, 219, 15)
HSL
hsl(74, 87%, 46%)
HSV
hsv(74, 93%, 86%)
CMYK
22%, 0%, 93%, 14%
XYZ
X: 44.87, Y: 59.76, Z: 7.78
Lab
L: 81.70, a: -33.67, b: 77.43
Name

Shades of Color #AADB0F

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

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

#AADB0Frgb(170, 219, 15)

About #AADB0F Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 87%, and a lightness of 46%. The HSV representation shows a hue of 74°, a saturation of 93%, and a value of 86%.

  • HEX: #AADB0F
  • RGB: rgb(170, 219, 15)
  • HSL: hsl(74, 87%, 46%)
  • HSV: hsv(74, 93%, 86%)
  • CMYK: 22.00% cyan, 0.00% magenta, 93.00% yellow, 14.00% black
  • XYZ: 44.87, 59.76, 7.78
  • Yxy: 59.76, 0.3992, 0.5316
  • Hunter Lab: 81.70, -33.67, 77.43
  • CIE-Lab: 81.70, -33.67, 77.43

In the XYZ color space, this color is represented as X: 44.87, Y: 59.76, Z: 7.78. The Yxy representation further refines this as Y: 59.76, x: 0.3992, and y: 0.5316.

In the Hunter Lab color space, this color is represented as L: 81.70, a: -33.67, and b: 77.43. Similarly, in the CIE-Lab color space, it is represented as L: 81.70, a: -33.67, and b: 77.43.

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

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

Analogous Colors of #AADB0F

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

Monochromatic Colors of #AADB0F

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

Complementary Color of #AADB0F

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

/* Using HEX */
body {
  background-color: #aadb0f;
}
/* Using RGB */
body {
  background-color: rgb(170, 219, 15);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 219, 15, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 87%, 46%);
}
/* Text color */
p {
  color: #aadb0f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aadb0f;
}
/* Border color */
.box {
  border: 4px solid #aadb0f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aadb0f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aadb0f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AADB0F
On Black Background
#AADB0F
On White Background
#AADB0F

HTML Examples of #AADB0F

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

Related Colors of #AADB0F

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