Shades of Inch Worm #AAF718
Tints of Inch Worm #AAF718
RGB
CMYK
RGB Variations
Color information
#AAF718 (or 0xAAF718) is known color: Inch Worm. HEX triplet: AA, F7 and 18. RGB value is (170,247,24). Sum of RGB (Red+Green+Blue) = 170+247+24=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF718 is #5508E7. Grayscale: #C7C7C7. Windows color (decimal): -5572840 or 1636266. OLE color: 1636266.
HSL color Cylindrical-coordinate representation of color #AAF718: hue angle of 80.72º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF718 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 24 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.03 |
| HSL | 80.72º | 0.93% | 0.53% | - |
| HSV(B) | 80.72º | 0.9% | 0.97% | - |
| XYZ | 50 | 75.13 | 12.73 | - |
| YUV | 198.56 | 29.49 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 24 | 0.31 | 0 | 0.90 | 0.03 | 80.72 | 0.93 | 0.53 |
| Hex | AA | F7 | 18 | 1F | 0 | 5A | 3 | 51 | 5D | 35 |
| Octal | 252 | 367 | 30 | 37 | 0 | 132 | 3 | 121 | 135 | 65 |
| Binary | 10101010 | 11110111 | 11000 | 11111 | 0 | 1011010 | 11 | 1010001 | 1011101 | 110101 |
Color Harmonies of #AAF718
Complementary color
Monochromatic Colors of #AAF718
Black with #AAF718
Text Example
Text Example
White with #AAF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF718; }
p { color: rgb(170,247,24); }
H1.HeaderClassName
{
color: #AAF718;
}
.AnyTagClassName
{
color: #AAF718;
}
</style>
background-color css
<style>
a { background-color: #AAF718; }
a { background-color: rgb(170,247,24); }
div.DivClassName
{
background-color: #AAF718;
}
.BgClassName
{
background-color: #AAF718;
}
</style>
border-color css
<style>
span { border-color: #AAF718; }
span { border-color: rgb(170,247,24); }
td.TdClassName
{
border-color: #AAF718;
}
.TagClassName
{
border-color: #AAF718;
}
</style>