Shades of Inch Worm #AAD50B
Tints of Inch Worm #AAD50B
RGB
CMYK
RGB Variations
Color information
#AAD50B (or 0xAAD50B) is known color: Inch Worm. HEX triplet: AA, D5 and 0B. RGB value is (170,213,11). Sum of RGB (Red+Green+Blue) = 170+213+11=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD50B is #552AF4. Grayscale: #B1B1B1. Windows color (decimal): -5581557 or 775594. OLE color: 775594.
HSL color Cylindrical-coordinate representation of color #AAD50B: hue angle of 72.77º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD50B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.16 |
| HSL | 72.77º | 0.9% | 0.44% | - |
| HSV(B) | 72.77º | 0.95% | 0.84% | - |
| XYZ | 40.43 | 56.16 | 9.03 | - |
| YUV | 177.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 11 | 0.20 | 0 | 0.95 | 0.16 | 72.77 | 0.9 | 0.44 |
| Hex | AA | D5 | B | 14 | 0 | 5F | 10 | 49 | 5A | 2C |
| Octal | 252 | 325 | 13 | 24 | 0 | 137 | 20 | 111 | 132 | 54 |
| Binary | 10101010 | 11010101 | 1011 | 10100 | 0 | 1011111 | 10000 | 1001001 | 1011010 | 101100 |
Color Harmonies of #AAD50B
Complementary color
Monochromatic Colors of #AAD50B
Black with #AAD50B
Text Example
Text Example
White with #AAD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD50B; }
p { color: rgb(170,213,11); }
H1.HeaderClassName
{
color: #AAD50B;
}
.AnyTagClassName
{
color: #AAD50B;
}
</style>
background-color css
<style>
a { background-color: #AAD50B; }
a { background-color: rgb(170,213,11); }
div.DivClassName
{
background-color: #AAD50B;
}
.BgClassName
{
background-color: #AAD50B;
}
</style>
border-color css
<style>
span { border-color: #AAD50B; }
span { border-color: rgb(170,213,11); }
td.TdClassName
{
border-color: #AAD50B;
}
.TagClassName
{
border-color: #AAD50B;
}
</style>