Shades of Inch Worm #AADC0A
Tints of Inch Worm #AADC0A
RGB
CMYK
RGB Variations
Color information
#AADC0A (or 0xAADC0A) is known color: Inch Worm. HEX triplet: AA, DC and 0A. RGB value is (170,220,10). Sum of RGB (Red+Green+Blue) = 170+220+10=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0A is #5523F5. Grayscale: #B5B5B5. Windows color (decimal): -5579766 or 711850. OLE color: 711850.
HSL color Cylindrical-coordinate representation of color #AADC0A: hue angle of 74.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AADC0A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 10 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.14 |
| HSL | 74.29º | 0.91% | 0.45% | - |
| HSV(B) | 74.29º | 0.95% | 0.86% | - |
| XYZ | 42.23 | 59.75 | 9.6 | - |
| YUV | 181.11 | 31.44 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 10 | 0.23 | 0 | 0.95 | 0.14 | 74.29 | 0.91 | 0.45 |
| Hex | AA | DC | A | 17 | 0 | 5F | E | 4A | 5B | 2D |
| Octal | 252 | 334 | 12 | 27 | 0 | 137 | 16 | 112 | 133 | 55 |
| Binary | 10101010 | 11011100 | 1010 | 10111 | 0 | 1011111 | 1110 | 1001010 | 1011011 | 101101 |
Color Harmonies of #AADC0A
Complementary color
Monochromatic Colors of #AADC0A
Black with #AADC0A
Text Example
Text Example
White with #AADC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC0A; }
p { color: rgb(170,220,10); }
H1.HeaderClassName
{
color: #AADC0A;
}
.AnyTagClassName
{
color: #AADC0A;
}
</style>
background-color css
<style>
a { background-color: #AADC0A; }
a { background-color: rgb(170,220,10); }
div.DivClassName
{
background-color: #AADC0A;
}
.BgClassName
{
background-color: #AADC0A;
}
</style>
border-color css
<style>
span { border-color: #AADC0A; }
span { border-color: rgb(170,220,10); }
td.TdClassName
{
border-color: #AADC0A;
}
.TagClassName
{
border-color: #AADC0A;
}
</style>