Shades of Inch Worm #AAEE0A
Tints of Inch Worm #AAEE0A
RGB
CMYK
RGB Variations
Color information
#AAEE0A (or 0xAAEE0A) is known color: Inch Worm. HEX triplet: AA, EE and 0A. RGB value is (170,238,10). Sum of RGB (Red+Green+Blue) = 170+238+10=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 238 (93.36% from 255 or 56.94% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE0A is #5511F5. Grayscale: #C0C0C0. Windows color (decimal): -5575158 or 716458. OLE color: 716458.
HSL color Cylindrical-coordinate representation of color #AAEE0A: hue angle of 77.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAEE0A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.07 |
| HSL | 77.89º | 0.92% | 0.49% | - |
| HSV(B) | 77.89º | 0.96% | 0.93% | - |
| XYZ | 47.21 | 69.72 | 11.26 | - |
| YUV | 191.68 | 25.47 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 10 | 0.29 | 0 | 0.96 | 0.07 | 77.89 | 0.92 | 0.49 |
| Hex | AA | EE | A | 1D | 0 | 60 | 7 | 4E | 5C | 31 |
| Octal | 252 | 356 | 12 | 35 | 0 | 140 | 7 | 116 | 134 | 61 |
| Binary | 10101010 | 11101110 | 1010 | 11101 | 0 | 1100000 | 111 | 1001110 | 1011100 | 110001 |
Color Harmonies of #AAEE0A
Complementary color
Monochromatic Colors of #AAEE0A
Black with #AAEE0A
Text Example
Text Example
White with #AAEE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE0A; }
p { color: rgb(170,238,10); }
H1.HeaderClassName
{
color: #AAEE0A;
}
.AnyTagClassName
{
color: #AAEE0A;
}
</style>
background-color css
<style>
a { background-color: #AAEE0A; }
a { background-color: rgb(170,238,10); }
div.DivClassName
{
background-color: #AAEE0A;
}
.BgClassName
{
background-color: #AAEE0A;
}
</style>
border-color css
<style>
span { border-color: #AAEE0A; }
span { border-color: rgb(170,238,10); }
td.TdClassName
{
border-color: #AAEE0A;
}
.TagClassName
{
border-color: #AAEE0A;
}
</style>