Shades of Inch Worm #AAE112
Tints of Inch Worm #AAE112
RGB
CMYK
RGB Variations
Color information
#AAE112 (or 0xAAE112) is known color: Inch Worm. HEX triplet: AA, E1 and 12. RGB value is (170,225,18). Sum of RGB (Red+Green+Blue) = 170+225+18=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE112 is #551EED. Grayscale: #B9B9B9. Windows color (decimal): -5578478 or 1237418. OLE color: 1237418.
HSL color Cylindrical-coordinate representation of color #AAE112: hue angle of 75.94º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE112 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.12 |
| HSL | 75.94º | 0.85% | 0.48% | - |
| HSV(B) | 75.94º | 0.92% | 0.88% | - |
| XYZ | 43.61 | 62.44 | 10.33 | - |
| YUV | 184.96 | 33.78 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 18 | 0.24 | 0 | 0.92 | 0.12 | 75.94 | 0.85 | 0.48 |
| Hex | AA | E1 | 12 | 18 | 0 | 5C | C | 4C | 55 | 30 |
| Octal | 252 | 341 | 22 | 30 | 0 | 134 | 14 | 114 | 125 | 60 |
| Binary | 10101010 | 11100001 | 10010 | 11000 | 0 | 1011100 | 1100 | 1001100 | 1010101 | 110000 |
Color Harmonies of #AAE112
Complementary color
Monochromatic Colors of #AAE112
Black with #AAE112
Text Example
Text Example
White with #AAE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE112; }
p { color: rgb(170,225,18); }
H1.HeaderClassName
{
color: #AAE112;
}
.AnyTagClassName
{
color: #AAE112;
}
</style>
background-color css
<style>
a { background-color: #AAE112; }
a { background-color: rgb(170,225,18); }
div.DivClassName
{
background-color: #AAE112;
}
.BgClassName
{
background-color: #AAE112;
}
</style>
border-color css
<style>
span { border-color: #AAE112; }
span { border-color: rgb(170,225,18); }
td.TdClassName
{
border-color: #AAE112;
}
.TagClassName
{
border-color: #AAE112;
}
</style>