Shades of Inch Worm #AAD305
Tints of Inch Worm #AAD305
RGB
CMYK
RGB Variations
Color information
#AAD305 (or 0xAAD305) is known color: Inch Worm. HEX triplet: AA, D3 and 05. RGB value is (170,211,5). Sum of RGB (Red+Green+Blue) = 170+211+5=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD305 is #552CFA. Grayscale: #B0B0B0. Windows color (decimal): -5582075 or 381866. OLE color: 381866.
HSL color Cylindrical-coordinate representation of color #AAD305: hue angle of 71.94º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAD305 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.17 |
| HSL | 71.94º | 0.95% | 0.42% | - |
| HSV(B) | 71.94º | 0.98% | 0.83% | - |
| XYZ | 39.9 | 55.15 | 8.68 | - |
| YUV | 175.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 5 | 0.19 | 0 | 0.98 | 0.17 | 71.94 | 0.95 | 0.42 |
| Hex | AA | D3 | 5 | 13 | 0 | 62 | 11 | 48 | 5F | 2A |
| Octal | 252 | 323 | 5 | 23 | 0 | 142 | 21 | 110 | 137 | 52 |
| Binary | 10101010 | 11010011 | 101 | 10011 | 0 | 1100010 | 10001 | 1001000 | 1011111 | 101010 |
Color Harmonies of #AAD305
Complementary color
Monochromatic Colors of #AAD305
Black with #AAD305
Text Example
Text Example
White with #AAD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD305; }
p { color: rgb(170,211,5); }
H1.HeaderClassName
{
color: #AAD305;
}
.AnyTagClassName
{
color: #AAD305;
}
</style>
background-color css
<style>
a { background-color: #AAD305; }
a { background-color: rgb(170,211,5); }
div.DivClassName
{
background-color: #AAD305;
}
.BgClassName
{
background-color: #AAD305;
}
</style>
border-color css
<style>
span { border-color: #AAD305; }
span { border-color: rgb(170,211,5); }
td.TdClassName
{
border-color: #AAD305;
}
.TagClassName
{
border-color: #AAD305;
}
</style>