Shades of Inch Worm #AADC07
Tints of Inch Worm #AADC07
RGB
CMYK
RGB Variations
Color information
#AADC07 (or 0xAADC07) is known color: Inch Worm. HEX triplet: AA, DC and 07. RGB value is (170,220,7). Sum of RGB (Red+Green+Blue) = 170+220+7=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC07 is #5523F8. Grayscale: #B5B5B5. Windows color (decimal): -5579769 or 515242. OLE color: 515242.
HSL color Cylindrical-coordinate representation of color #AADC07: hue angle of 74.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AADC07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.14 |
| HSL | 74.08º | 0.94% | 0.45% | - |
| HSV(B) | 74.08º | 0.97% | 0.86% | - |
| XYZ | 42.21 | 59.75 | 9.51 | - |
| YUV | 180.77 | 29.94 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 7 | 0.23 | 0 | 0.97 | 0.14 | 74.08 | 0.94 | 0.45 |
| Hex | AA | DC | 7 | 17 | 0 | 61 | E | 4A | 5E | 2D |
| Octal | 252 | 334 | 7 | 27 | 0 | 141 | 16 | 112 | 136 | 55 |
| Binary | 10101010 | 11011100 | 111 | 10111 | 0 | 1100001 | 1110 | 1001010 | 1011110 | 101101 |
Color Harmonies of #AADC07
Complementary color
Monochromatic Colors of #AADC07
Black with #AADC07
Text Example
Text Example
White with #AADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC07; }
p { color: rgb(170,220,7); }
H1.HeaderClassName
{
color: #AADC07;
}
.AnyTagClassName
{
color: #AADC07;
}
</style>
background-color css
<style>
a { background-color: #AADC07; }
a { background-color: rgb(170,220,7); }
div.DivClassName
{
background-color: #AADC07;
}
.BgClassName
{
background-color: #AADC07;
}
</style>
border-color css
<style>
span { border-color: #AADC07; }
span { border-color: rgb(170,220,7); }
td.TdClassName
{
border-color: #AADC07;
}
.TagClassName
{
border-color: #AADC07;
}
</style>