Shades of Inch Worm #AAEE0C
Tints of Inch Worm #AAEE0C
RGB
CMYK
RGB Variations
Color information
#AAEE0C (or 0xAAEE0C) is known color: Inch Worm. HEX triplet: AA, EE and 0C. RGB value is (170,238,12). Sum of RGB (Red+Green+Blue) = 170+238+12=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE0C is #5511F3. Grayscale: #C0C0C0. Windows color (decimal): -5575156 or 847530. OLE color: 847530.
HSL color Cylindrical-coordinate representation of color #AAEE0C: hue angle of 78.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAEE0C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.07 |
| HSL | 78.05º | 0.9% | 0.49% | - |
| HSV(B) | 78.05º | 0.95% | 0.93% | - |
| XYZ | 47.22 | 69.72 | 11.32 | - |
| YUV | 191.9 | 26.47 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 12 | 0.29 | 0 | 0.95 | 0.07 | 78.05 | 0.9 | 0.49 |
| Hex | AA | EE | C | 1D | 0 | 5F | 7 | 4E | 5A | 31 |
| Octal | 252 | 356 | 14 | 35 | 0 | 137 | 7 | 116 | 132 | 61 |
| Binary | 10101010 | 11101110 | 1100 | 11101 | 0 | 1011111 | 111 | 1001110 | 1011010 | 110001 |
Color Harmonies of #AAEE0C
Complementary color
Monochromatic Colors of #AAEE0C
Black with #AAEE0C
Text Example
Text Example
White with #AAEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE0C; }
p { color: rgb(170,238,12); }
H1.HeaderClassName
{
color: #AAEE0C;
}
.AnyTagClassName
{
color: #AAEE0C;
}
</style>
background-color css
<style>
a { background-color: #AAEE0C; }
a { background-color: rgb(170,238,12); }
div.DivClassName
{
background-color: #AAEE0C;
}
.BgClassName
{
background-color: #AAEE0C;
}
</style>
border-color css
<style>
span { border-color: #AAEE0C; }
span { border-color: rgb(170,238,12); }
td.TdClassName
{
border-color: #AAEE0C;
}
.TagClassName
{
border-color: #AAEE0C;
}
</style>