Shades of Inch Worm #8DDC0A
Tints of Inch Worm #8DDC0A
RGB
CMYK
RGB Variations
Color information
#8DDC0A (or 0x8DDC0A) is known color: Inch Worm. HEX triplet: 8D, DC and 0A. RGB value is (141,220,10). Sum of RGB (Red+Green+Blue) = 141+220+10=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDC0A is #7223F5. Grayscale: #ADADAD. Windows color (decimal): -7480310 or 711821. OLE color: 711821.
HSL color Cylindrical-coordinate representation of color #8DDC0A: hue angle of 82.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DDC0A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.14 |
| HSL | 82.57º | 0.91% | 0.45% | - |
| HSV(B) | 82.57º | 0.95% | 0.86% | - |
| XYZ | 36.63 | 56.87 | 9.33 | - |
| YUV | 172.44 | 36.33 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 10 | 0.36 | 0 | 0.95 | 0.14 | 82.57 | 0.91 | 0.45 |
| Hex | 8D | DC | A | 24 | 0 | 5F | E | 53 | 5B | 2D |
| Octal | 215 | 334 | 12 | 44 | 0 | 137 | 16 | 123 | 133 | 55 |
| Binary | 10001101 | 11011100 | 1010 | 100100 | 0 | 1011111 | 1110 | 1010011 | 1011011 | 101101 |
Color Harmonies of #8DDC0A
Complementary color
Monochromatic Colors of #8DDC0A
Black with #8DDC0A
Text Example
Text Example
White with #8DDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC0A; }
p { color: rgb(141,220,10); }
H1.HeaderClassName
{
color: #8DDC0A;
}
.AnyTagClassName
{
color: #8DDC0A;
}
</style>
background-color css
<style>
a { background-color: #8DDC0A; }
a { background-color: rgb(141,220,10); }
div.DivClassName
{
background-color: #8DDC0A;
}
.BgClassName
{
background-color: #8DDC0A;
}
</style>
border-color css
<style>
span { border-color: #8DDC0A; }
span { border-color: rgb(141,220,10); }
td.TdClassName
{
border-color: #8DDC0A;
}
.TagClassName
{
border-color: #8DDC0A;
}
</style>