Shades of Inch Worm #AAEC0D
Tints of Inch Worm #AAEC0D
RGB
CMYK
RGB Variations
Color information
#AAEC0D (or 0xAAEC0D) is known color: Inch Worm. HEX triplet: AA, EC and 0D. RGB value is (170,236,13). Sum of RGB (Red+Green+Blue) = 170+236+13=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC0D is #5513F2. Grayscale: #BFBFBF. Windows color (decimal): -5575667 or 912554. OLE color: 912554.
HSL color Cylindrical-coordinate representation of color #AAEC0D: hue angle of 77.76º 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 #AAEC0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.07 |
| HSL | 77.76º | 0.9% | 0.49% | - |
| HSV(B) | 77.76º | 0.94% | 0.93% | - |
| XYZ | 46.65 | 68.57 | 11.16 | - |
| YUV | 190.84 | 27.63 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 13 | 0.28 | 0 | 0.94 | 0.07 | 77.76 | 0.9 | 0.49 |
| Hex | AA | EC | D | 1C | 0 | 5E | 7 | 4E | 5A | 31 |
| Octal | 252 | 354 | 15 | 34 | 0 | 136 | 7 | 116 | 132 | 61 |
| Binary | 10101010 | 11101100 | 1101 | 11100 | 0 | 1011110 | 111 | 1001110 | 1011010 | 110001 |
Color Harmonies of #AAEC0D
Complementary color
Monochromatic Colors of #AAEC0D
Black with #AAEC0D
Text Example
Text Example
White with #AAEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC0D; }
p { color: rgb(170,236,13); }
H1.HeaderClassName
{
color: #AAEC0D;
}
.AnyTagClassName
{
color: #AAEC0D;
}
</style>
background-color css
<style>
a { background-color: #AAEC0D; }
a { background-color: rgb(170,236,13); }
div.DivClassName
{
background-color: #AAEC0D;
}
.BgClassName
{
background-color: #AAEC0D;
}
</style>
border-color css
<style>
span { border-color: #AAEC0D; }
span { border-color: rgb(170,236,13); }
td.TdClassName
{
border-color: #AAEC0D;
}
.TagClassName
{
border-color: #AAEC0D;
}
</style>