Shades of Inch Worm #AEEC0D
Tints of Inch Worm #AEEC0D
RGB
CMYK
RGB Variations
Color information
#AEEC0D (or 0xAEEC0D) is known color: Inch Worm. HEX triplet: AE, EC and 0D. RGB value is (174,236,13). Sum of RGB (Red+Green+Blue) = 174+236+13=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEC0D is #5113F2. Grayscale: #C0C0C0. Windows color (decimal): -5313523 or 912558. OLE color: 912558.
HSL color Cylindrical-coordinate representation of color #AEEC0D: hue angle of 76.68º degrees, saturation: 0.9, 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 #AEEC0D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.07 |
| HSL | 76.68º | 0.9% | 0.49% | - |
| HSV(B) | 76.68º | 0.94% | 0.93% | - |
| XYZ | 47.52 | 69.02 | 11.2 | - |
| YUV | 192.04 | 26.96 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 13 | 0.26 | 0 | 0.94 | 0.07 | 76.68 | 0.9 | 0.49 |
| Hex | AE | EC | D | 1A | 0 | 5E | 7 | 4D | 5A | 31 |
| Octal | 256 | 354 | 15 | 32 | 0 | 136 | 7 | 115 | 132 | 61 |
| Binary | 10101110 | 11101100 | 1101 | 11010 | 0 | 1011110 | 111 | 1001101 | 1011010 | 110001 |
Color Harmonies of #AEEC0D
Complementary color
Monochromatic Colors of #AEEC0D
Black with #AEEC0D
Text Example
Text Example
White with #AEEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEC0D; }
p { color: rgb(174,236,13); }
H1.HeaderClassName
{
color: #AEEC0D;
}
.AnyTagClassName
{
color: #AEEC0D;
}
</style>
background-color css
<style>
a { background-color: #AEEC0D; }
a { background-color: rgb(174,236,13); }
div.DivClassName
{
background-color: #AEEC0D;
}
.BgClassName
{
background-color: #AEEC0D;
}
</style>
border-color css
<style>
span { border-color: #AEEC0D; }
span { border-color: rgb(174,236,13); }
td.TdClassName
{
border-color: #AEEC0D;
}
.TagClassName
{
border-color: #AEEC0D;
}
</style>