Shades of Inch Worm #99EC12
Tints of Inch Worm #99EC12
RGB
CMYK
RGB Variations
Color information
#99EC12 (or 0x99EC12) is known color: Inch Worm. HEX triplet: 99, EC and 12. RGB value is (153,236,18). Sum of RGB (Red+Green+Blue) = 153+236+18=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99EC12 is #6613ED. Grayscale: #BBBBBB. Windows color (decimal): -6689774 or 1240217. OLE color: 1240217.
HSL color Cylindrical-coordinate representation of color #99EC12: hue angle of 82.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99EC12 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 18 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.07 |
| HSL | 82.84º | 0.86% | 0.5% | - |
| HSV(B) | 82.84º | 0.92% | 0.93% | - |
| XYZ | 43.24 | 66.81 | 11.19 | - |
| YUV | 186.33 | 33 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 18 | 0.35 | 0 | 0.92 | 0.07 | 82.84 | 0.86 | 0.5 |
| Hex | 99 | EC | 12 | 23 | 0 | 5C | 7 | 53 | 56 | 32 |
| Octal | 231 | 354 | 22 | 43 | 0 | 134 | 7 | 123 | 126 | 62 |
| Binary | 10011001 | 11101100 | 10010 | 100011 | 0 | 1011100 | 111 | 1010011 | 1010110 | 110010 |
Color Harmonies of #99EC12
Complementary color
Monochromatic Colors of #99EC12
Black with #99EC12
Text Example
Text Example
White with #99EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC12; }
p { color: rgb(153,236,18); }
H1.HeaderClassName
{
color: #99EC12;
}
.AnyTagClassName
{
color: #99EC12;
}
</style>
background-color css
<style>
a { background-color: #99EC12; }
a { background-color: rgb(153,236,18); }
div.DivClassName
{
background-color: #99EC12;
}
.BgClassName
{
background-color: #99EC12;
}
</style>
border-color css
<style>
span { border-color: #99EC12; }
span { border-color: rgb(153,236,18); }
td.TdClassName
{
border-color: #99EC12;
}
.TagClassName
{
border-color: #99EC12;
}
</style>