Shades of Inch Worm #AAD921
Tints of Inch Worm #AAD921
RGB
CMYK
RGB Variations
Color information
#AAD921 (or 0xAAD921) is known color: Inch Worm. HEX triplet: AA, D9 and 21. RGB value is (170,217,33). Sum of RGB (Red+Green+Blue) = 170+217+33=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD921 is #5526DE. Grayscale: #B6B6B6. Windows color (decimal): -5580511 or 2218410. OLE color: 2218410.
HSL color Cylindrical-coordinate representation of color #AAD921: hue angle of 75.33º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD921 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 33 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.15 |
| HSL | 75.33º | 0.74% | 0.49% | - |
| HSV(B) | 75.33º | 0.85% | 0.85% | - |
| XYZ | 41.66 | 58.28 | 10.49 | - |
| YUV | 181.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 33 | 0.22 | 0 | 0.85 | 0.15 | 75.33 | 0.74 | 0.49 |
| Hex | AA | D9 | 21 | 16 | 0 | 55 | F | 4B | 4A | 31 |
| Octal | 252 | 331 | 41 | 26 | 0 | 125 | 17 | 113 | 112 | 61 |
| Binary | 10101010 | 11011001 | 100001 | 10110 | 0 | 1010101 | 1111 | 1001011 | 1001010 | 110001 |
Color Harmonies of #AAD921
Complementary color
Monochromatic Colors of #AAD921
Black with #AAD921
Text Example
Text Example
White with #AAD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD921; }
p { color: rgb(170,217,33); }
H1.HeaderClassName
{
color: #AAD921;
}
.AnyTagClassName
{
color: #AAD921;
}
</style>
background-color css
<style>
a { background-color: #AAD921; }
a { background-color: rgb(170,217,33); }
div.DivClassName
{
background-color: #AAD921;
}
.BgClassName
{
background-color: #AAD921;
}
</style>
border-color css
<style>
span { border-color: #AAD921; }
span { border-color: rgb(170,217,33); }
td.TdClassName
{
border-color: #AAD921;
}
.TagClassName
{
border-color: #AAD921;
}
</style>