Shades of Inch Worm #AADA10
Tints of Inch Worm #AADA10
RGB
CMYK
RGB Variations
Color information
#AADA10 (or 0xAADA10) is known color: Inch Worm. HEX triplet: AA, DA and 10. RGB value is (170,218,16). Sum of RGB (Red+Green+Blue) = 170+218+16=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA10 is #5525EF. Grayscale: #B5B5B5. Windows color (decimal): -5580272 or 1104554. OLE color: 1104554.
HSL color Cylindrical-coordinate representation of color #AADA10: hue angle of 74.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AADA10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.15 |
| HSL | 74.26º | 0.86% | 0.46% | - |
| HSV(B) | 74.26º | 0.93% | 0.85% | - |
| XYZ | 41.74 | 58.73 | 9.63 | - |
| YUV | 180.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 16 | 0.22 | 0 | 0.93 | 0.15 | 74.26 | 0.86 | 0.46 |
| Hex | AA | DA | 10 | 16 | 0 | 5D | F | 4A | 56 | 2E |
| Octal | 252 | 332 | 20 | 26 | 0 | 135 | 17 | 112 | 126 | 56 |
| Binary | 10101010 | 11011010 | 10000 | 10110 | 0 | 1011101 | 1111 | 1001010 | 1010110 | 101110 |
Color Harmonies of #AADA10
Complementary color
Monochromatic Colors of #AADA10
Black with #AADA10
Text Example
Text Example
White with #AADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA10; }
p { color: rgb(170,218,16); }
H1.HeaderClassName
{
color: #AADA10;
}
.AnyTagClassName
{
color: #AADA10;
}
</style>
background-color css
<style>
a { background-color: #AADA10; }
a { background-color: rgb(170,218,16); }
div.DivClassName
{
background-color: #AADA10;
}
.BgClassName
{
background-color: #AADA10;
}
</style>
border-color css
<style>
span { border-color: #AADA10; }
span { border-color: rgb(170,218,16); }
td.TdClassName
{
border-color: #AADA10;
}
.TagClassName
{
border-color: #AADA10;
}
</style>