Shades of Inch Worm #AAE110
Tints of Inch Worm #AAE110
RGB
CMYK
RGB Variations
Color information
#AAE110 (or 0xAAE110) is known color: Inch Worm. HEX triplet: AA, E1 and 10. RGB value is (170,225,16). Sum of RGB (Red+Green+Blue) = 170+225+16=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE110 is #551EEF. Grayscale: #B9B9B9. Windows color (decimal): -5578480 or 1106346. OLE color: 1106346.
HSL color Cylindrical-coordinate representation of color #AAE110: hue angle of 75.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE110 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 16 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.12 |
| HSL | 75.79º | 0.87% | 0.47% | - |
| HSV(B) | 75.79º | 0.93% | 0.88% | - |
| XYZ | 43.6 | 62.43 | 10.24 | - |
| YUV | 184.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 16 | 0.24 | 0 | 0.93 | 0.12 | 75.79 | 0.87 | 0.47 |
| Hex | AA | E1 | 10 | 18 | 0 | 5D | C | 4C | 57 | 2F |
| Octal | 252 | 341 | 20 | 30 | 0 | 135 | 14 | 114 | 127 | 57 |
| Binary | 10101010 | 11100001 | 10000 | 11000 | 0 | 1011101 | 1100 | 1001100 | 1010111 | 101111 |
Color Harmonies of #AAE110
Complementary color
Monochromatic Colors of #AAE110
Black with #AAE110
Text Example
Text Example
White with #AAE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE110; }
p { color: rgb(170,225,16); }
H1.HeaderClassName
{
color: #AAE110;
}
.AnyTagClassName
{
color: #AAE110;
}
</style>
background-color css
<style>
a { background-color: #AAE110; }
a { background-color: rgb(170,225,16); }
div.DivClassName
{
background-color: #AAE110;
}
.BgClassName
{
background-color: #AAE110;
}
</style>
border-color css
<style>
span { border-color: #AAE110; }
span { border-color: rgb(170,225,16); }
td.TdClassName
{
border-color: #AAE110;
}
.TagClassName
{
border-color: #AAE110;
}
</style>