Color: #7AF08C

#7AF08C Color Information

#7AF08C is a light color. The closest websafe version is #7AF08C. A complement of this color would be #F07ADE, perceived brightness is 0.76, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 129°,a saturation of 80%, and a lightness of 71%.The HSV representation shows a hue of 129°, a saturation of 49%, and a value of 94%.

In a RGB color space, #7AF08C is composed of 48% red, 94% green and 55% blue. Whereas in a CMYK color space, it is composed of 49% cyan, 0% magenta, 42% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 68.39, x: 0.3233, and y: 0.4828.

Color Code #7AF08C

#7AF08Crgb(122, 240, 140)
HEX
#7AF08C
RGB
rgb(122, 240, 140)
HSL
hsl(129, 80%, 71%)
HSV
hsv(129, 49%, 94%)
CMYK
49%, 0%, 42%, 6%
XYZ
X: 45.79, Y: 68.39, Z: 27.46
Lab
L: 86.20, a: -50.41, b: 37.61
Name

Shades of Color #7AF08C

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

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

#7AF08Crgb(122, 240, 140)

About #7AF08C Color Code

In the HSL color space, this color has a hue angle of 129°, a saturation of 80%, and a lightness of 71%. The HSV representation shows a hue of 129°, a saturation of 49%, and a value of 94%.

  • HEX: #7AF08C
  • RGB: rgb(122, 240, 140)
  • HSL: hsl(129, 80%, 71%)
  • HSV: hsv(129, 49%, 94%)
  • CMYK: 49.00% cyan, 0.00% magenta, 42.00% yellow, 6.00% black
  • XYZ: 45.79, 68.39, 27.46
  • Yxy: 68.39, 0.3233, 0.4828
  • Hunter Lab: 86.20, -50.41, 37.61
  • CIE-Lab: 86.20, -50.41, 37.61

In the XYZ color space, this color is represented as X: 45.79, Y: 68.39, Z: 27.46. The Yxy representation further refines this as Y: 68.39, x: 0.3233, and y: 0.4828.

In the Hunter Lab color space, this color is represented as L: 86.20, a: -50.41, and b: 37.61. Similarly, in the CIE-Lab color space, it is represented as L: 86.20, a: -50.41, and b: 37.61.

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

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

Analogous Colors of #7AF08C

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

Monochromatic Colors of #7AF08C

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

Complementary Color of #7AF08C

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

/* Using HEX */
body {
  background-color: #7af08c;
}
/* Using RGB */
body {
  background-color: rgb(122, 240, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(122, 240, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(129, 80%, 71%);
}
/* Text color */
p {
  color: #7af08c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7af08c;
}
/* Border color */
.box {
  border: 4px solid #7af08c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #7af08c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #7af08c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#7AF08C
On Black Background
#7AF08C
On White Background
#7AF08C

HTML Examples of #7AF08C

<!-- Using HEX -->
<div style="background-color: #7af08c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(122, 240, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(122, 240, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(129, 80%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7af08c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7af08c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #7af08c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #7af08c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #7af08c; color: #fff; padding: 16px; border-radius: 8px;">
  #7AF08C
</div>
#7AF08C
On Black Background
#7AF08C
On White Background
#7AF08C

Related Colors of #7AF08C

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