Color: #10D22C

#10D22C Color Information

#10D22C is a light color. The closest websafe version is #10D22C. A complement of this color would be #D110B4, perceived brightness is 0.52, and the grayscale version is #717171.

In the HSL color space, this color has a hue angle of 129°,a saturation of 86%, and a lightness of 44%.The HSV representation shows a hue of 129°, a saturation of 92%, and a value of 82%.

In a RGB color space, #10D22C is composed of 6% red, 82% green and 17% blue. Whereas in a CMYK color space, it is composed of 92% cyan, 0% magenta, 79% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 46.47, x: 0.3178, and y: 0.5814.

Color Code #10D22C

#10D22Crgb(16, 210, 44)
HEX
#10D22C
RGB
rgb(16, 210, 44)
HSL
hsl(129, 86%, 44%)
HSV
hsv(129, 92%, 82%)
CMYK
92%, 0%, 79%, 18%
XYZ
X: 25.40, Y: 46.47, Z: 8.06
Lab
L: 73.85, a: -66.75, b: 62.79
Name

Shades of Color #10D22C

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

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

#10D22Crgb(16, 210, 44)

About #10D22C Color Code

In the HSL color space, this color has a hue angle of 129°, a saturation of 86%, and a lightness of 44%. The HSV representation shows a hue of 129°, a saturation of 92%, and a value of 82%.

  • HEX: #10D22C
  • RGB: rgb(16, 210, 44)
  • HSL: hsl(129, 86%, 44%)
  • HSV: hsv(129, 92%, 82%)
  • CMYK: 92.00% cyan, 0.00% magenta, 79.00% yellow, 18.00% black
  • XYZ: 25.40, 46.47, 8.06
  • Yxy: 46.47, 0.3178, 0.5814
  • Hunter Lab: 73.85, -66.75, 62.79
  • CIE-Lab: 73.85, -66.75, 62.79

In the XYZ color space, this color is represented as X: 25.40, Y: 46.47, Z: 8.06. The Yxy representation further refines this as Y: 46.47, x: 0.3178, and y: 0.5814.

In the Hunter Lab color space, this color is represented as L: 73.85, a: -66.75, and b: 62.79. Similarly, in the CIE-Lab color space, it is represented as L: 73.85, a: -66.75, and b: 62.79.

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 #10D22C

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

Analogous Colors of #10D22C

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

Split Complementary Colors of #10D22C

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

Tetradic Colors of #10D22C

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

Monochromatic Colors of #10D22C

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

Complementary Color of #10D22C

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

/* Using HEX */
body {
  background-color: #10d22c;
}
/* Using RGB */
body {
  background-color: rgb(16, 210, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(16, 210, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(129, 86%, 44%);
}
/* Text color */
p {
  color: #10d22c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #10d22c;
}
/* Border color */
.box {
  border: 4px solid #10d22c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #10d22c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #10d22c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#10D22C
On Black Background
#10D22C
On White Background
#10D22C

HTML Examples of #10D22C

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

Related Colors of #10D22C

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