Shades of Inch Worm #AAE50D
Tints of Inch Worm #AAE50D
RGB
CMYK
RGB Variations
Color information
#AAE50D (or 0xAAE50D) is known color: Inch Worm. HEX triplet: AA, E5 and 0D. RGB value is (170,229,13). Sum of RGB (Red+Green+Blue) = 170+229+13=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE50D is #551AF2. Grayscale: #BBBBBB. Windows color (decimal): -5577459 or 910762. OLE color: 910762.
HSL color Cylindrical-coordinate representation of color #AAE50D: hue angle of 76.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE50D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.10 |
| HSL | 76.39º | 0.89% | 0.47% | - |
| HSV(B) | 76.39º | 0.94% | 0.9% | - |
| XYZ | 44.67 | 64.61 | 10.5 | - |
| YUV | 186.74 | 29.95 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 13 | 0.26 | 0 | 0.94 | 0.10 | 76.39 | 0.89 | 0.47 |
| Hex | AA | E5 | D | 1A | 0 | 5E | A | 4C | 59 | 2F |
| Octal | 252 | 345 | 15 | 32 | 0 | 136 | 12 | 114 | 131 | 57 |
| Binary | 10101010 | 11100101 | 1101 | 11010 | 0 | 1011110 | 1010 | 1001100 | 1011001 | 101111 |
Color Harmonies of #AAE50D
Complementary color
Monochromatic Colors of #AAE50D
Black with #AAE50D
Text Example
Text Example
White with #AAE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE50D; }
p { color: rgb(170,229,13); }
H1.HeaderClassName
{
color: #AAE50D;
}
.AnyTagClassName
{
color: #AAE50D;
}
</style>
background-color css
<style>
a { background-color: #AAE50D; }
a { background-color: rgb(170,229,13); }
div.DivClassName
{
background-color: #AAE50D;
}
.BgClassName
{
background-color: #AAE50D;
}
</style>
border-color css
<style>
span { border-color: #AAE50D; }
span { border-color: rgb(170,229,13); }
td.TdClassName
{
border-color: #AAE50D;
}
.TagClassName
{
border-color: #AAE50D;
}
</style>