Shades of Inch Worm #AAF00E
Tints of Inch Worm #AAF00E
RGB
CMYK
RGB Variations
Color information
#AAF00E (or 0xAAF00E) is known color: Inch Worm. HEX triplet: AA, F0 and 0E. RGB value is (170,240,14). Sum of RGB (Red+Green+Blue) = 170+240+14=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF00E is #550FF1. Grayscale: #C2C2C2. Windows color (decimal): -5574642 or 979114. OLE color: 979114.
HSL color Cylindrical-coordinate representation of color #AAF00E: hue angle of 78.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAF00E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.06 |
| HSL | 78.58º | 0.89% | 0.5% | - |
| HSV(B) | 78.58º | 0.94% | 0.94% | - |
| XYZ | 47.82 | 70.9 | 11.58 | - |
| YUV | 193.31 | 26.81 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 14 | 0.29 | 0 | 0.94 | 0.06 | 78.58 | 0.89 | 0.5 |
| Hex | AA | F0 | E | 1D | 0 | 5E | 6 | 4F | 59 | 32 |
| Octal | 252 | 360 | 16 | 35 | 0 | 136 | 6 | 117 | 131 | 62 |
| Binary | 10101010 | 11110000 | 1110 | 11101 | 0 | 1011110 | 110 | 1001111 | 1011001 | 110010 |
Color Harmonies of #AAF00E
Complementary color
Monochromatic Colors of #AAF00E
Black with #AAF00E
Text Example
Text Example
White with #AAF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF00E; }
p { color: rgb(170,240,14); }
H1.HeaderClassName
{
color: #AAF00E;
}
.AnyTagClassName
{
color: #AAF00E;
}
</style>
background-color css
<style>
a { background-color: #AAF00E; }
a { background-color: rgb(170,240,14); }
div.DivClassName
{
background-color: #AAF00E;
}
.BgClassName
{
background-color: #AAF00E;
}
</style>
border-color css
<style>
span { border-color: #AAF00E; }
span { border-color: rgb(170,240,14); }
td.TdClassName
{
border-color: #AAF00E;
}
.TagClassName
{
border-color: #AAF00E;
}
</style>