Shades of Inch Worm #AAEC11
Tints of Inch Worm #AAEC11
RGB
CMYK
RGB Variations
Color information
#AAEC11 (or 0xAAEC11) is known color: Inch Worm. HEX triplet: AA, EC and 11. RGB value is (170,236,17). Sum of RGB (Red+Green+Blue) = 170+236+17=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC11 is #5513EE. Grayscale: #C0C0C0. Windows color (decimal): -5575663 or 1174698. OLE color: 1174698.
HSL color Cylindrical-coordinate representation of color #AAEC11: hue angle of 78.08º 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 #AAEC11 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.07 |
| HSL | 78.08º | 0.87% | 0.5% | - |
| HSV(B) | 78.08º | 0.93% | 0.93% | - |
| XYZ | 46.67 | 68.58 | 11.31 | - |
| YUV | 191.3 | 29.63 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 17 | 0.28 | 0 | 0.93 | 0.07 | 78.08 | 0.87 | 0.5 |
| Hex | AA | EC | 11 | 1C | 0 | 5D | 7 | 4E | 57 | 32 |
| Octal | 252 | 354 | 21 | 34 | 0 | 135 | 7 | 116 | 127 | 62 |
| Binary | 10101010 | 11101100 | 10001 | 11100 | 0 | 1011101 | 111 | 1001110 | 1010111 | 110010 |
Color Harmonies of #AAEC11
Complementary color
Monochromatic Colors of #AAEC11
Black with #AAEC11
Text Example
Text Example
White with #AAEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC11; }
p { color: rgb(170,236,17); }
H1.HeaderClassName
{
color: #AAEC11;
}
.AnyTagClassName
{
color: #AAEC11;
}
</style>
background-color css
<style>
a { background-color: #AAEC11; }
a { background-color: rgb(170,236,17); }
div.DivClassName
{
background-color: #AAEC11;
}
.BgClassName
{
background-color: #AAEC11;
}
</style>
border-color css
<style>
span { border-color: #AAEC11; }
span { border-color: rgb(170,236,17); }
td.TdClassName
{
border-color: #AAEC11;
}
.TagClassName
{
border-color: #AAEC11;
}
</style>