Shades of Inch Worm #AAE019
Tints of Inch Worm #AAE019
RGB
CMYK
RGB Variations
Color information
#AAE019 (or 0xAAE019) is known color: Inch Worm. HEX triplet: AA, E0 and 19. RGB value is (170,224,25). Sum of RGB (Red+Green+Blue) = 170+224+25=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE019 is #551FE6. Grayscale: #B9B9B9. Windows color (decimal): -5578727 or 1695914. OLE color: 1695914.
HSL color Cylindrical-coordinate representation of color #AAE019: hue angle of 76.28º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAE019 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 25 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.12 |
| HSL | 76.28º | 0.8% | 0.49% | - |
| HSV(B) | 76.28º | 0.89% | 0.88% | - |
| XYZ | 43.41 | 61.93 | 10.59 | - |
| YUV | 185.17 | 37.61 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 25 | 0.24 | 0 | 0.89 | 0.12 | 76.28 | 0.8 | 0.49 |
| Hex | AA | E0 | 19 | 18 | 0 | 59 | C | 4C | 50 | 31 |
| Octal | 252 | 340 | 31 | 30 | 0 | 131 | 14 | 114 | 120 | 61 |
| Binary | 10101010 | 11100000 | 11001 | 11000 | 0 | 1011001 | 1100 | 1001100 | 1010000 | 110001 |
Color Harmonies of #AAE019
Complementary color
Monochromatic Colors of #AAE019
Black with #AAE019
Text Example
Text Example
White with #AAE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE019; }
p { color: rgb(170,224,25); }
H1.HeaderClassName
{
color: #AAE019;
}
.AnyTagClassName
{
color: #AAE019;
}
</style>
background-color css
<style>
a { background-color: #AAE019; }
a { background-color: rgb(170,224,25); }
div.DivClassName
{
background-color: #AAE019;
}
.BgClassName
{
background-color: #AAE019;
}
</style>
border-color css
<style>
span { border-color: #AAE019; }
span { border-color: rgb(170,224,25); }
td.TdClassName
{
border-color: #AAE019;
}
.TagClassName
{
border-color: #AAE019;
}
</style>