Shades of Inch Worm #AAEC1D
Tints of Inch Worm #AAEC1D
RGB
CMYK
RGB Variations
Color information
#AAEC1D (or 0xAAEC1D) is known color: Inch Worm. HEX triplet: AA, EC and 1D. RGB value is (170,236,29). Sum of RGB (Red+Green+Blue) = 170+236+29=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC1D is #5513E2. Grayscale: #C1C1C1. Windows color (decimal): -5575651 or 1961130. OLE color: 1961130.
HSL color Cylindrical-coordinate representation of color #AAEC1D: hue angle of 79.13º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAEC1D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 29 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.07 |
| HSL | 79.13º | 0.84% | 0.52% | - |
| HSV(B) | 79.13º | 0.88% | 0.93% | - |
| XYZ | 46.79 | 68.63 | 11.94 | - |
| YUV | 192.67 | 35.63 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 29 | 0.28 | 0 | 0.88 | 0.07 | 79.13 | 0.84 | 0.52 |
| Hex | AA | EC | 1D | 1C | 0 | 58 | 7 | 4F | 54 | 34 |
| Octal | 252 | 354 | 35 | 34 | 0 | 130 | 7 | 117 | 124 | 64 |
| Binary | 10101010 | 11101100 | 11101 | 11100 | 0 | 1011000 | 111 | 1001111 | 1010100 | 110100 |
Color Harmonies of #AAEC1D
Complementary color
Monochromatic Colors of #AAEC1D
Black with #AAEC1D
Text Example
Text Example
White with #AAEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC1D; }
p { color: rgb(170,236,29); }
H1.HeaderClassName
{
color: #AAEC1D;
}
.AnyTagClassName
{
color: #AAEC1D;
}
</style>
background-color css
<style>
a { background-color: #AAEC1D; }
a { background-color: rgb(170,236,29); }
div.DivClassName
{
background-color: #AAEC1D;
}
.BgClassName
{
background-color: #AAEC1D;
}
</style>
border-color css
<style>
span { border-color: #AAEC1D; }
span { border-color: rgb(170,236,29); }
td.TdClassName
{
border-color: #AAEC1D;
}
.TagClassName
{
border-color: #AAEC1D;
}
</style>