Shades of Inch Worm #AAD210
Tints of Inch Worm #AAD210
RGB
CMYK
RGB Variations
Color information
#AAD210 (or 0xAAD210) is known color: Inch Worm. HEX triplet: AA, D2 and 10. RGB value is (170,210,16). Sum of RGB (Red+Green+Blue) = 170+210+16=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD210 is #552DEF. Grayscale: #B0B0B0. Windows color (decimal): -5582320 or 1102506. OLE color: 1102506.
HSL color Cylindrical-coordinate representation of color #AAD210: hue angle of 72.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD210 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.18 |
| HSL | 72.37º | 0.86% | 0.44% | - |
| HSV(B) | 72.37º | 0.92% | 0.82% | - |
| XYZ | 39.72 | 54.68 | 8.95 | - |
| YUV | 175.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 16 | 0.19 | 0 | 0.92 | 0.18 | 72.37 | 0.86 | 0.44 |
| Hex | AA | D2 | 10 | 13 | 0 | 5C | 12 | 48 | 56 | 2C |
| Octal | 252 | 322 | 20 | 23 | 0 | 134 | 22 | 110 | 126 | 54 |
| Binary | 10101010 | 11010010 | 10000 | 10011 | 0 | 1011100 | 10010 | 1001000 | 1010110 | 101100 |
Color Harmonies of #AAD210
Complementary color
Monochromatic Colors of #AAD210
Black with #AAD210
Text Example
Text Example
White with #AAD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD210; }
p { color: rgb(170,210,16); }
H1.HeaderClassName
{
color: #AAD210;
}
.AnyTagClassName
{
color: #AAD210;
}
</style>
background-color css
<style>
a { background-color: #AAD210; }
a { background-color: rgb(170,210,16); }
div.DivClassName
{
background-color: #AAD210;
}
.BgClassName
{
background-color: #AAD210;
}
</style>
border-color css
<style>
span { border-color: #AAD210; }
span { border-color: rgb(170,210,16); }
td.TdClassName
{
border-color: #AAD210;
}
.TagClassName
{
border-color: #AAD210;
}
</style>