Shades of Inch Worm #AAF616
Tints of Inch Worm #AAF616
RGB
CMYK
RGB Variations
Color information
#AAF616 (or 0xAAF616) is known color: Inch Worm. HEX triplet: AA, F6 and 16. RGB value is (170,246,22). Sum of RGB (Red+Green+Blue) = 170+246+22=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF616 is #5509E9. Grayscale: #C6C6C6. Windows color (decimal): -5573098 or 1504938. OLE color: 1504938.
HSL color Cylindrical-coordinate representation of color #AAF616: hue angle of 80.36º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAF616 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.04 |
| HSL | 80.36º | 0.93% | 0.53% | - |
| HSV(B) | 80.36º | 0.91% | 0.96% | - |
| XYZ | 49.68 | 74.52 | 12.52 | - |
| YUV | 197.74 | 28.82 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 22 | 0.31 | 0 | 0.91 | 0.04 | 80.36 | 0.93 | 0.53 |
| Hex | AA | F6 | 16 | 1F | 0 | 5B | 4 | 50 | 5D | 35 |
| Octal | 252 | 366 | 26 | 37 | 0 | 133 | 4 | 120 | 135 | 65 |
| Binary | 10101010 | 11110110 | 10110 | 11111 | 0 | 1011011 | 100 | 1010000 | 1011101 | 110101 |
Color Harmonies of #AAF616
Complementary color
Monochromatic Colors of #AAF616
Black with #AAF616
Text Example
Text Example
White with #AAF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF616; }
p { color: rgb(170,246,22); }
H1.HeaderClassName
{
color: #AAF616;
}
.AnyTagClassName
{
color: #AAF616;
}
</style>
background-color css
<style>
a { background-color: #AAF616; }
a { background-color: rgb(170,246,22); }
div.DivClassName
{
background-color: #AAF616;
}
.BgClassName
{
background-color: #AAF616;
}
</style>
border-color css
<style>
span { border-color: #AAF616; }
span { border-color: rgb(170,246,22); }
td.TdClassName
{
border-color: #AAF616;
}
.TagClassName
{
border-color: #AAF616;
}
</style>