Shades of Inch Worm #AAD300
Tints of Inch Worm #AAD300
RGB
CMYK
RGB Variations
Color information
#AAD300 (or 0xAAD300) is known color: Inch Worm. HEX triplet: AA, D3 and 00. RGB value is (170,211,0). Sum of RGB (Red+Green+Blue) = 170+211+0=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD300 is #552CFF. Grayscale: #AFAFAF. Windows color (decimal): -5582080 or 54186. OLE color: 54186.
HSL color Cylindrical-coordinate representation of color #AAD300: hue angle of 71.66º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAD300 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.17 |
| HSL | 71.66º | 1% | 0.41% | - |
| HSV(B) | 71.66º | 1% | 0.83% | - |
| XYZ | 39.87 | 55.13 | 8.54 | - |
| YUV | 174.69 | 29.42 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 0 | 0.19 | 0 | 1 | 0.17 | 71.66 | 1 | 0.41 |
| Hex | AA | D3 | 0 | 13 | 0 | 64 | 11 | 48 | 64 | 29 |
| Octal | 252 | 323 | 0 | 23 | 0 | 144 | 21 | 110 | 144 | 51 |
| Binary | 10101010 | 11010011 | 0 | 10011 | 0 | 1100100 | 10001 | 1001000 | 1100100 | 101001 |
Color Harmonies of #AAD300
Complementary color
Monochromatic Colors of #AAD300
Black with #AAD300
Text Example
Text Example
White with #AAD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD300; }
p { color: rgb(170,211,0); }
H1.HeaderClassName
{
color: #AAD300;
}
.AnyTagClassName
{
color: #AAD300;
}
</style>
background-color css
<style>
a { background-color: #AAD300; }
a { background-color: rgb(170,211,0); }
div.DivClassName
{
background-color: #AAD300;
}
.BgClassName
{
background-color: #AAD300;
}
</style>
border-color css
<style>
span { border-color: #AAD300; }
span { border-color: rgb(170,211,0); }
td.TdClassName
{
border-color: #AAD300;
}
.TagClassName
{
border-color: #AAD300;
}
</style>