Shades of Inch Worm #AADA16
Tints of Inch Worm #AADA16
RGB
CMYK
RGB Variations
Color information
#AADA16 (or 0xAADA16) is known color: Inch Worm. HEX triplet: AA, DA and 16. RGB value is (170,218,22). Sum of RGB (Red+Green+Blue) = 170+218+22=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA16 is #5525E9. Grayscale: #B6B6B6. Windows color (decimal): -5580266 or 1497770. OLE color: 1497770.
HSL color Cylindrical-coordinate representation of color #AADA16: hue angle of 74.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AADA16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.15 |
| HSL | 74.69º | 0.82% | 0.47% | - |
| HSV(B) | 74.69º | 0.9% | 0.85% | - |
| XYZ | 41.79 | 58.75 | 9.9 | - |
| YUV | 181.3 | 38.1 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 22 | 0.22 | 0 | 0.90 | 0.15 | 74.69 | 0.82 | 0.47 |
| Hex | AA | DA | 16 | 16 | 0 | 5A | F | 4B | 52 | 2F |
| Octal | 252 | 332 | 26 | 26 | 0 | 132 | 17 | 113 | 122 | 57 |
| Binary | 10101010 | 11011010 | 10110 | 10110 | 0 | 1011010 | 1111 | 1001011 | 1010010 | 101111 |
Color Harmonies of #AADA16
Complementary color
Monochromatic Colors of #AADA16
Black with #AADA16
Text Example
Text Example
White with #AADA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA16; }
p { color: rgb(170,218,22); }
H1.HeaderClassName
{
color: #AADA16;
}
.AnyTagClassName
{
color: #AADA16;
}
</style>
background-color css
<style>
a { background-color: #AADA16; }
a { background-color: rgb(170,218,22); }
div.DivClassName
{
background-color: #AADA16;
}
.BgClassName
{
background-color: #AADA16;
}
</style>
border-color css
<style>
span { border-color: #AADA16; }
span { border-color: rgb(170,218,22); }
td.TdClassName
{
border-color: #AADA16;
}
.TagClassName
{
border-color: #AADA16;
}
</style>