Color: #ABC448

#ABC448 Color Information

#ABC448 is a light color. The closest websafe version is #ABC448. A complement of this color would be #624AC4, perceived brightness is 0.68, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 72°,a saturation of 51%, and a lightness of 53%.The HSV representation shows a hue of 72°, a saturation of 63%, and a value of 77%.

In a RGB color space, #ABC448 is composed of 67% red, 77% green and 28% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 63% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 49.03, x: 0.4013, and y: 0.4926.

Color Code #ABC448

#ABC448rgb(171, 196, 72)
HEX
#ABC448
RGB
rgb(171, 196, 72)
HSL
hsl(72, 51%, 53%)
HSV
hsv(72, 63%, 77%)
CMYK
13%, 0%, 63%, 23%
XYZ
X: 39.94, Y: 49.03, Z: 10.56
Lab
L: 75.47, a: -21.53, b: 56.93
Name

Shades of Color #ABC448

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

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

#ABC448rgb(171, 196, 72)

About #ABC448 Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 51%, and a lightness of 53%. The HSV representation shows a hue of 72°, a saturation of 63%, and a value of 77%.

  • HEX: #ABC448
  • RGB: rgb(171, 196, 72)
  • HSL: hsl(72, 51%, 53%)
  • HSV: hsv(72, 63%, 77%)
  • CMYK: 13.00% cyan, 0.00% magenta, 63.00% yellow, 23.00% black
  • XYZ: 39.94, 49.03, 10.56
  • Yxy: 49.03, 0.4013, 0.4926
  • Hunter Lab: 75.47, -21.53, 56.93
  • CIE-Lab: 75.47, -21.53, 56.93

In the XYZ color space, this color is represented as X: 39.94, Y: 49.03, Z: 10.56. The Yxy representation further refines this as Y: 49.03, x: 0.4013, and y: 0.4926.

In the Hunter Lab color space, this color is represented as L: 75.47, a: -21.53, and b: 56.93. Similarly, in the CIE-Lab color space, it is represented as L: 75.47, a: -21.53, and b: 56.93.

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

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

Analogous Colors of #ABC448

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

Split Complementary Colors of #ABC448

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

Tetradic Colors of #ABC448

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

Monochromatic Colors of #ABC448

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

Complementary Color of #ABC448

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

/* Using HEX */
body {
  background-color: #abc448;
}
/* Using RGB */
body {
  background-color: rgb(171, 196, 72);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 196, 72, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 51%, 53%);
}
/* Text color */
p {
  color: #abc448;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abc448;
}
/* Border color */
.box {
  border: 4px solid #abc448;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abc448;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abc448;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABC448
On Black Background
#ABC448
On White Background
#ABC448

HTML Examples of #ABC448

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

Related Colors of #ABC448

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