Shades of Inch Worm #AAE013
Tints of Inch Worm #AAE013
RGB
CMYK
RGB Variations
Color information
#AAE013 (or 0xAAE013) is known color: Inch Worm. HEX triplet: AA, E0 and 13. RGB value is (170,224,19). Sum of RGB (Red+Green+Blue) = 170+224+19=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE013 is #551FEC. Grayscale: #B9B9B9. Windows color (decimal): -5578733 or 1302698. OLE color: 1302698.
HSL color Cylindrical-coordinate representation of color #AAE013: hue angle of 75.8º degrees, saturation: 0.84, 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 #AAE013 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.12 |
| HSL | 75.8º | 0.84% | 0.48% | - |
| HSV(B) | 75.8º | 0.92% | 0.88% | - |
| XYZ | 43.35 | 61.9 | 10.28 | - |
| YUV | 184.48 | 34.61 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 19 | 0.24 | 0 | 0.92 | 0.12 | 75.8 | 0.84 | 0.48 |
| Hex | AA | E0 | 13 | 18 | 0 | 5C | C | 4C | 54 | 30 |
| Octal | 252 | 340 | 23 | 30 | 0 | 134 | 14 | 114 | 124 | 60 |
| Binary | 10101010 | 11100000 | 10011 | 11000 | 0 | 1011100 | 1100 | 1001100 | 1010100 | 110000 |
Color Harmonies of #AAE013
Complementary color
Monochromatic Colors of #AAE013
Black with #AAE013
Text Example
Text Example
White with #AAE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE013; }
p { color: rgb(170,224,19); }
H1.HeaderClassName
{
color: #AAE013;
}
.AnyTagClassName
{
color: #AAE013;
}
</style>
background-color css
<style>
a { background-color: #AAE013; }
a { background-color: rgb(170,224,19); }
div.DivClassName
{
background-color: #AAE013;
}
.BgClassName
{
background-color: #AAE013;
}
</style>
border-color css
<style>
span { border-color: #AAE013; }
span { border-color: rgb(170,224,19); }
td.TdClassName
{
border-color: #AAE013;
}
.TagClassName
{
border-color: #AAE013;
}
</style>