Shades of Inch Worm #AAD316
Tints of Inch Worm #AAD316
RGB
CMYK
RGB Variations
Color information
#AAD316 (or 0xAAD316) is known color: Inch Worm. HEX triplet: AA, D3 and 16. RGB value is (170,211,22). Sum of RGB (Red+Green+Blue) = 170+211+22=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD316 is #552CE9. Grayscale: #B1B1B1. Windows color (decimal): -5582058 or 1495978. OLE color: 1495978.
HSL color Cylindrical-coordinate representation of color #AAD316: hue angle of 73.02º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD316 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.17 |
| HSL | 73.02º | 0.81% | 0.46% | - |
| HSV(B) | 73.02º | 0.9% | 0.83% | - |
| XYZ | 40.02 | 55.19 | 9.3 | - |
| YUV | 177.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 22 | 0.19 | 0 | 0.90 | 0.17 | 73.02 | 0.81 | 0.46 |
| Hex | AA | D3 | 16 | 13 | 0 | 5A | 11 | 49 | 51 | 2E |
| Octal | 252 | 323 | 26 | 23 | 0 | 132 | 21 | 111 | 121 | 56 |
| Binary | 10101010 | 11010011 | 10110 | 10011 | 0 | 1011010 | 10001 | 1001001 | 1010001 | 101110 |
Color Harmonies of #AAD316
Complementary color
Monochromatic Colors of #AAD316
Black with #AAD316
Text Example
Text Example
White with #AAD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD316; }
p { color: rgb(170,211,22); }
H1.HeaderClassName
{
color: #AAD316;
}
.AnyTagClassName
{
color: #AAD316;
}
</style>
background-color css
<style>
a { background-color: #AAD316; }
a { background-color: rgb(170,211,22); }
div.DivClassName
{
background-color: #AAD316;
}
.BgClassName
{
background-color: #AAD316;
}
</style>
border-color css
<style>
span { border-color: #AAD316; }
span { border-color: rgb(170,211,22); }
td.TdClassName
{
border-color: #AAD316;
}
.TagClassName
{
border-color: #AAD316;
}
</style>