Shades of Inch Worm #AEEC0E
Tints of Inch Worm #AEEC0E
RGB
CMYK
RGB Variations
Color information
#AEEC0E (or 0xAEEC0E) is known color: Inch Worm. HEX triplet: AE, EC and 0E. RGB value is (174,236,14). Sum of RGB (Red+Green+Blue) = 174+236+14=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC0E is #5113F1. Grayscale: #C0C0C0. Windows color (decimal): -5313522 or 978094. OLE color: 978094.
HSL color Cylindrical-coordinate representation of color #AEEC0E: hue angle of 76.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEEC0E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 14 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.07 |
| HSL | 76.76º | 0.89% | 0.49% | - |
| HSV(B) | 76.76º | 0.94% | 0.93% | - |
| XYZ | 47.53 | 69.02 | 11.23 | - |
| YUV | 192.15 | 27.46 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 14 | 0.26 | 0 | 0.94 | 0.07 | 76.76 | 0.89 | 0.49 |
| Hex | AE | EC | E | 1A | 0 | 5E | 7 | 4D | 59 | 31 |
| Octal | 256 | 354 | 16 | 32 | 0 | 136 | 7 | 115 | 131 | 61 |
| Binary | 10101110 | 11101100 | 1110 | 11010 | 0 | 1011110 | 111 | 1001101 | 1011001 | 110001 |
Color Harmonies of #AEEC0E
Complementary color
Monochromatic Colors of #AEEC0E
Black with #AEEC0E
Text Example
Text Example
White with #AEEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC0E; }
p { color: rgb(174,236,14); }
H1.HeaderClassName
{
color: #AEEC0E;
}
.AnyTagClassName
{
color: #AEEC0E;
}
</style>
background-color css
<style>
a { background-color: #AEEC0E; }
a { background-color: rgb(174,236,14); }
div.DivClassName
{
background-color: #AEEC0E;
}
.BgClassName
{
background-color: #AEEC0E;
}
</style>
border-color css
<style>
span { border-color: #AEEC0E; }
span { border-color: rgb(174,236,14); }
td.TdClassName
{
border-color: #AEEC0E;
}
.TagClassName
{
border-color: #AEEC0E;
}
</style>