Shades of Inch Worm #AADC20
Tints of Inch Worm #AADC20
RGB
CMYK
RGB Variations
Color information
#AADC20 (or 0xAADC20) is known color: Inch Worm. HEX triplet: AA, DC and 20. RGB value is (170,220,32). Sum of RGB (Red+Green+Blue) = 170+220+32=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC20 is #5523DF. Grayscale: #B8B8B8. Windows color (decimal): -5579744 or 2153642. OLE color: 2153642.
HSL color Cylindrical-coordinate representation of color #AADC20: hue angle of 75.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AADC20 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 32 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.14 |
| HSL | 75.96º | 0.75% | 0.49% | - |
| HSV(B) | 75.96º | 0.85% | 0.86% | - |
| XYZ | 42.43 | 59.84 | 10.68 | - |
| YUV | 183.62 | 42.44 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 32 | 0.23 | 0 | 0.85 | 0.14 | 75.96 | 0.75 | 0.49 |
| Hex | AA | DC | 20 | 17 | 0 | 55 | E | 4C | 4B | 31 |
| Octal | 252 | 334 | 40 | 27 | 0 | 125 | 16 | 114 | 113 | 61 |
| Binary | 10101010 | 11011100 | 100000 | 10111 | 0 | 1010101 | 1110 | 1001100 | 1001011 | 110001 |
Color Harmonies of #AADC20
Complementary color
Monochromatic Colors of #AADC20
Black with #AADC20
Text Example
Text Example
White with #AADC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC20; }
p { color: rgb(170,220,32); }
H1.HeaderClassName
{
color: #AADC20;
}
.AnyTagClassName
{
color: #AADC20;
}
</style>
background-color css
<style>
a { background-color: #AADC20; }
a { background-color: rgb(170,220,32); }
div.DivClassName
{
background-color: #AADC20;
}
.BgClassName
{
background-color: #AADC20;
}
</style>
border-color css
<style>
span { border-color: #AADC20; }
span { border-color: rgb(170,220,32); }
td.TdClassName
{
border-color: #AADC20;
}
.TagClassName
{
border-color: #AADC20;
}
</style>