Shades of Inch Worm #ABEE10
Tints of Inch Worm #ABEE10
RGB
CMYK
RGB Variations
Color information
#ABEE10 (or 0xABEE10) is known color: Inch Worm. HEX triplet: AB, EE and 10. RGB value is (171,238,16). Sum of RGB (Red+Green+Blue) = 171+238+16=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABEE10 is #5411EF. Grayscale: #C1C1C1. Windows color (decimal): -5509616 or 1109675. OLE color: 1109675.
HSL color Cylindrical-coordinate representation of color #ABEE10: hue angle of 78.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABEE10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.07 |
| HSL | 78.11º | 0.87% | 0.5% | - |
| HSV(B) | 78.11º | 0.93% | 0.93% | - |
| XYZ | 47.46 | 69.84 | 11.47 | - |
| YUV | 192.66 | 28.3 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 16 | 0.28 | 0 | 0.93 | 0.07 | 78.11 | 0.87 | 0.5 |
| Hex | AB | EE | 10 | 1C | 0 | 5D | 7 | 4E | 57 | 32 |
| Octal | 253 | 356 | 20 | 34 | 0 | 135 | 7 | 116 | 127 | 62 |
| Binary | 10101011 | 11101110 | 10000 | 11100 | 0 | 1011101 | 111 | 1001110 | 1010111 | 110010 |
Color Harmonies of #ABEE10
Complementary color
Monochromatic Colors of #ABEE10
Black with #ABEE10
Text Example
Text Example
White with #ABEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE10; }
p { color: rgb(171,238,16); }
H1.HeaderClassName
{
color: #ABEE10;
}
.AnyTagClassName
{
color: #ABEE10;
}
</style>
background-color css
<style>
a { background-color: #ABEE10; }
a { background-color: rgb(171,238,16); }
div.DivClassName
{
background-color: #ABEE10;
}
.BgClassName
{
background-color: #ABEE10;
}
</style>
border-color css
<style>
span { border-color: #ABEE10; }
span { border-color: rgb(171,238,16); }
td.TdClassName
{
border-color: #ABEE10;
}
.TagClassName
{
border-color: #ABEE10;
}
</style>