Shades of Inch Worm #AAE307
Tints of Inch Worm #AAE307
RGB
CMYK
RGB Variations
Color information
#AAE307 (or 0xAAE307) is known color: Inch Worm. HEX triplet: AA, E3 and 07. RGB value is (170,227,7). Sum of RGB (Red+Green+Blue) = 170+227+7=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE307 is #551CF8. Grayscale: #B9B9B9. Windows color (decimal): -5577977 or 517034. OLE color: 517034.
HSL color Cylindrical-coordinate representation of color #AAE307: hue angle of 75.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAE307 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.11 |
| HSL | 75.55º | 0.94% | 0.46% | - |
| HSV(B) | 75.55º | 0.97% | 0.89% | - |
| XYZ | 44.09 | 63.5 | 10.13 | - |
| YUV | 184.88 | 27.62 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 7 | 0.25 | 0 | 0.97 | 0.11 | 75.55 | 0.94 | 0.46 |
| Hex | AA | E3 | 7 | 19 | 0 | 61 | B | 4C | 5E | 2E |
| Octal | 252 | 343 | 7 | 31 | 0 | 141 | 13 | 114 | 136 | 56 |
| Binary | 10101010 | 11100011 | 111 | 11001 | 0 | 1100001 | 1011 | 1001100 | 1011110 | 101110 |
Color Harmonies of #AAE307
Complementary color
Monochromatic Colors of #AAE307
Black with #AAE307
Text Example
Text Example
White with #AAE307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE307; }
p { color: rgb(170,227,7); }
H1.HeaderClassName
{
color: #AAE307;
}
.AnyTagClassName
{
color: #AAE307;
}
</style>
background-color css
<style>
a { background-color: #AAE307; }
a { background-color: rgb(170,227,7); }
div.DivClassName
{
background-color: #AAE307;
}
.BgClassName
{
background-color: #AAE307;
}
</style>
border-color css
<style>
span { border-color: #AAE307; }
span { border-color: rgb(170,227,7); }
td.TdClassName
{
border-color: #AAE307;
}
.TagClassName
{
border-color: #AAE307;
}
</style>