Shades of Inch Worm #AAE119
Tints of Inch Worm #AAE119
RGB
CMYK
RGB Variations
Color information
#AAE119 (or 0xAAE119) is known color: Inch Worm. HEX triplet: AA, E1 and 19. RGB value is (170,225,25). Sum of RGB (Red+Green+Blue) = 170+225+25=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE119 is #551EE6. Grayscale: #BABABA. Windows color (decimal): -5578471 or 1696170. OLE color: 1696170.
HSL color Cylindrical-coordinate representation of color #AAE119: hue angle of 76.5º 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 #AAE119 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 25 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.12 |
| HSL | 76.5º | 0.8% | 0.49% | - |
| HSV(B) | 76.5º | 0.89% | 0.88% | - |
| XYZ | 43.68 | 62.47 | 10.67 | - |
| YUV | 185.76 | 37.28 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 25 | 0.24 | 0 | 0.89 | 0.12 | 76.5 | 0.8 | 0.49 |
| Hex | AA | E1 | 19 | 18 | 0 | 59 | C | 4C | 50 | 31 |
| Octal | 252 | 341 | 31 | 30 | 0 | 131 | 14 | 114 | 120 | 61 |
| Binary | 10101010 | 11100001 | 11001 | 11000 | 0 | 1011001 | 1100 | 1001100 | 1010000 | 110001 |
Color Harmonies of #AAE119
Complementary color
Monochromatic Colors of #AAE119
Black with #AAE119
Text Example
Text Example
White with #AAE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE119; }
p { color: rgb(170,225,25); }
H1.HeaderClassName
{
color: #AAE119;
}
.AnyTagClassName
{
color: #AAE119;
}
</style>
background-color css
<style>
a { background-color: #AAE119; }
a { background-color: rgb(170,225,25); }
div.DivClassName
{
background-color: #AAE119;
}
.BgClassName
{
background-color: #AAE119;
}
</style>
border-color css
<style>
span { border-color: #AAE119; }
span { border-color: rgb(170,225,25); }
td.TdClassName
{
border-color: #AAE119;
}
.TagClassName
{
border-color: #AAE119;
}
</style>