Shades of Inch Worm #AAE60D
Tints of Inch Worm #AAE60D
RGB
CMYK
RGB Variations
Color information
#AAE60D (or 0xAAE60D) is known color: Inch Worm. HEX triplet: AA, E6 and 0D. RGB value is (170,230,13). Sum of RGB (Red+Green+Blue) = 170+230+13=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE60D is #5519F2. Grayscale: #BCBCBC. Windows color (decimal): -5577203 or 911018. OLE color: 911018.
HSL color Cylindrical-coordinate representation of color #AAE60D: hue angle of 76.59º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE60D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.10 |
| HSL | 76.59º | 0.89% | 0.48% | - |
| HSV(B) | 76.59º | 0.94% | 0.9% | - |
| XYZ | 44.95 | 65.17 | 10.59 | - |
| YUV | 187.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 13 | 0.26 | 0 | 0.94 | 0.10 | 76.59 | 0.89 | 0.48 |
| Hex | AA | E6 | D | 1A | 0 | 5E | A | 4D | 59 | 30 |
| Octal | 252 | 346 | 15 | 32 | 0 | 136 | 12 | 115 | 131 | 60 |
| Binary | 10101010 | 11100110 | 1101 | 11010 | 0 | 1011110 | 1010 | 1001101 | 1011001 | 110000 |
Color Harmonies of #AAE60D
Complementary color
Monochromatic Colors of #AAE60D
Black with #AAE60D
Text Example
Text Example
White with #AAE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE60D; }
p { color: rgb(170,230,13); }
H1.HeaderClassName
{
color: #AAE60D;
}
.AnyTagClassName
{
color: #AAE60D;
}
</style>
background-color css
<style>
a { background-color: #AAE60D; }
a { background-color: rgb(170,230,13); }
div.DivClassName
{
background-color: #AAE60D;
}
.BgClassName
{
background-color: #AAE60D;
}
</style>
border-color css
<style>
span { border-color: #AAE60D; }
span { border-color: rgb(170,230,13); }
td.TdClassName
{
border-color: #AAE60D;
}
.TagClassName
{
border-color: #AAE60D;
}
</style>