Shades of Inch Worm #AAEB16
Tints of Inch Worm #AAEB16
RGB
CMYK
RGB Variations
Color information
#AAEB16 (or 0xAAEB16) is known color: Inch Worm. HEX triplet: AA, EB and 16. RGB value is (170,235,22). Sum of RGB (Red+Green+Blue) = 170+235+22=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB16 is #5514E9. Grayscale: #C0C0C0. Windows color (decimal): -5575914 or 1502122. OLE color: 1502122.
HSL color Cylindrical-coordinate representation of color #AAEB16: hue angle of 78.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAEB16 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 22 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.08 |
| HSL | 78.31º | 0.84% | 0.5% | - |
| HSV(B) | 78.31º | 0.91% | 0.92% | - |
| XYZ | 46.43 | 68.02 | 11.44 | - |
| YUV | 191.28 | 32.47 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 22 | 0.28 | 0 | 0.91 | 0.08 | 78.31 | 0.84 | 0.5 |
| Hex | AA | EB | 16 | 1C | 0 | 5B | 8 | 4E | 54 | 32 |
| Octal | 252 | 353 | 26 | 34 | 0 | 133 | 10 | 116 | 124 | 62 |
| Binary | 10101010 | 11101011 | 10110 | 11100 | 0 | 1011011 | 1000 | 1001110 | 1010100 | 110010 |
Color Harmonies of #AAEB16
Complementary color
Monochromatic Colors of #AAEB16
Black with #AAEB16
Text Example
Text Example
White with #AAEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB16; }
p { color: rgb(170,235,22); }
H1.HeaderClassName
{
color: #AAEB16;
}
.AnyTagClassName
{
color: #AAEB16;
}
</style>
background-color css
<style>
a { background-color: #AAEB16; }
a { background-color: rgb(170,235,22); }
div.DivClassName
{
background-color: #AAEB16;
}
.BgClassName
{
background-color: #AAEB16;
}
</style>
border-color css
<style>
span { border-color: #AAEB16; }
span { border-color: rgb(170,235,22); }
td.TdClassName
{
border-color: #AAEB16;
}
.TagClassName
{
border-color: #AAEB16;
}
</style>