Shades of Inch Worm #AADC0D
Tints of Inch Worm #AADC0D
RGB
CMYK
RGB Variations
Color information
#AADC0D (or 0xAADC0D) is known color: Inch Worm. HEX triplet: AA, DC and 0D. RGB value is (170,220,13). Sum of RGB (Red+Green+Blue) = 170+220+13=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0D is #5523F2. Grayscale: #B6B6B6. Windows color (decimal): -5579763 or 908458. OLE color: 908458.
HSL color Cylindrical-coordinate representation of color #AADC0D: hue angle of 74.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AADC0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.14 |
| HSL | 74.49º | 0.89% | 0.46% | - |
| HSV(B) | 74.49º | 0.94% | 0.86% | - |
| XYZ | 42.24 | 59.76 | 9.69 | - |
| YUV | 181.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 13 | 0.23 | 0 | 0.94 | 0.14 | 74.49 | 0.89 | 0.46 |
| Hex | AA | DC | D | 17 | 0 | 5E | E | 4A | 59 | 2E |
| Octal | 252 | 334 | 15 | 27 | 0 | 136 | 16 | 112 | 131 | 56 |
| Binary | 10101010 | 11011100 | 1101 | 10111 | 0 | 1011110 | 1110 | 1001010 | 1011001 | 101110 |
Color Harmonies of #AADC0D
Complementary color
Monochromatic Colors of #AADC0D
Black with #AADC0D
Text Example
Text Example
White with #AADC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC0D; }
p { color: rgb(170,220,13); }
H1.HeaderClassName
{
color: #AADC0D;
}
.AnyTagClassName
{
color: #AADC0D;
}
</style>
background-color css
<style>
a { background-color: #AADC0D; }
a { background-color: rgb(170,220,13); }
div.DivClassName
{
background-color: #AADC0D;
}
.BgClassName
{
background-color: #AADC0D;
}
</style>
border-color css
<style>
span { border-color: #AADC0D; }
span { border-color: rgb(170,220,13); }
td.TdClassName
{
border-color: #AADC0D;
}
.TagClassName
{
border-color: #AADC0D;
}
</style>