Shades of Inch Worm #AADC22
Tints of Inch Worm #AADC22
RGB
CMYK
RGB Variations
Color information
#AADC22 (or 0xAADC22) is known color: Inch Worm. HEX triplet: AA, DC and 22. RGB value is (170,220,34). Sum of RGB (Red+Green+Blue) = 170+220+34=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC22 is #5523DD. Grayscale: #B8B8B8. Windows color (decimal): -5579742 or 2284714. OLE color: 2284714.
HSL color Cylindrical-coordinate representation of color #AADC22: hue angle of 76.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AADC22 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 34 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.14 |
| HSL | 76.13º | 0.73% | 0.5% | - |
| HSV(B) | 76.13º | 0.85% | 0.86% | - |
| XYZ | 42.46 | 59.85 | 10.83 | - |
| YUV | 183.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 34 | 0.23 | 0 | 0.85 | 0.14 | 76.13 | 0.73 | 0.5 |
| Hex | AA | DC | 22 | 17 | 0 | 55 | E | 4C | 49 | 32 |
| Octal | 252 | 334 | 42 | 27 | 0 | 125 | 16 | 114 | 111 | 62 |
| Binary | 10101010 | 11011100 | 100010 | 10111 | 0 | 1010101 | 1110 | 1001100 | 1001001 | 110010 |
Color Harmonies of #AADC22
Complementary color
Monochromatic Colors of #AADC22
Black with #AADC22
Text Example
Text Example
White with #AADC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC22; }
p { color: rgb(170,220,34); }
H1.HeaderClassName
{
color: #AADC22;
}
.AnyTagClassName
{
color: #AADC22;
}
</style>
background-color css
<style>
a { background-color: #AADC22; }
a { background-color: rgb(170,220,34); }
div.DivClassName
{
background-color: #AADC22;
}
.BgClassName
{
background-color: #AADC22;
}
</style>
border-color css
<style>
span { border-color: #AADC22; }
span { border-color: rgb(170,220,34); }
td.TdClassName
{
border-color: #AADC22;
}
.TagClassName
{
border-color: #AADC22;
}
</style>