Color: #08D16F

#08D16F Color Information

#08D16F is a light color. The closest websafe version is #08D16F. A complement of this color would be #D4086A, perceived brightness is 0.54, and the grayscale version is #6C6C6C.

In the HSL color space, this color has a hue angle of 151°,a saturation of 93%, and a lightness of 43%.The HSV representation shows a hue of 151°, a saturation of 96%, and a value of 82%.

In a RGB color space, #08D16F is composed of 3% red, 82% green and 44% blue. Whereas in a CMYK color space, it is composed of 96% cyan, 0% magenta, 47% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 46.73, x: 0.2953, and y: 0.5123.

Color Code #08D16F

#08D16Frgb(8, 209, 111)
HEX
#08D16F
RGB
rgb(8, 209, 111)
HSL
hsl(151, 93%, 43%)
HSV
hsv(151, 96%, 82%)
CMYK
96%, 0%, 47%, 18%
XYZ
X: 26.93, Y: 46.73, Z: 17.55
Lab
L: 74.01, a: -61.15, b: 35.82
Name

Shades of Color #08D16F

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

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

#08D16Frgb(8, 209, 111)

About #08D16F Color Code

In the HSL color space, this color has a hue angle of 151°, a saturation of 93%, and a lightness of 43%. The HSV representation shows a hue of 151°, a saturation of 96%, and a value of 82%.

  • HEX: #08D16F
  • RGB: rgb(8, 209, 111)
  • HSL: hsl(151, 93%, 43%)
  • HSV: hsv(151, 96%, 82%)
  • CMYK: 96.00% cyan, 0.00% magenta, 47.00% yellow, 18.00% black
  • XYZ: 26.93, 46.73, 17.55
  • Yxy: 46.73, 0.2953, 0.5123
  • Hunter Lab: 74.01, -61.15, 35.82
  • CIE-Lab: 74.01, -61.15, 35.82

In the XYZ color space, this color is represented as X: 26.93, Y: 46.73, Z: 17.55. The Yxy representation further refines this as Y: 46.73, x: 0.2953, and y: 0.5123.

In the Hunter Lab color space, this color is represented as L: 74.01, a: -61.15, and b: 35.82. Similarly, in the CIE-Lab color space, it is represented as L: 74.01, a: -61.15, and b: 35.82.

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 #08D16F

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

Analogous Colors of #08D16F

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

Monochromatic Colors of #08D16F

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

Complementary Color of #08D16F

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

/* Using HEX */
body {
  background-color: #08d16f;
}
/* Using RGB */
body {
  background-color: rgb(8, 209, 111);
}
/* Using RGB with opacity */
body {
  background-color: rgba(8, 209, 111, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(151, 93%, 43%);
}
/* Text color */
p {
  color: #08d16f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #08d16f;
}
/* Border color */
.box {
  border: 4px solid #08d16f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #08d16f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #08d16f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#08D16F
On Black Background
#08D16F
On White Background
#08D16F

HTML Examples of #08D16F

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

Related Colors of #08D16F

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