Shades of Inch Worm #AAD610
Tints of Inch Worm #AAD610
RGB
CMYK
RGB Variations
Color information
#AAD610 (or 0xAAD610) is known color: Inch Worm. HEX triplet: AA, D6 and 10. RGB value is (170,214,16). Sum of RGB (Red+Green+Blue) = 170+214+16=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD610 is #5529EF. Grayscale: #B3B3B3. Windows color (decimal): -5581296 or 1103530. OLE color: 1103530.
HSL color Cylindrical-coordinate representation of color #AAD610: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAD610 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.16 |
| HSL | 73.33º | 0.86% | 0.45% | - |
| HSV(B) | 73.33º | 0.93% | 0.84% | - |
| XYZ | 40.72 | 56.68 | 9.28 | - |
| YUV | 178.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 16 | 0.21 | 0 | 0.93 | 0.16 | 73.33 | 0.86 | 0.45 |
| Hex | AA | D6 | 10 | 15 | 0 | 5D | 10 | 49 | 56 | 2D |
| Octal | 252 | 326 | 20 | 25 | 0 | 135 | 20 | 111 | 126 | 55 |
| Binary | 10101010 | 11010110 | 10000 | 10101 | 0 | 1011101 | 10000 | 1001001 | 1010110 | 101101 |
Color Harmonies of #AAD610
Complementary color
Monochromatic Colors of #AAD610
Black with #AAD610
Text Example
Text Example
White with #AAD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD610; }
p { color: rgb(170,214,16); }
H1.HeaderClassName
{
color: #AAD610;
}
.AnyTagClassName
{
color: #AAD610;
}
</style>
background-color css
<style>
a { background-color: #AAD610; }
a { background-color: rgb(170,214,16); }
div.DivClassName
{
background-color: #AAD610;
}
.BgClassName
{
background-color: #AAD610;
}
</style>
border-color css
<style>
span { border-color: #AAD610; }
span { border-color: rgb(170,214,16); }
td.TdClassName
{
border-color: #AAD610;
}
.TagClassName
{
border-color: #AAD610;
}
</style>