Shades of Inch Worm #AAD90D
Tints of Inch Worm #AAD90D
RGB
CMYK
RGB Variations
Color information
#AAD90D (or 0xAAD90D) is known color: Inch Worm. HEX triplet: AA, D9 and 0D. RGB value is (170,217,13). Sum of RGB (Red+Green+Blue) = 170+217+13=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD90D is #5526F2. Grayscale: #B4B4B4. Windows color (decimal): -5580531 or 907690. OLE color: 907690.
HSL color Cylindrical-coordinate representation of color #AAD90D: hue angle of 73.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAD90D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.15 |
| HSL | 73.82º | 0.89% | 0.45% | - |
| HSV(B) | 73.82º | 0.94% | 0.85% | - |
| XYZ | 41.46 | 58.2 | 9.43 | - |
| YUV | 179.69 | 33.93 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 13 | 0.22 | 0 | 0.94 | 0.15 | 73.82 | 0.89 | 0.45 |
| Hex | AA | D9 | D | 16 | 0 | 5E | F | 4A | 59 | 2D |
| Octal | 252 | 331 | 15 | 26 | 0 | 136 | 17 | 112 | 131 | 55 |
| Binary | 10101010 | 11011001 | 1101 | 10110 | 0 | 1011110 | 1111 | 1001010 | 1011001 | 101101 |
Color Harmonies of #AAD90D
Complementary color
Monochromatic Colors of #AAD90D
Black with #AAD90D
Text Example
Text Example
White with #AAD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD90D; }
p { color: rgb(170,217,13); }
H1.HeaderClassName
{
color: #AAD90D;
}
.AnyTagClassName
{
color: #AAD90D;
}
</style>
background-color css
<style>
a { background-color: #AAD90D; }
a { background-color: rgb(170,217,13); }
div.DivClassName
{
background-color: #AAD90D;
}
.BgClassName
{
background-color: #AAD90D;
}
</style>
border-color css
<style>
span { border-color: #AAD90D; }
span { border-color: rgb(170,217,13); }
td.TdClassName
{
border-color: #AAD90D;
}
.TagClassName
{
border-color: #AAD90D;
}
</style>