Shades of Inch Worm #AAE10D
Tints of Inch Worm #AAE10D
RGB
CMYK
RGB Variations
Color information
#AAE10D (or 0xAAE10D) is known color: Inch Worm. HEX triplet: AA, E1 and 0D. RGB value is (170,225,13). Sum of RGB (Red+Green+Blue) = 170+225+13=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE10D is #551EF2. Grayscale: #B9B9B9. Windows color (decimal): -5578483 or 909738. OLE color: 909738.
HSL color Cylindrical-coordinate representation of color #AAE10D: hue angle of 75.57º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE10D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.12 |
| HSL | 75.57º | 0.89% | 0.47% | - |
| HSV(B) | 75.57º | 0.94% | 0.88% | - |
| XYZ | 43.58 | 62.43 | 10.13 | - |
| YUV | 184.39 | 31.28 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 13 | 0.24 | 0 | 0.94 | 0.12 | 75.57 | 0.89 | 0.47 |
| Hex | AA | E1 | D | 18 | 0 | 5E | C | 4C | 59 | 2F |
| Octal | 252 | 341 | 15 | 30 | 0 | 136 | 14 | 114 | 131 | 57 |
| Binary | 10101010 | 11100001 | 1101 | 11000 | 0 | 1011110 | 1100 | 1001100 | 1011001 | 101111 |
Color Harmonies of #AAE10D
Complementary color
Monochromatic Colors of #AAE10D
Black with #AAE10D
Text Example
Text Example
White with #AAE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE10D; }
p { color: rgb(170,225,13); }
H1.HeaderClassName
{
color: #AAE10D;
}
.AnyTagClassName
{
color: #AAE10D;
}
</style>
background-color css
<style>
a { background-color: #AAE10D; }
a { background-color: rgb(170,225,13); }
div.DivClassName
{
background-color: #AAE10D;
}
.BgClassName
{
background-color: #AAE10D;
}
</style>
border-color css
<style>
span { border-color: #AAE10D; }
span { border-color: rgb(170,225,13); }
td.TdClassName
{
border-color: #AAE10D;
}
.TagClassName
{
border-color: #AAE10D;
}
</style>