Shades of Inch Worm #8EDB0A
Tints of Inch Worm #8EDB0A
RGB
CMYK
RGB Variations
Color information
#8EDB0A (or 0x8EDB0A) is known color: Inch Worm. HEX triplet: 8E, DB and 0A. RGB value is (142,219,10). Sum of RGB (Red+Green+Blue) = 142+219+10=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDB0A is #7124F5. Grayscale: #ACACAC. Windows color (decimal): -7415030 or 711566. OLE color: 711566.
HSL color Cylindrical-coordinate representation of color #8EDB0A: hue angle of 82.11º 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 #8EDB0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.14 |
| HSL | 82.11º | 0.91% | 0.45% | - |
| HSV(B) | 82.11º | 0.95% | 0.86% | - |
| XYZ | 36.54 | 56.44 | 9.25 | - |
| YUV | 172.15 | 36.49 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 10 | 0.35 | 0 | 0.95 | 0.14 | 82.11 | 0.91 | 0.45 |
| Hex | 8E | DB | A | 23 | 0 | 5F | E | 52 | 5B | 2D |
| Octal | 216 | 333 | 12 | 43 | 0 | 137 | 16 | 122 | 133 | 55 |
| Binary | 10001110 | 11011011 | 1010 | 100011 | 0 | 1011111 | 1110 | 1010010 | 1011011 | 101101 |
Color Harmonies of #8EDB0A
Complementary color
Monochromatic Colors of #8EDB0A
Black with #8EDB0A
Text Example
Text Example
White with #8EDB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB0A; }
p { color: rgb(142,219,10); }
H1.HeaderClassName
{
color: #8EDB0A;
}
.AnyTagClassName
{
color: #8EDB0A;
}
</style>
background-color css
<style>
a { background-color: #8EDB0A; }
a { background-color: rgb(142,219,10); }
div.DivClassName
{
background-color: #8EDB0A;
}
.BgClassName
{
background-color: #8EDB0A;
}
</style>
border-color css
<style>
span { border-color: #8EDB0A; }
span { border-color: rgb(142,219,10); }
td.TdClassName
{
border-color: #8EDB0A;
}
.TagClassName
{
border-color: #8EDB0A;
}
</style>