Shades of Inch Worm #AAE505
Tints of Inch Worm #AAE505
RGB
CMYK
RGB Variations
Color information
#AAE505 (or 0xAAE505) is known color: Inch Worm. HEX triplet: AA, E5 and 05. RGB value is (170,229,5). Sum of RGB (Red+Green+Blue) = 170+229+5=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE505 is #551AFA. Grayscale: #BABABA. Windows color (decimal): -5577467 or 386474. OLE color: 386474.
HSL color Cylindrical-coordinate representation of color #AAE505: hue angle of 75.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAE505 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.10 |
| HSL | 75.8º | 0.96% | 0.46% | - |
| HSV(B) | 75.8º | 0.98% | 0.9% | - |
| XYZ | 44.62 | 64.6 | 10.26 | - |
| YUV | 185.82 | 25.95 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 5 | 0.26 | 0 | 0.98 | 0.10 | 75.8 | 0.96 | 0.46 |
| Hex | AA | E5 | 5 | 1A | 0 | 62 | A | 4C | 60 | 2E |
| Octal | 252 | 345 | 5 | 32 | 0 | 142 | 12 | 114 | 140 | 56 |
| Binary | 10101010 | 11100101 | 101 | 11010 | 0 | 1100010 | 1010 | 1001100 | 1100000 | 101110 |
Color Harmonies of #AAE505
Complementary color
Monochromatic Colors of #AAE505
Black with #AAE505
Text Example
Text Example
White with #AAE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE505; }
p { color: rgb(170,229,5); }
H1.HeaderClassName
{
color: #AAE505;
}
.AnyTagClassName
{
color: #AAE505;
}
</style>
background-color css
<style>
a { background-color: #AAE505; }
a { background-color: rgb(170,229,5); }
div.DivClassName
{
background-color: #AAE505;
}
.BgClassName
{
background-color: #AAE505;
}
</style>
border-color css
<style>
span { border-color: #AAE505; }
span { border-color: rgb(170,229,5); }
td.TdClassName
{
border-color: #AAE505;
}
.TagClassName
{
border-color: #AAE505;
}
</style>