Shades of Inch Worm #AAE60F
Tints of Inch Worm #AAE60F
RGB
CMYK
RGB Variations
Color information
#AAE60F (or 0xAAE60F) is known color: Inch Worm. HEX triplet: AA, E6 and 0F. RGB value is (170,230,15). Sum of RGB (Red+Green+Blue) = 170+230+15=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE60F is #5519F0. Grayscale: #BCBCBC. Windows color (decimal): -5577201 or 1042090. OLE color: 1042090.
HSL color Cylindrical-coordinate representation of color #AAE60F: hue angle of 76.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE60F is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 15 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.10 |
| HSL | 76.74º | 0.88% | 0.48% | - |
| HSV(B) | 76.74º | 0.93% | 0.9% | - |
| XYZ | 44.96 | 65.17 | 10.66 | - |
| YUV | 187.55 | 30.62 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 15 | 0.26 | 0 | 0.93 | 0.10 | 76.74 | 0.88 | 0.48 |
| Hex | AA | E6 | F | 1A | 0 | 5D | A | 4D | 58 | 30 |
| Octal | 252 | 346 | 17 | 32 | 0 | 135 | 12 | 115 | 130 | 60 |
| Binary | 10101010 | 11100110 | 1111 | 11010 | 0 | 1011101 | 1010 | 1001101 | 1011000 | 110000 |
Color Harmonies of #AAE60F
Complementary color
Monochromatic Colors of #AAE60F
Black with #AAE60F
Text Example
Text Example
White with #AAE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE60F; }
p { color: rgb(170,230,15); }
H1.HeaderClassName
{
color: #AAE60F;
}
.AnyTagClassName
{
color: #AAE60F;
}
</style>
background-color css
<style>
a { background-color: #AAE60F; }
a { background-color: rgb(170,230,15); }
div.DivClassName
{
background-color: #AAE60F;
}
.BgClassName
{
background-color: #AAE60F;
}
</style>
border-color css
<style>
span { border-color: #AAE60F; }
span { border-color: rgb(170,230,15); }
td.TdClassName
{
border-color: #AAE60F;
}
.TagClassName
{
border-color: #AAE60F;
}
</style>