Shades of Inch Worm #AAE413
Tints of Inch Worm #AAE413
RGB
CMYK
RGB Variations
Color information
#AAE413 (or 0xAAE413) is known color: Inch Worm. HEX triplet: AA, E4 and 13. RGB value is (170,228,19). Sum of RGB (Red+Green+Blue) = 170+228+19=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE413 is #551BEC. Grayscale: #BBBBBB. Windows color (decimal): -5577709 or 1303722. OLE color: 1303722.
HSL color Cylindrical-coordinate representation of color #AAE413: hue angle of 76.65º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE413 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 19 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.11 |
| HSL | 76.65º | 0.85% | 0.48% | - |
| HSV(B) | 76.65º | 0.92% | 0.89% | - |
| XYZ | 44.44 | 64.08 | 10.64 | - |
| YUV | 186.83 | 33.28 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 19 | 0.25 | 0 | 0.92 | 0.11 | 76.65 | 0.85 | 0.48 |
| Hex | AA | E4 | 13 | 19 | 0 | 5C | B | 4D | 55 | 30 |
| Octal | 252 | 344 | 23 | 31 | 0 | 134 | 13 | 115 | 125 | 60 |
| Binary | 10101010 | 11100100 | 10011 | 11001 | 0 | 1011100 | 1011 | 1001101 | 1010101 | 110000 |
Color Harmonies of #AAE413
Complementary color
Monochromatic Colors of #AAE413
Black with #AAE413
Text Example
Text Example
White with #AAE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE413; }
p { color: rgb(170,228,19); }
H1.HeaderClassName
{
color: #AAE413;
}
.AnyTagClassName
{
color: #AAE413;
}
</style>
background-color css
<style>
a { background-color: #AAE413; }
a { background-color: rgb(170,228,19); }
div.DivClassName
{
background-color: #AAE413;
}
.BgClassName
{
background-color: #AAE413;
}
</style>
border-color css
<style>
span { border-color: #AAE413; }
span { border-color: rgb(170,228,19); }
td.TdClassName
{
border-color: #AAE413;
}
.TagClassName
{
border-color: #AAE413;
}
</style>