Shades of Inch Worm #AAE116
Tints of Inch Worm #AAE116
RGB
CMYK
RGB Variations
Color information
#AAE116 (or 0xAAE116) is known color: Inch Worm. HEX triplet: AA, E1 and 16. RGB value is (170,225,22). Sum of RGB (Red+Green+Blue) = 170+225+22=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE116 is #551EE9. Grayscale: #BABABA. Windows color (decimal): -5578474 or 1499562. OLE color: 1499562.
HSL color Cylindrical-coordinate representation of color #AAE116: hue angle of 76.26º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAE116 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.12 |
| HSL | 76.26º | 0.82% | 0.48% | - |
| HSV(B) | 76.26º | 0.9% | 0.88% | - |
| XYZ | 43.65 | 62.45 | 10.51 | - |
| YUV | 185.41 | 35.78 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 22 | 0.24 | 0 | 0.90 | 0.12 | 76.26 | 0.82 | 0.48 |
| Hex | AA | E1 | 16 | 18 | 0 | 5A | C | 4C | 52 | 30 |
| Octal | 252 | 341 | 26 | 30 | 0 | 132 | 14 | 114 | 122 | 60 |
| Binary | 10101010 | 11100001 | 10110 | 11000 | 0 | 1011010 | 1100 | 1001100 | 1010010 | 110000 |
Color Harmonies of #AAE116
Complementary color
Monochromatic Colors of #AAE116
Black with #AAE116
Text Example
Text Example
White with #AAE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE116; }
p { color: rgb(170,225,22); }
H1.HeaderClassName
{
color: #AAE116;
}
.AnyTagClassName
{
color: #AAE116;
}
</style>
background-color css
<style>
a { background-color: #AAE116; }
a { background-color: rgb(170,225,22); }
div.DivClassName
{
background-color: #AAE116;
}
.BgClassName
{
background-color: #AAE116;
}
</style>
border-color css
<style>
span { border-color: #AAE116; }
span { border-color: rgb(170,225,22); }
td.TdClassName
{
border-color: #AAE116;
}
.TagClassName
{
border-color: #AAE116;
}
</style>