Shades of Inch Worm #AAE009
Tints of Inch Worm #AAE009
RGB
CMYK
RGB Variations
Color information
#AAE009 (or 0xAAE009) is known color: Inch Worm. HEX triplet: AA, E0 and 09. RGB value is (170,224,9). Sum of RGB (Red+Green+Blue) = 170+224+9=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE009 is #551FF6. Grayscale: #B8B8B8. Windows color (decimal): -5578743 or 647338. OLE color: 647338.
HSL color Cylindrical-coordinate representation of color #AAE009: hue angle of 75.07º degrees, saturation: 0.92, 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 #AAE009 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.12 |
| HSL | 75.07º | 0.92% | 0.46% | - |
| HSV(B) | 75.07º | 0.96% | 0.88% | - |
| XYZ | 43.28 | 61.88 | 9.92 | - |
| YUV | 183.34 | 29.61 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 9 | 0.24 | 0 | 0.96 | 0.12 | 75.07 | 0.92 | 0.46 |
| Hex | AA | E0 | 9 | 18 | 0 | 60 | C | 4B | 5C | 2E |
| Octal | 252 | 340 | 11 | 30 | 0 | 140 | 14 | 113 | 134 | 56 |
| Binary | 10101010 | 11100000 | 1001 | 11000 | 0 | 1100000 | 1100 | 1001011 | 1011100 | 101110 |
Color Harmonies of #AAE009
Complementary color
Monochromatic Colors of #AAE009
Black with #AAE009
Text Example
Text Example
White with #AAE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE009; }
p { color: rgb(170,224,9); }
H1.HeaderClassName
{
color: #AAE009;
}
.AnyTagClassName
{
color: #AAE009;
}
</style>
background-color css
<style>
a { background-color: #AAE009; }
a { background-color: rgb(170,224,9); }
div.DivClassName
{
background-color: #AAE009;
}
.BgClassName
{
background-color: #AAE009;
}
</style>
border-color css
<style>
span { border-color: #AAE009; }
span { border-color: rgb(170,224,9); }
td.TdClassName
{
border-color: #AAE009;
}
.TagClassName
{
border-color: #AAE009;
}
</style>