Shades of Inch Worm #8EDF10
Tints of Inch Worm #8EDF10
RGB
CMYK
RGB Variations
Color information
#8EDF10 (or 0x8EDF10) is known color: Inch Worm. HEX triplet: 8E, DF and 10. RGB value is (142,223,16). Sum of RGB (Red+Green+Blue) = 142+223+16=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDF10 is #7120EF. Grayscale: #AFAFAF. Windows color (decimal): -7414000 or 1105806. OLE color: 1105806.
HSL color Cylindrical-coordinate representation of color #8EDF10: hue angle of 83.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EDF10 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.13 |
| HSL | 83.48º | 0.87% | 0.47% | - |
| HSV(B) | 83.48º | 0.93% | 0.87% | - |
| XYZ | 37.64 | 58.56 | 9.81 | - |
| YUV | 175.18 | 38.16 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 16 | 0.36 | 0 | 0.93 | 0.13 | 83.48 | 0.87 | 0.47 |
| Hex | 8E | DF | 10 | 24 | 0 | 5D | D | 53 | 57 | 2F |
| Octal | 216 | 337 | 20 | 44 | 0 | 135 | 15 | 123 | 127 | 57 |
| Binary | 10001110 | 11011111 | 10000 | 100100 | 0 | 1011101 | 1101 | 1010011 | 1010111 | 101111 |
Color Harmonies of #8EDF10
Complementary color
Monochromatic Colors of #8EDF10
Black with #8EDF10
Text Example
Text Example
White with #8EDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF10; }
p { color: rgb(142,223,16); }
H1.HeaderClassName
{
color: #8EDF10;
}
.AnyTagClassName
{
color: #8EDF10;
}
</style>
background-color css
<style>
a { background-color: #8EDF10; }
a { background-color: rgb(142,223,16); }
div.DivClassName
{
background-color: #8EDF10;
}
.BgClassName
{
background-color: #8EDF10;
}
</style>
border-color css
<style>
span { border-color: #8EDF10; }
span { border-color: rgb(142,223,16); }
td.TdClassName
{
border-color: #8EDF10;
}
.TagClassName
{
border-color: #8EDF10;
}
</style>