Shades of Inch Worm #AAD721
Tints of Inch Worm #AAD721
RGB
CMYK
RGB Variations
Color information
#AAD721 (or 0xAAD721) is known color: Inch Worm. HEX triplet: AA, D7 and 21. RGB value is (170,215,33). Sum of RGB (Red+Green+Blue) = 170+215+33=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD721 is #5528DE. Grayscale: #B5B5B5. Windows color (decimal): -5581023 or 2217898. OLE color: 2217898.
HSL color Cylindrical-coordinate representation of color #AAD721: hue angle of 74.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD721 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 33 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.16 |
| HSL | 74.84º | 0.73% | 0.49% | - |
| HSV(B) | 74.84º | 0.85% | 0.84% | - |
| XYZ | 41.15 | 57.26 | 10.32 | - |
| YUV | 180.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 33 | 0.21 | 0 | 0.85 | 0.16 | 74.84 | 0.73 | 0.49 |
| Hex | AA | D7 | 21 | 15 | 0 | 55 | 10 | 4B | 49 | 31 |
| Octal | 252 | 327 | 41 | 25 | 0 | 125 | 20 | 113 | 111 | 61 |
| Binary | 10101010 | 11010111 | 100001 | 10101 | 0 | 1010101 | 10000 | 1001011 | 1001001 | 110001 |
Color Harmonies of #AAD721
Complementary color
Monochromatic Colors of #AAD721
Black with #AAD721
Text Example
Text Example
White with #AAD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD721; }
p { color: rgb(170,215,33); }
H1.HeaderClassName
{
color: #AAD721;
}
.AnyTagClassName
{
color: #AAD721;
}
</style>
background-color css
<style>
a { background-color: #AAD721; }
a { background-color: rgb(170,215,33); }
div.DivClassName
{
background-color: #AAD721;
}
.BgClassName
{
background-color: #AAD721;
}
</style>
border-color css
<style>
span { border-color: #AAD721; }
span { border-color: rgb(170,215,33); }
td.TdClassName
{
border-color: #AAD721;
}
.TagClassName
{
border-color: #AAD721;
}
</style>