Shades of Inch Worm #AAE516
Tints of Inch Worm #AAE516
RGB
CMYK
RGB Variations
Color information
#AAE516 (or 0xAAE516) is known color: Inch Worm. HEX triplet: AA, E5 and 16. RGB value is (170,229,22). Sum of RGB (Red+Green+Blue) = 170+229+22=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE516 is #551AE9. Grayscale: #BCBCBC. Windows color (decimal): -5577450 or 1500586. OLE color: 1500586.
HSL color Cylindrical-coordinate representation of color #AAE516: hue angle of 77.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAE516 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.10 |
| HSL | 77.1º | 0.82% | 0.49% | - |
| HSV(B) | 77.1º | 0.9% | 0.9% | - |
| XYZ | 44.74 | 64.64 | 10.88 | - |
| YUV | 187.76 | 34.45 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 22 | 0.26 | 0 | 0.90 | 0.10 | 77.1 | 0.82 | 0.49 |
| Hex | AA | E5 | 16 | 1A | 0 | 5A | A | 4D | 52 | 31 |
| Octal | 252 | 345 | 26 | 32 | 0 | 132 | 12 | 115 | 122 | 61 |
| Binary | 10101010 | 11100101 | 10110 | 11010 | 0 | 1011010 | 1010 | 1001101 | 1010010 | 110001 |
Color Harmonies of #AAE516
Complementary color
Monochromatic Colors of #AAE516
Black with #AAE516
Text Example
Text Example
White with #AAE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE516; }
p { color: rgb(170,229,22); }
H1.HeaderClassName
{
color: #AAE516;
}
.AnyTagClassName
{
color: #AAE516;
}
</style>
background-color css
<style>
a { background-color: #AAE516; }
a { background-color: rgb(170,229,22); }
div.DivClassName
{
background-color: #AAE516;
}
.BgClassName
{
background-color: #AAE516;
}
</style>
border-color css
<style>
span { border-color: #AAE516; }
span { border-color: rgb(170,229,22); }
td.TdClassName
{
border-color: #AAE516;
}
.TagClassName
{
border-color: #AAE516;
}
</style>