Shades of Inch Worm #8EDE12
Tints of Inch Worm #8EDE12
RGB
CMYK
RGB Variations
Color information
#8EDE12 (or 0x8EDE12) is known color: Inch Worm. HEX triplet: 8E, DE and 12. RGB value is (142,222,18). Sum of RGB (Red+Green+Blue) = 142+222+18=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDE12 is #7121ED. Grayscale: #AFAFAF. Windows color (decimal): -7414254 or 1236622. OLE color: 1236622.
HSL color Cylindrical-coordinate representation of color #8EDE12: hue angle of 83.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EDE12 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 18 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.13 |
| HSL | 83.53º | 0.85% | 0.47% | - |
| HSV(B) | 83.53º | 0.92% | 0.87% | - |
| XYZ | 37.39 | 58.04 | 9.8 | - |
| YUV | 174.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 18 | 0.36 | 0 | 0.92 | 0.13 | 83.53 | 0.85 | 0.47 |
| Hex | 8E | DE | 12 | 24 | 0 | 5C | D | 54 | 55 | 2F |
| Octal | 216 | 336 | 22 | 44 | 0 | 134 | 15 | 124 | 125 | 57 |
| Binary | 10001110 | 11011110 | 10010 | 100100 | 0 | 1011100 | 1101 | 1010100 | 1010101 | 101111 |
Color Harmonies of #8EDE12
Complementary color
Monochromatic Colors of #8EDE12
Black with #8EDE12
Text Example
Text Example
White with #8EDE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE12; }
p { color: rgb(142,222,18); }
H1.HeaderClassName
{
color: #8EDE12;
}
.AnyTagClassName
{
color: #8EDE12;
}
</style>
background-color css
<style>
a { background-color: #8EDE12; }
a { background-color: rgb(142,222,18); }
div.DivClassName
{
background-color: #8EDE12;
}
.BgClassName
{
background-color: #8EDE12;
}
</style>
border-color css
<style>
span { border-color: #8EDE12; }
span { border-color: rgb(142,222,18); }
td.TdClassName
{
border-color: #8EDE12;
}
.TagClassName
{
border-color: #8EDE12;
}
</style>