Shades of Inch Worm #AAD420
Tints of Inch Worm #AAD420
RGB
CMYK
RGB Variations
Color information
#AAD420 (or 0xAAD420) is known color: Inch Worm. HEX triplet: AA, D4 and 20. RGB value is (170,212,32). Sum of RGB (Red+Green+Blue) = 170+212+32=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD420 is #552BDF. Grayscale: #B3B3B3. Windows color (decimal): -5581792 or 2151594. OLE color: 2151594.
HSL color Cylindrical-coordinate representation of color #AAD420: hue angle of 74º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD420 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 32 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.17 |
| HSL | 74º | 0.74% | 0.48% | - |
| HSV(B) | 74º | 0.85% | 0.83% | - |
| XYZ | 40.38 | 55.74 | 10 | - |
| YUV | 178.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 32 | 0.20 | 0 | 0.85 | 0.17 | 74 | 0.74 | 0.48 |
| Hex | AA | D4 | 20 | 14 | 0 | 55 | 11 | 4A | 4A | 30 |
| Octal | 252 | 324 | 40 | 24 | 0 | 125 | 21 | 112 | 112 | 60 |
| Binary | 10101010 | 11010100 | 100000 | 10100 | 0 | 1010101 | 10001 | 1001010 | 1001010 | 110000 |
Color Harmonies of #AAD420
Complementary color
Monochromatic Colors of #AAD420
Black with #AAD420
Text Example
Text Example
White with #AAD420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD420; }
p { color: rgb(170,212,32); }
H1.HeaderClassName
{
color: #AAD420;
}
.AnyTagClassName
{
color: #AAD420;
}
</style>
background-color css
<style>
a { background-color: #AAD420; }
a { background-color: rgb(170,212,32); }
div.DivClassName
{
background-color: #AAD420;
}
.BgClassName
{
background-color: #AAD420;
}
</style>
border-color css
<style>
span { border-color: #AAD420; }
span { border-color: rgb(170,212,32); }
td.TdClassName
{
border-color: #AAD420;
}
.TagClassName
{
border-color: #AAD420;
}
</style>