Shades of Inch Worm #AADD10
Tints of Inch Worm #AADD10
RGB
CMYK
RGB Variations
Color information
#AADD10 (or 0xAADD10) is known color: Inch Worm. HEX triplet: AA, DD and 10. RGB value is (170,221,16). Sum of RGB (Red+Green+Blue) = 170+221+16=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADD10 is #5522EF. Grayscale: #B7B7B7. Windows color (decimal): -5579504 or 1105322. OLE color: 1105322.
HSL color Cylindrical-coordinate representation of color #AADD10: hue angle of 74.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AADD10 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.13 |
| HSL | 74.93º | 0.86% | 0.46% | - |
| HSV(B) | 74.93º | 0.93% | 0.87% | - |
| XYZ | 42.53 | 60.3 | 9.89 | - |
| YUV | 182.38 | 34.1 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 16 | 0.23 | 0 | 0.93 | 0.13 | 74.93 | 0.86 | 0.46 |
| Hex | AA | DD | 10 | 17 | 0 | 5D | D | 4B | 56 | 2E |
| Octal | 252 | 335 | 20 | 27 | 0 | 135 | 15 | 113 | 126 | 56 |
| Binary | 10101010 | 11011101 | 10000 | 10111 | 0 | 1011101 | 1101 | 1001011 | 1010110 | 101110 |
Color Harmonies of #AADD10
Complementary color
Monochromatic Colors of #AADD10
Black with #AADD10
Text Example
Text Example
White with #AADD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD10; }
p { color: rgb(170,221,16); }
H1.HeaderClassName
{
color: #AADD10;
}
.AnyTagClassName
{
color: #AADD10;
}
</style>
background-color css
<style>
a { background-color: #AADD10; }
a { background-color: rgb(170,221,16); }
div.DivClassName
{
background-color: #AADD10;
}
.BgClassName
{
background-color: #AADD10;
}
</style>
border-color css
<style>
span { border-color: #AADD10; }
span { border-color: rgb(170,221,16); }
td.TdClassName
{
border-color: #AADD10;
}
.TagClassName
{
border-color: #AADD10;
}
</style>