Shades of Inch Worm #AAD90B
Tints of Inch Worm #AAD90B
RGB
CMYK
RGB Variations
Color information
#AAD90B (or 0xAAD90B) is known color: Inch Worm. HEX triplet: AA, D9 and 0B. RGB value is (170,217,11). Sum of RGB (Red+Green+Blue) = 170+217+11=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD90B is #5526F4. Grayscale: #B4B4B4. Windows color (decimal): -5580533 or 776618. OLE color: 776618.
HSL color Cylindrical-coordinate representation of color #AAD90B: hue angle of 73.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD90B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.15 |
| HSL | 73.69º | 0.9% | 0.45% | - |
| HSV(B) | 73.69º | 0.95% | 0.85% | - |
| XYZ | 41.45 | 58.2 | 9.36 | - |
| YUV | 179.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 11 | 0.22 | 0 | 0.95 | 0.15 | 73.69 | 0.9 | 0.45 |
| Hex | AA | D9 | B | 16 | 0 | 5F | F | 4A | 5A | 2D |
| Octal | 252 | 331 | 13 | 26 | 0 | 137 | 17 | 112 | 132 | 55 |
| Binary | 10101010 | 11011001 | 1011 | 10110 | 0 | 1011111 | 1111 | 1001010 | 1011010 | 101101 |
Color Harmonies of #AAD90B
Complementary color
Monochromatic Colors of #AAD90B
Black with #AAD90B
Text Example
Text Example
White with #AAD90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD90B; }
p { color: rgb(170,217,11); }
H1.HeaderClassName
{
color: #AAD90B;
}
.AnyTagClassName
{
color: #AAD90B;
}
</style>
background-color css
<style>
a { background-color: #AAD90B; }
a { background-color: rgb(170,217,11); }
div.DivClassName
{
background-color: #AAD90B;
}
.BgClassName
{
background-color: #AAD90B;
}
</style>
border-color css
<style>
span { border-color: #AAD90B; }
span { border-color: rgb(170,217,11); }
td.TdClassName
{
border-color: #AAD90B;
}
.TagClassName
{
border-color: #AAD90B;
}
</style>