Shades of Inch Worm #AAEC1C
Tints of Inch Worm #AAEC1C
RGB
CMYK
RGB Variations
Color information
#AAEC1C (or 0xAAEC1C) is known color: Inch Worm. HEX triplet: AA, EC and 1C. RGB value is (170,236,28). Sum of RGB (Red+Green+Blue) = 170+236+28=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC1C is #5513E3. Grayscale: #C1C1C1. Windows color (decimal): -5575652 or 1895594. OLE color: 1895594.
HSL color Cylindrical-coordinate representation of color #AAEC1C: hue angle of 79.04º degrees, saturation: 0.85, 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 #AAEC1C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 28 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.07 |
| HSL | 79.04º | 0.85% | 0.52% | - |
| HSV(B) | 79.04º | 0.88% | 0.93% | - |
| XYZ | 46.78 | 68.62 | 11.88 | - |
| YUV | 192.55 | 35.13 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 28 | 0.28 | 0 | 0.88 | 0.07 | 79.04 | 0.85 | 0.52 |
| Hex | AA | EC | 1C | 1C | 0 | 58 | 7 | 4F | 55 | 34 |
| Octal | 252 | 354 | 34 | 34 | 0 | 130 | 7 | 117 | 125 | 64 |
| Binary | 10101010 | 11101100 | 11100 | 11100 | 0 | 1011000 | 111 | 1001111 | 1010101 | 110100 |
Color Harmonies of #AAEC1C
Complementary color
Monochromatic Colors of #AAEC1C
Black with #AAEC1C
Text Example
Text Example
White with #AAEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC1C; }
p { color: rgb(170,236,28); }
H1.HeaderClassName
{
color: #AAEC1C;
}
.AnyTagClassName
{
color: #AAEC1C;
}
</style>
background-color css
<style>
a { background-color: #AAEC1C; }
a { background-color: rgb(170,236,28); }
div.DivClassName
{
background-color: #AAEC1C;
}
.BgClassName
{
background-color: #AAEC1C;
}
</style>
border-color css
<style>
span { border-color: #AAEC1C; }
span { border-color: rgb(170,236,28); }
td.TdClassName
{
border-color: #AAEC1C;
}
.TagClassName
{
border-color: #AAEC1C;
}
</style>