Shades of Inch Worm #8EDC09
Tints of Inch Worm #8EDC09
RGB
CMYK
RGB Variations
Color information
#8EDC09 (or 0x8EDC09) is known color: Inch Worm. HEX triplet: 8E, DC and 09. RGB value is (142,220,9). Sum of RGB (Red+Green+Blue) = 142+220+9=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDC09 is #7123F6. Grayscale: #ADADAD. Windows color (decimal): -7414775 or 646286. OLE color: 646286.
HSL color Cylindrical-coordinate representation of color #8EDC09: hue angle of 82.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EDC09 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 9 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.14 |
| HSL | 82.18º | 0.92% | 0.45% | - |
| HSV(B) | 82.18º | 0.96% | 0.86% | - |
| XYZ | 36.8 | 56.96 | 9.31 | - |
| YUV | 172.62 | 35.66 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 9 | 0.35 | 0 | 0.96 | 0.14 | 82.18 | 0.92 | 0.45 |
| Hex | 8E | DC | 9 | 23 | 0 | 60 | E | 52 | 5C | 2D |
| Octal | 216 | 334 | 11 | 43 | 0 | 140 | 16 | 122 | 134 | 55 |
| Binary | 10001110 | 11011100 | 1001 | 100011 | 0 | 1100000 | 1110 | 1010010 | 1011100 | 101101 |
Color Harmonies of #8EDC09
Complementary color
Monochromatic Colors of #8EDC09
Black with #8EDC09
Text Example
Text Example
White with #8EDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC09; }
p { color: rgb(142,220,9); }
H1.HeaderClassName
{
color: #8EDC09;
}
.AnyTagClassName
{
color: #8EDC09;
}
</style>
background-color css
<style>
a { background-color: #8EDC09; }
a { background-color: rgb(142,220,9); }
div.DivClassName
{
background-color: #8EDC09;
}
.BgClassName
{
background-color: #8EDC09;
}
</style>
border-color css
<style>
span { border-color: #8EDC09; }
span { border-color: rgb(142,220,9); }
td.TdClassName
{
border-color: #8EDC09;
}
.TagClassName
{
border-color: #8EDC09;
}
</style>