Shades of Inch Worm #AEEC16
Tints of Inch Worm #AEEC16
RGB
CMYK
RGB Variations
Color information
#AEEC16 (or 0xAEEC16) is known color: Inch Worm. HEX triplet: AE, EC and 16. RGB value is (174,236,22). Sum of RGB (Red+Green+Blue) = 174+236+22=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC16 is #5113E9. Grayscale: #C1C1C1. Windows color (decimal): -5313514 or 1502382. OLE color: 1502382.
HSL color Cylindrical-coordinate representation of color #AEEC16: hue angle of 77.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEEC16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 22 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.07 |
| HSL | 77.38º | 0.85% | 0.51% | - |
| HSV(B) | 77.38º | 0.91% | 0.93% | - |
| XYZ | 47.6 | 69.05 | 11.58 | - |
| YUV | 193.07 | 31.46 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 22 | 0.26 | 0 | 0.91 | 0.07 | 77.38 | 0.85 | 0.51 |
| Hex | AE | EC | 16 | 1A | 0 | 5B | 7 | 4D | 55 | 33 |
| Octal | 256 | 354 | 26 | 32 | 0 | 133 | 7 | 115 | 125 | 63 |
| Binary | 10101110 | 11101100 | 10110 | 11010 | 0 | 1011011 | 111 | 1001101 | 1010101 | 110011 |
Color Harmonies of #AEEC16
Complementary color
Monochromatic Colors of #AEEC16
Black with #AEEC16
Text Example
Text Example
White with #AEEC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC16; }
p { color: rgb(174,236,22); }
H1.HeaderClassName
{
color: #AEEC16;
}
.AnyTagClassName
{
color: #AEEC16;
}
</style>
background-color css
<style>
a { background-color: #AEEC16; }
a { background-color: rgb(174,236,22); }
div.DivClassName
{
background-color: #AEEC16;
}
.BgClassName
{
background-color: #AEEC16;
}
</style>
border-color css
<style>
span { border-color: #AEEC16; }
span { border-color: rgb(174,236,22); }
td.TdClassName
{
border-color: #AEEC16;
}
.TagClassName
{
border-color: #AEEC16;
}
</style>