Shades of Inch Worm #AAEC10
Tints of Inch Worm #AAEC10
RGB
CMYK
RGB Variations
Color information
#AAEC10 (or 0xAAEC10) is known color: Inch Worm. HEX triplet: AA, EC and 10. RGB value is (170,236,16). Sum of RGB (Red+Green+Blue) = 170+236+16=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC10 is #5513EF. Grayscale: #BFBFBF. Windows color (decimal): -5575664 or 1109162. OLE color: 1109162.
HSL color Cylindrical-coordinate representation of color #AAEC10: hue angle of 78º 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 #AAEC10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.07 |
| HSL | 78º | 0.87% | 0.49% | - |
| HSV(B) | 78º | 0.93% | 0.93% | - |
| XYZ | 46.67 | 68.57 | 11.27 | - |
| YUV | 191.19 | 29.13 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 16 | 0.28 | 0 | 0.93 | 0.07 | 78 | 0.87 | 0.49 |
| Hex | AA | EC | 10 | 1C | 0 | 5D | 7 | 4E | 57 | 31 |
| Octal | 252 | 354 | 20 | 34 | 0 | 135 | 7 | 116 | 127 | 61 |
| Binary | 10101010 | 11101100 | 10000 | 11100 | 0 | 1011101 | 111 | 1001110 | 1010111 | 110001 |
Color Harmonies of #AAEC10
Complementary color
Monochromatic Colors of #AAEC10
Black with #AAEC10
Text Example
Text Example
White with #AAEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC10; }
p { color: rgb(170,236,16); }
H1.HeaderClassName
{
color: #AAEC10;
}
.AnyTagClassName
{
color: #AAEC10;
}
</style>
background-color css
<style>
a { background-color: #AAEC10; }
a { background-color: rgb(170,236,16); }
div.DivClassName
{
background-color: #AAEC10;
}
.BgClassName
{
background-color: #AAEC10;
}
</style>
border-color css
<style>
span { border-color: #AAEC10; }
span { border-color: rgb(170,236,16); }
td.TdClassName
{
border-color: #AAEC10;
}
.TagClassName
{
border-color: #AAEC10;
}
</style>