Shades of Inch Worm #AADC0F
Tints of Inch Worm #AADC0F
RGB
CMYK
RGB Variations
Color information
#AADC0F (or 0xAADC0F) is known color: Inch Worm. HEX triplet: AA, DC and 0F. RGB value is (170,220,15). Sum of RGB (Red+Green+Blue) = 170+220+15=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0F is #5523F0. Grayscale: #B6B6B6. Windows color (decimal): -5579761 or 1039530. OLE color: 1039530.
HSL color Cylindrical-coordinate representation of color #AADC0F: hue angle of 74.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AADC0F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.14 |
| HSL | 74.63º | 0.87% | 0.46% | - |
| HSV(B) | 74.63º | 0.93% | 0.86% | - |
| XYZ | 42.26 | 59.77 | 9.76 | - |
| YUV | 181.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 15 | 0.23 | 0 | 0.93 | 0.14 | 74.63 | 0.87 | 0.46 |
| Hex | AA | DC | F | 17 | 0 | 5D | E | 4B | 57 | 2E |
| Octal | 252 | 334 | 17 | 27 | 0 | 135 | 16 | 113 | 127 | 56 |
| Binary | 10101010 | 11011100 | 1111 | 10111 | 0 | 1011101 | 1110 | 1001011 | 1010111 | 101110 |
Color Harmonies of #AADC0F
Complementary color
Monochromatic Colors of #AADC0F
Black with #AADC0F
Text Example
Text Example
White with #AADC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC0F; }
p { color: rgb(170,220,15); }
H1.HeaderClassName
{
color: #AADC0F;
}
.AnyTagClassName
{
color: #AADC0F;
}
</style>
background-color css
<style>
a { background-color: #AADC0F; }
a { background-color: rgb(170,220,15); }
div.DivClassName
{
background-color: #AADC0F;
}
.BgClassName
{
background-color: #AADC0F;
}
</style>
border-color css
<style>
span { border-color: #AADC0F; }
span { border-color: rgb(170,220,15); }
td.TdClassName
{
border-color: #AADC0F;
}
.TagClassName
{
border-color: #AADC0F;
}
</style>