Shades of Inch Worm #AEEC10
Tints of Inch Worm #AEEC10
RGB
CMYK
RGB Variations
Color information
#AEEC10 (or 0xAEEC10) is known color: Inch Worm. HEX triplet: AE, EC and 10. RGB value is (174,236,16). Sum of RGB (Red+Green+Blue) = 174+236+16=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC10 is #5113EF. Grayscale: #C1C1C1. Windows color (decimal): -5313520 or 1109166. OLE color: 1109166.
HSL color Cylindrical-coordinate representation of color #AEEC10: hue angle of 76.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEEC10 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 16 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.07 |
| HSL | 76.91º | 0.87% | 0.49% | - |
| HSV(B) | 76.91º | 0.93% | 0.93% | - |
| XYZ | 47.54 | 69.03 | 11.31 | - |
| YUV | 192.38 | 28.46 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 16 | 0.26 | 0 | 0.93 | 0.07 | 76.91 | 0.87 | 0.49 |
| Hex | AE | EC | 10 | 1A | 0 | 5D | 7 | 4D | 57 | 31 |
| Octal | 256 | 354 | 20 | 32 | 0 | 135 | 7 | 115 | 127 | 61 |
| Binary | 10101110 | 11101100 | 10000 | 11010 | 0 | 1011101 | 111 | 1001101 | 1010111 | 110001 |
Color Harmonies of #AEEC10
Complementary color
Monochromatic Colors of #AEEC10
Black with #AEEC10
Text Example
Text Example
White with #AEEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC10; }
p { color: rgb(174,236,16); }
H1.HeaderClassName
{
color: #AEEC10;
}
.AnyTagClassName
{
color: #AEEC10;
}
</style>
background-color css
<style>
a { background-color: #AEEC10; }
a { background-color: rgb(174,236,16); }
div.DivClassName
{
background-color: #AEEC10;
}
.BgClassName
{
background-color: #AEEC10;
}
</style>
border-color css
<style>
span { border-color: #AEEC10; }
span { border-color: rgb(174,236,16); }
td.TdClassName
{
border-color: #AEEC10;
}
.TagClassName
{
border-color: #AEEC10;
}
</style>