Shades of Inch Worm #AAE113
Tints of Inch Worm #AAE113
RGB
CMYK
RGB Variations
Color information
#AAE113 (or 0xAAE113) is known color: Inch Worm. HEX triplet: AA, E1 and 13. RGB value is (170,225,19). Sum of RGB (Red+Green+Blue) = 170+225+19=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 225 (88.28% from 255 or 54.35% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE113 is #551EEC. Grayscale: #B9B9B9. Windows color (decimal): -5578477 or 1302954. OLE color: 1302954.
HSL color Cylindrical-coordinate representation of color #AAE113: hue angle of 76.02º 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 #AAE113 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.12 |
| HSL | 76.02º | 0.84% | 0.48% | - |
| HSV(B) | 76.02º | 0.92% | 0.88% | - |
| XYZ | 43.62 | 62.44 | 10.37 | - |
| YUV | 185.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 19 | 0.24 | 0 | 0.92 | 0.12 | 76.02 | 0.84 | 0.48 |
| Hex | AA | E1 | 13 | 18 | 0 | 5C | C | 4C | 54 | 30 |
| Octal | 252 | 341 | 23 | 30 | 0 | 134 | 14 | 114 | 124 | 60 |
| Binary | 10101010 | 11100001 | 10011 | 11000 | 0 | 1011100 | 1100 | 1001100 | 1010100 | 110000 |
Color Harmonies of #AAE113
Complementary color
Monochromatic Colors of #AAE113
Black with #AAE113
Text Example
Text Example
White with #AAE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE113; }
p { color: rgb(170,225,19); }
H1.HeaderClassName
{
color: #AAE113;
}
.AnyTagClassName
{
color: #AAE113;
}
</style>
background-color css
<style>
a { background-color: #AAE113; }
a { background-color: rgb(170,225,19); }
div.DivClassName
{
background-color: #AAE113;
}
.BgClassName
{
background-color: #AAE113;
}
</style>
border-color css
<style>
span { border-color: #AAE113; }
span { border-color: rgb(170,225,19); }
td.TdClassName
{
border-color: #AAE113;
}
.TagClassName
{
border-color: #AAE113;
}
</style>