Shades of Inch Worm #AAE210
Tints of Inch Worm #AAE210
RGB
CMYK
RGB Variations
Color information
#AAE210 (or 0xAAE210) is known color: Inch Worm. HEX triplet: AA, E2 and 10. RGB value is (170,226,16). Sum of RGB (Red+Green+Blue) = 170+226+16=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE210 is #551DEF. Grayscale: #BABABA. Windows color (decimal): -5578224 or 1106602. OLE color: 1106602.
HSL color Cylindrical-coordinate representation of color #AAE210: hue angle of 76º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE210 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 16 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.11 |
| HSL | 76º | 0.87% | 0.47% | - |
| HSV(B) | 76º | 0.93% | 0.89% | - |
| XYZ | 43.87 | 62.98 | 10.33 | - |
| YUV | 185.32 | 32.45 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 16 | 0.25 | 0 | 0.93 | 0.11 | 76 | 0.87 | 0.47 |
| Hex | AA | E2 | 10 | 19 | 0 | 5D | B | 4C | 57 | 2F |
| Octal | 252 | 342 | 20 | 31 | 0 | 135 | 13 | 114 | 127 | 57 |
| Binary | 10101010 | 11100010 | 10000 | 11001 | 0 | 1011101 | 1011 | 1001100 | 1010111 | 101111 |
Color Harmonies of #AAE210
Complementary color
Monochromatic Colors of #AAE210
Black with #AAE210
Text Example
Text Example
White with #AAE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE210; }
p { color: rgb(170,226,16); }
H1.HeaderClassName
{
color: #AAE210;
}
.AnyTagClassName
{
color: #AAE210;
}
</style>
background-color css
<style>
a { background-color: #AAE210; }
a { background-color: rgb(170,226,16); }
div.DivClassName
{
background-color: #AAE210;
}
.BgClassName
{
background-color: #AAE210;
}
</style>
border-color css
<style>
span { border-color: #AAE210; }
span { border-color: rgb(170,226,16); }
td.TdClassName
{
border-color: #AAE210;
}
.TagClassName
{
border-color: #AAE210;
}
</style>