Shades of Inch Worm #AAD611
Tints of Inch Worm #AAD611
RGB
CMYK
RGB Variations
Color information
#AAD611 (or 0xAAD611) is known color: Inch Worm. HEX triplet: AA, D6 and 11. RGB value is (170,214,17). Sum of RGB (Red+Green+Blue) = 170+214+17=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD611 is #5529EE. Grayscale: #B3B3B3. Windows color (decimal): -5581295 or 1169066. OLE color: 1169066.
HSL color Cylindrical-coordinate representation of color #AAD611: hue angle of 73.4º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD611 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.16 |
| HSL | 73.4º | 0.85% | 0.45% | - |
| HSV(B) | 73.4º | 0.92% | 0.84% | - |
| XYZ | 40.73 | 56.68 | 9.32 | - |
| YUV | 178.39 | 36.92 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 17 | 0.21 | 0 | 0.92 | 0.16 | 73.4 | 0.85 | 0.45 |
| Hex | AA | D6 | 11 | 15 | 0 | 5C | 10 | 49 | 55 | 2D |
| Octal | 252 | 326 | 21 | 25 | 0 | 134 | 20 | 111 | 125 | 55 |
| Binary | 10101010 | 11010110 | 10001 | 10101 | 0 | 1011100 | 10000 | 1001001 | 1010101 | 101101 |
Color Harmonies of #AAD611
Complementary color
Monochromatic Colors of #AAD611
Black with #AAD611
Text Example
Text Example
White with #AAD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD611; }
p { color: rgb(170,214,17); }
H1.HeaderClassName
{
color: #AAD611;
}
.AnyTagClassName
{
color: #AAD611;
}
</style>
background-color css
<style>
a { background-color: #AAD611; }
a { background-color: rgb(170,214,17); }
div.DivClassName
{
background-color: #AAD611;
}
.BgClassName
{
background-color: #AAD611;
}
</style>
border-color css
<style>
span { border-color: #AAD611; }
span { border-color: rgb(170,214,17); }
td.TdClassName
{
border-color: #AAD611;
}
.TagClassName
{
border-color: #AAD611;
}
</style>