Shades of Inch Worm #AAE810
Tints of Inch Worm #AAE810
RGB
CMYK
RGB Variations
Color information
#AAE810 (or 0xAAE810) is known color: Inch Worm. HEX triplet: AA, E8 and 10. RGB value is (170,232,16). Sum of RGB (Red+Green+Blue) = 170+232+16=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE810 is #5517EF. Grayscale: #BDBDBD. Windows color (decimal): -5576688 or 1108138. OLE color: 1108138.
HSL color Cylindrical-coordinate representation of color #AAE810: hue angle of 77.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE810 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 16 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.09 |
| HSL | 77.22º | 0.87% | 0.49% | - |
| HSV(B) | 77.22º | 0.93% | 0.91% | - |
| XYZ | 45.53 | 66.3 | 10.89 | - |
| YUV | 188.84 | 30.46 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 16 | 0.27 | 0 | 0.93 | 0.09 | 77.22 | 0.87 | 0.49 |
| Hex | AA | E8 | 10 | 1B | 0 | 5D | 9 | 4D | 57 | 31 |
| Octal | 252 | 350 | 20 | 33 | 0 | 135 | 11 | 115 | 127 | 61 |
| Binary | 10101010 | 11101000 | 10000 | 11011 | 0 | 1011101 | 1001 | 1001101 | 1010111 | 110001 |
Color Harmonies of #AAE810
Complementary color
Monochromatic Colors of #AAE810
Black with #AAE810
Text Example
Text Example
White with #AAE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE810; }
p { color: rgb(170,232,16); }
H1.HeaderClassName
{
color: #AAE810;
}
.AnyTagClassName
{
color: #AAE810;
}
</style>
background-color css
<style>
a { background-color: #AAE810; }
a { background-color: rgb(170,232,16); }
div.DivClassName
{
background-color: #AAE810;
}
.BgClassName
{
background-color: #AAE810;
}
</style>
border-color css
<style>
span { border-color: #AAE810; }
span { border-color: rgb(170,232,16); }
td.TdClassName
{
border-color: #AAE810;
}
.TagClassName
{
border-color: #AAE810;
}
</style>