Shades of Inch Worm #AAD412
Tints of Inch Worm #AAD412
RGB
CMYK
RGB Variations
Color information
#AAD412 (or 0xAAD412) is known color: Inch Worm. HEX triplet: AA, D4 and 12. RGB value is (170,212,18). Sum of RGB (Red+Green+Blue) = 170+212+18=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD412 is #552BED. Grayscale: #B2B2B2. Windows color (decimal): -5581806 or 1234090. OLE color: 1234090.
HSL color Cylindrical-coordinate representation of color #AAD412: hue angle of 72.99º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD412 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.17 |
| HSL | 72.99º | 0.84% | 0.45% | - |
| HSV(B) | 72.99º | 0.92% | 0.83% | - |
| XYZ | 40.23 | 55.68 | 9.2 | - |
| YUV | 177.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 18 | 0.20 | 0 | 0.92 | 0.17 | 72.99 | 0.84 | 0.45 |
| Hex | AA | D4 | 12 | 14 | 0 | 5C | 11 | 49 | 54 | 2D |
| Octal | 252 | 324 | 22 | 24 | 0 | 134 | 21 | 111 | 124 | 55 |
| Binary | 10101010 | 11010100 | 10010 | 10100 | 0 | 1011100 | 10001 | 1001001 | 1010100 | 101101 |
Color Harmonies of #AAD412
Complementary color
Monochromatic Colors of #AAD412
Black with #AAD412
Text Example
Text Example
White with #AAD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD412; }
p { color: rgb(170,212,18); }
H1.HeaderClassName
{
color: #AAD412;
}
.AnyTagClassName
{
color: #AAD412;
}
</style>
background-color css
<style>
a { background-color: #AAD412; }
a { background-color: rgb(170,212,18); }
div.DivClassName
{
background-color: #AAD412;
}
.BgClassName
{
background-color: #AAD412;
}
</style>
border-color css
<style>
span { border-color: #AAD412; }
span { border-color: rgb(170,212,18); }
td.TdClassName
{
border-color: #AAD412;
}
.TagClassName
{
border-color: #AAD412;
}
</style>