Shades of Inch Worm #AAEF16
Tints of Inch Worm #AAEF16
RGB
CMYK
RGB Variations
Color information
#AAEF16 (or 0xAAEF16) is known color: Inch Worm. HEX triplet: AA, EF and 16. RGB value is (170,239,22). Sum of RGB (Red+Green+Blue) = 170+239+22=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEF16 is #5510E9. Grayscale: #C2C2C2. Windows color (decimal): -5574890 or 1503146. OLE color: 1503146.
HSL color Cylindrical-coordinate representation of color #AAEF16: hue angle of 79.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAEF16 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 22 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.06 |
| HSL | 79.08º | 0.87% | 0.51% | - |
| HSV(B) | 79.08º | 0.91% | 0.94% | - |
| XYZ | 47.59 | 70.34 | 11.83 | - |
| YUV | 193.63 | 31.14 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 22 | 0.29 | 0 | 0.91 | 0.06 | 79.08 | 0.87 | 0.51 |
| Hex | AA | EF | 16 | 1D | 0 | 5B | 6 | 4F | 57 | 33 |
| Octal | 252 | 357 | 26 | 35 | 0 | 133 | 6 | 117 | 127 | 63 |
| Binary | 10101010 | 11101111 | 10110 | 11101 | 0 | 1011011 | 110 | 1001111 | 1010111 | 110011 |
Color Harmonies of #AAEF16
Complementary color
Monochromatic Colors of #AAEF16
Black with #AAEF16
Text Example
Text Example
White with #AAEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF16; }
p { color: rgb(170,239,22); }
H1.HeaderClassName
{
color: #AAEF16;
}
.AnyTagClassName
{
color: #AAEF16;
}
</style>
background-color css
<style>
a { background-color: #AAEF16; }
a { background-color: rgb(170,239,22); }
div.DivClassName
{
background-color: #AAEF16;
}
.BgClassName
{
background-color: #AAEF16;
}
</style>
border-color css
<style>
span { border-color: #AAEF16; }
span { border-color: rgb(170,239,22); }
td.TdClassName
{
border-color: #AAEF16;
}
.TagClassName
{
border-color: #AAEF16;
}
</style>