Shades of Inch Worm #AADC0E
Tints of Inch Worm #AADC0E
RGB
CMYK
RGB Variations
Color information
#AADC0E (or 0xAADC0E) is known color: Inch Worm. HEX triplet: AA, DC and 0E. RGB value is (170,220,14). Sum of RGB (Red+Green+Blue) = 170+220+14=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC0E is #5523F1. Grayscale: #B6B6B6. Windows color (decimal): -5579762 or 973994. OLE color: 973994.
HSL color Cylindrical-coordinate representation of color #AADC0E: hue angle of 74.56º degrees, saturation: 0.88, 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 #AADC0E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.14 |
| HSL | 74.56º | 0.88% | 0.46% | - |
| HSV(B) | 74.56º | 0.94% | 0.86% | - |
| XYZ | 42.25 | 59.76 | 9.72 | - |
| YUV | 181.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 14 | 0.23 | 0 | 0.94 | 0.14 | 74.56 | 0.88 | 0.46 |
| Hex | AA | DC | E | 17 | 0 | 5E | E | 4B | 58 | 2E |
| Octal | 252 | 334 | 16 | 27 | 0 | 136 | 16 | 113 | 130 | 56 |
| Binary | 10101010 | 11011100 | 1110 | 10111 | 0 | 1011110 | 1110 | 1001011 | 1011000 | 101110 |
Color Harmonies of #AADC0E
Complementary color
Monochromatic Colors of #AADC0E
Black with #AADC0E
Text Example
Text Example
White with #AADC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC0E; }
p { color: rgb(170,220,14); }
H1.HeaderClassName
{
color: #AADC0E;
}
.AnyTagClassName
{
color: #AADC0E;
}
</style>
background-color css
<style>
a { background-color: #AADC0E; }
a { background-color: rgb(170,220,14); }
div.DivClassName
{
background-color: #AADC0E;
}
.BgClassName
{
background-color: #AADC0E;
}
</style>
border-color css
<style>
span { border-color: #AADC0E; }
span { border-color: rgb(170,220,14); }
td.TdClassName
{
border-color: #AADC0E;
}
.TagClassName
{
border-color: #AADC0E;
}
</style>