Shades of Inch Worm #AAE616
Tints of Inch Worm #AAE616
RGB
CMYK
RGB Variations
Color information
#AAE616 (or 0xAAE616) is known color: Inch Worm. HEX triplet: AA, E6 and 16. RGB value is (170,230,22). Sum of RGB (Red+Green+Blue) = 170+230+22=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE616 is #5519E9. Grayscale: #BDBDBD. Windows color (decimal): -5577194 or 1500842. OLE color: 1500842.
HSL color Cylindrical-coordinate representation of color #AAE616: hue angle of 77.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAE616 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.10 |
| HSL | 77.31º | 0.83% | 0.49% | - |
| HSV(B) | 77.31º | 0.9% | 0.9% | - |
| XYZ | 45.02 | 65.2 | 10.97 | - |
| YUV | 188.35 | 34.12 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 22 | 0.26 | 0 | 0.90 | 0.10 | 77.31 | 0.83 | 0.49 |
| Hex | AA | E6 | 16 | 1A | 0 | 5A | A | 4D | 53 | 31 |
| Octal | 252 | 346 | 26 | 32 | 0 | 132 | 12 | 115 | 123 | 61 |
| Binary | 10101010 | 11100110 | 10110 | 11010 | 0 | 1011010 | 1010 | 1001101 | 1010011 | 110001 |
Color Harmonies of #AAE616
Complementary color
Monochromatic Colors of #AAE616
Black with #AAE616
Text Example
Text Example
White with #AAE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE616; }
p { color: rgb(170,230,22); }
H1.HeaderClassName
{
color: #AAE616;
}
.AnyTagClassName
{
color: #AAE616;
}
</style>
background-color css
<style>
a { background-color: #AAE616; }
a { background-color: rgb(170,230,22); }
div.DivClassName
{
background-color: #AAE616;
}
.BgClassName
{
background-color: #AAE616;
}
</style>
border-color css
<style>
span { border-color: #AAE616; }
span { border-color: rgb(170,230,22); }
td.TdClassName
{
border-color: #AAE616;
}
.TagClassName
{
border-color: #AAE616;
}
</style>