Color: #ADF25A

#ADF25A Color Information

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

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

In a RGB color space, #ADF25A is composed of 68% red, 95% green and 35% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 0% magenta, 63% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 73.57, x: 0.3743, and y: 0.5110.

Color Code #ADF25A

#ADF25Argb(173, 242, 90)
HEX
#ADF25A
RGB
rgb(173, 242, 90)
HSL
hsl(87, 85%, 65%)
HSV
hsv(87, 63%, 95%)
CMYK
29%, 0%, 63%, 5%
XYZ
X: 53.88, Y: 73.57, Z: 16.51
Lab
L: 88.72, a: -39.55, b: 63.59
Name

Shades of Color #ADF25A

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

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

#ADF25Argb(173, 242, 90)

About #ADF25A Color Code

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

  • HEX: #ADF25A
  • RGB: rgb(173, 242, 90)
  • HSL: hsl(87, 85%, 65%)
  • HSV: hsv(87, 63%, 95%)
  • CMYK: 29.00% cyan, 0.00% magenta, 63.00% yellow, 5.00% black
  • XYZ: 53.88, 73.57, 16.51
  • Yxy: 73.57, 0.3743, 0.5110
  • Hunter Lab: 88.72, -39.55, 63.59
  • CIE-Lab: 88.72, -39.55, 63.59

In the XYZ color space, this color is represented as X: 53.88, Y: 73.57, Z: 16.51. The Yxy representation further refines this as Y: 73.57, x: 0.3743, and y: 0.5110.

In the Hunter Lab color space, this color is represented as L: 88.72, a: -39.55, and b: 63.59. Similarly, in the CIE-Lab color space, it is represented as L: 88.72, a: -39.55, and b: 63.59.

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

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

Analogous Colors of #ADF25A

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

Split Complementary Colors of #ADF25A

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

Tetradic Colors of #ADF25A

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

Monochromatic Colors of #ADF25A

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

Complementary Color of #ADF25A

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

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

HTML Examples of #ADF25A

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

Related Colors of #ADF25A

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