Shades of Inch Worm #AAE00A
Tints of Inch Worm #AAE00A
RGB
CMYK
RGB Variations
Color information
#AAE00A (or 0xAAE00A) is known color: Inch Worm. HEX triplet: AA, E0 and 0A. RGB value is (170,224,10). Sum of RGB (Red+Green+Blue) = 170+224+10=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE00A is #551FF5. Grayscale: #B8B8B8. Windows color (decimal): -5578742 or 712874. OLE color: 712874.
HSL color Cylindrical-coordinate representation of color #AAE00A: hue angle of 75.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAE00A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.12 |
| HSL | 75.14º | 0.91% | 0.46% | - |
| HSV(B) | 75.14º | 0.96% | 0.88% | - |
| XYZ | 43.29 | 61.88 | 9.95 | - |
| YUV | 183.46 | 30.11 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 10 | 0.24 | 0 | 0.96 | 0.12 | 75.14 | 0.91 | 0.46 |
| Hex | AA | E0 | A | 18 | 0 | 60 | C | 4B | 5B | 2E |
| Octal | 252 | 340 | 12 | 30 | 0 | 140 | 14 | 113 | 133 | 56 |
| Binary | 10101010 | 11100000 | 1010 | 11000 | 0 | 1100000 | 1100 | 1001011 | 1011011 | 101110 |
Color Harmonies of #AAE00A
Complementary color
Monochromatic Colors of #AAE00A
Black with #AAE00A
Text Example
Text Example
White with #AAE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE00A; }
p { color: rgb(170,224,10); }
H1.HeaderClassName
{
color: #AAE00A;
}
.AnyTagClassName
{
color: #AAE00A;
}
</style>
background-color css
<style>
a { background-color: #AAE00A; }
a { background-color: rgb(170,224,10); }
div.DivClassName
{
background-color: #AAE00A;
}
.BgClassName
{
background-color: #AAE00A;
}
</style>
border-color css
<style>
span { border-color: #AAE00A; }
span { border-color: rgb(170,224,10); }
td.TdClassName
{
border-color: #AAE00A;
}
.TagClassName
{
border-color: #AAE00A;
}
</style>