Shades of Inch Worm #AAD40A
Tints of Inch Worm #AAD40A
RGB
CMYK
RGB Variations
Color information
#AAD40A (or 0xAAD40A) is known color: Inch Worm. HEX triplet: AA, D4 and 0A. RGB value is (170,212,10). Sum of RGB (Red+Green+Blue) = 170+212+10=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD40A is #552BF5. Grayscale: #B1B1B1. Windows color (decimal): -5581814 or 709802. OLE color: 709802.
HSL color Cylindrical-coordinate representation of color #AAD40A: hue angle of 72.48º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAD40A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 10 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.17 |
| HSL | 72.48º | 0.91% | 0.44% | - |
| HSV(B) | 72.48º | 0.95% | 0.83% | - |
| XYZ | 40.18 | 55.65 | 8.91 | - |
| YUV | 176.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 10 | 0.20 | 0 | 0.95 | 0.17 | 72.48 | 0.91 | 0.44 |
| Hex | AA | D4 | A | 14 | 0 | 5F | 11 | 48 | 5B | 2C |
| Octal | 252 | 324 | 12 | 24 | 0 | 137 | 21 | 110 | 133 | 54 |
| Binary | 10101010 | 11010100 | 1010 | 10100 | 0 | 1011111 | 10001 | 1001000 | 1011011 | 101100 |
Color Harmonies of #AAD40A
Complementary color
Monochromatic Colors of #AAD40A
Black with #AAD40A
Text Example
Text Example
White with #AAD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD40A; }
p { color: rgb(170,212,10); }
H1.HeaderClassName
{
color: #AAD40A;
}
.AnyTagClassName
{
color: #AAD40A;
}
</style>
background-color css
<style>
a { background-color: #AAD40A; }
a { background-color: rgb(170,212,10); }
div.DivClassName
{
background-color: #AAD40A;
}
.BgClassName
{
background-color: #AAD40A;
}
</style>
border-color css
<style>
span { border-color: #AAD40A; }
span { border-color: rgb(170,212,10); }
td.TdClassName
{
border-color: #AAD40A;
}
.TagClassName
{
border-color: #AAD40A;
}
</style>