Shades of Inch Worm #AAE20D
Tints of Inch Worm #AAE20D
RGB
CMYK
RGB Variations
Color information
#AAE20D (or 0xAAE20D) is known color: Inch Worm. HEX triplet: AA, E2 and 0D. RGB value is (170,226,13). Sum of RGB (Red+Green+Blue) = 170+226+13=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE20D is #551DF2. Grayscale: #B9B9B9. Windows color (decimal): -5578227 or 909994. OLE color: 909994.
HSL color Cylindrical-coordinate representation of color #AAE20D: hue angle of 75.77º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE20D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.11 |
| HSL | 75.77º | 0.89% | 0.47% | - |
| HSV(B) | 75.77º | 0.94% | 0.89% | - |
| XYZ | 43.85 | 62.97 | 10.22 | - |
| YUV | 184.97 | 30.95 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 13 | 0.25 | 0 | 0.94 | 0.11 | 75.77 | 0.89 | 0.47 |
| Hex | AA | E2 | D | 19 | 0 | 5E | B | 4C | 59 | 2F |
| Octal | 252 | 342 | 15 | 31 | 0 | 136 | 13 | 114 | 131 | 57 |
| Binary | 10101010 | 11100010 | 1101 | 11001 | 0 | 1011110 | 1011 | 1001100 | 1011001 | 101111 |
Color Harmonies of #AAE20D
Complementary color
Monochromatic Colors of #AAE20D
Black with #AAE20D
Text Example
Text Example
White with #AAE20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE20D; }
p { color: rgb(170,226,13); }
H1.HeaderClassName
{
color: #AAE20D;
}
.AnyTagClassName
{
color: #AAE20D;
}
</style>
background-color css
<style>
a { background-color: #AAE20D; }
a { background-color: rgb(170,226,13); }
div.DivClassName
{
background-color: #AAE20D;
}
.BgClassName
{
background-color: #AAE20D;
}
</style>
border-color css
<style>
span { border-color: #AAE20D; }
span { border-color: rgb(170,226,13); }
td.TdClassName
{
border-color: #AAE20D;
}
.TagClassName
{
border-color: #AAE20D;
}
</style>