Shades of Inch Worm #8DDA0A
Tints of Inch Worm #8DDA0A
RGB
CMYK
RGB Variations
Color information
#8DDA0A (or 0x8DDA0A) is known color: Inch Worm. HEX triplet: 8D, DA and 0A. RGB value is (141,218,10). Sum of RGB (Red+Green+Blue) = 141+218+10=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDA0A is #7225F5. Grayscale: #ACACAC. Windows color (decimal): -7480822 or 711309. OLE color: 711309.
HSL color Cylindrical-coordinate representation of color #8DDA0A: hue angle of 82.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DDA0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.15 |
| HSL | 82.21º | 0.91% | 0.45% | - |
| HSV(B) | 82.21º | 0.95% | 0.85% | - |
| XYZ | 36.11 | 55.83 | 9.16 | - |
| YUV | 171.27 | 36.99 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 10 | 0.35 | 0 | 0.95 | 0.15 | 82.21 | 0.91 | 0.45 |
| Hex | 8D | DA | A | 23 | 0 | 5F | F | 52 | 5B | 2D |
| Octal | 215 | 332 | 12 | 43 | 0 | 137 | 17 | 122 | 133 | 55 |
| Binary | 10001101 | 11011010 | 1010 | 100011 | 0 | 1011111 | 1111 | 1010010 | 1011011 | 101101 |
Color Harmonies of #8DDA0A
Complementary color
Monochromatic Colors of #8DDA0A
Black with #8DDA0A
Text Example
Text Example
White with #8DDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA0A; }
p { color: rgb(141,218,10); }
H1.HeaderClassName
{
color: #8DDA0A;
}
.AnyTagClassName
{
color: #8DDA0A;
}
</style>
background-color css
<style>
a { background-color: #8DDA0A; }
a { background-color: rgb(141,218,10); }
div.DivClassName
{
background-color: #8DDA0A;
}
.BgClassName
{
background-color: #8DDA0A;
}
</style>
border-color css
<style>
span { border-color: #8DDA0A; }
span { border-color: rgb(141,218,10); }
td.TdClassName
{
border-color: #8DDA0A;
}
.TagClassName
{
border-color: #8DDA0A;
}
</style>