Shades of Inch Worm #8EDB0F
Tints of Inch Worm #8EDB0F
RGB
CMYK
RGB Variations
Color information
#8EDB0F (or 0x8EDB0F) is known color: Inch Worm. HEX triplet: 8E, DB and 0F. RGB value is (142,219,15). Sum of RGB (Red+Green+Blue) = 142+219+15=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDB0F is #7124F0. Grayscale: #ADADAD. Windows color (decimal): -7415025 or 1039246. OLE color: 1039246.
HSL color Cylindrical-coordinate representation of color #8EDB0F: hue angle of 82.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EDB0F is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 15 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.14 |
| HSL | 82.65º | 0.87% | 0.46% | - |
| HSV(B) | 82.65º | 0.93% | 0.86% | - |
| XYZ | 36.57 | 56.45 | 9.42 | - |
| YUV | 172.72 | 38.99 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 15 | 0.35 | 0 | 0.93 | 0.14 | 82.65 | 0.87 | 0.46 |
| Hex | 8E | DB | F | 23 | 0 | 5D | E | 53 | 57 | 2E |
| Octal | 216 | 333 | 17 | 43 | 0 | 135 | 16 | 123 | 127 | 56 |
| Binary | 10001110 | 11011011 | 1111 | 100011 | 0 | 1011101 | 1110 | 1010011 | 1010111 | 101110 |
Color Harmonies of #8EDB0F
Complementary color
Monochromatic Colors of #8EDB0F
Black with #8EDB0F
Text Example
Text Example
White with #8EDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB0F; }
p { color: rgb(142,219,15); }
H1.HeaderClassName
{
color: #8EDB0F;
}
.AnyTagClassName
{
color: #8EDB0F;
}
</style>
background-color css
<style>
a { background-color: #8EDB0F; }
a { background-color: rgb(142,219,15); }
div.DivClassName
{
background-color: #8EDB0F;
}
.BgClassName
{
background-color: #8EDB0F;
}
</style>
border-color css
<style>
span { border-color: #8EDB0F; }
span { border-color: rgb(142,219,15); }
td.TdClassName
{
border-color: #8EDB0F;
}
.TagClassName
{
border-color: #8EDB0F;
}
</style>