Shades of Inch Worm #AAE000
Tints of Inch Worm #AAE000
RGB
CMYK
RGB Variations
Color information
#AAE000 (or 0xAAE000) is known color: Inch Worm. HEX triplet: AA, E0 and 00. RGB value is (170,224,0). Sum of RGB (Red+Green+Blue) = 170+224+0=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE000 is #551FFF. Grayscale: #B7B7B7. Windows color (decimal): -5578752 or 57514. OLE color: 57514.
HSL color Cylindrical-coordinate representation of color #AAE000: hue angle of 74.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAE000 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.12 |
| HSL | 74.46º | 1% | 0.44% | - |
| HSV(B) | 74.46º | 1% | 0.88% | - |
| XYZ | 43.23 | 61.86 | 9.66 | - |
| YUV | 182.32 | 25.11 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 0 | 0.24 | 0 | 1 | 0.12 | 74.46 | 1 | 0.44 |
| Hex | AA | E0 | 0 | 18 | 0 | 64 | C | 4A | 64 | 2C |
| Octal | 252 | 340 | 0 | 30 | 0 | 144 | 14 | 112 | 144 | 54 |
| Binary | 10101010 | 11100000 | 0 | 11000 | 0 | 1100100 | 1100 | 1001010 | 1100100 | 101100 |
Color Harmonies of #AAE000
Complementary color
Monochromatic Colors of #AAE000
Black with #AAE000
Text Example
Text Example
White with #AAE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE000; }
p { color: rgb(170,224,0); }
H1.HeaderClassName
{
color: #AAE000;
}
.AnyTagClassName
{
color: #AAE000;
}
</style>
background-color css
<style>
a { background-color: #AAE000; }
a { background-color: rgb(170,224,0); }
div.DivClassName
{
background-color: #AAE000;
}
.BgClassName
{
background-color: #AAE000;
}
</style>
border-color css
<style>
span { border-color: #AAE000; }
span { border-color: rgb(170,224,0); }
td.TdClassName
{
border-color: #AAE000;
}
.TagClassName
{
border-color: #AAE000;
}
</style>