Shades of Inch Worm #AADC11
Tints of Inch Worm #AADC11
RGB
CMYK
RGB Variations
Color information
#AADC11 (or 0xAADC11) is known color: Inch Worm. HEX triplet: AA, DC and 11. RGB value is (170,220,17). Sum of RGB (Red+Green+Blue) = 170+220+17=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC11 is #5523EE. Grayscale: #B6B6B6. Windows color (decimal): -5579759 or 1170602. OLE color: 1170602.
HSL color Cylindrical-coordinate representation of color #AADC11: hue angle of 74.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AADC11 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 17 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.14 |
| HSL | 74.78º | 0.86% | 0.46% | - |
| HSV(B) | 74.78º | 0.92% | 0.86% | - |
| XYZ | 42.27 | 59.77 | 9.84 | - |
| YUV | 181.91 | 34.94 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 17 | 0.23 | 0 | 0.92 | 0.14 | 74.78 | 0.86 | 0.46 |
| Hex | AA | DC | 11 | 17 | 0 | 5C | E | 4B | 56 | 2E |
| Octal | 252 | 334 | 21 | 27 | 0 | 134 | 16 | 113 | 126 | 56 |
| Binary | 10101010 | 11011100 | 10001 | 10111 | 0 | 1011100 | 1110 | 1001011 | 1010110 | 101110 |
Color Harmonies of #AADC11
Complementary color
Monochromatic Colors of #AADC11
Black with #AADC11
Text Example
Text Example
White with #AADC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC11; }
p { color: rgb(170,220,17); }
H1.HeaderClassName
{
color: #AADC11;
}
.AnyTagClassName
{
color: #AADC11;
}
</style>
background-color css
<style>
a { background-color: #AADC11; }
a { background-color: rgb(170,220,17); }
div.DivClassName
{
background-color: #AADC11;
}
.BgClassName
{
background-color: #AADC11;
}
</style>
border-color css
<style>
span { border-color: #AADC11; }
span { border-color: rgb(170,220,17); }
td.TdClassName
{
border-color: #AADC11;
}
.TagClassName
{
border-color: #AADC11;
}
</style>