Shades of Inch Worm #ABEC10
Tints of Inch Worm #ABEC10
RGB
CMYK
RGB Variations
Color information
#ABEC10 (or 0xABEC10) is known color: Inch Worm. HEX triplet: AB, EC and 10. RGB value is (171,236,16). Sum of RGB (Red+Green+Blue) = 171+236+16=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEC10 is #5413EF. Grayscale: #C0C0C0. Windows color (decimal): -5510128 or 1109163. OLE color: 1109163.
HSL color Cylindrical-coordinate representation of color #ABEC10: hue angle of 77.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABEC10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.07 |
| HSL | 77.73º | 0.87% | 0.49% | - |
| HSV(B) | 77.73º | 0.93% | 0.93% | - |
| XYZ | 46.88 | 68.69 | 11.28 | - |
| YUV | 191.49 | 28.97 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 16 | 0.28 | 0 | 0.93 | 0.07 | 77.73 | 0.87 | 0.49 |
| Hex | AB | EC | 10 | 1C | 0 | 5D | 7 | 4E | 57 | 31 |
| Octal | 253 | 354 | 20 | 34 | 0 | 135 | 7 | 116 | 127 | 61 |
| Binary | 10101011 | 11101100 | 10000 | 11100 | 0 | 1011101 | 111 | 1001110 | 1010111 | 110001 |
Color Harmonies of #ABEC10
Complementary color
Monochromatic Colors of #ABEC10
Black with #ABEC10
Text Example
Text Example
White with #ABEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC10; }
p { color: rgb(171,236,16); }
H1.HeaderClassName
{
color: #ABEC10;
}
.AnyTagClassName
{
color: #ABEC10;
}
</style>
background-color css
<style>
a { background-color: #ABEC10; }
a { background-color: rgb(171,236,16); }
div.DivClassName
{
background-color: #ABEC10;
}
.BgClassName
{
background-color: #ABEC10;
}
</style>
border-color css
<style>
span { border-color: #ABEC10; }
span { border-color: rgb(171,236,16); }
td.TdClassName
{
border-color: #ABEC10;
}
.TagClassName
{
border-color: #ABEC10;
}
</style>