Shades of Inch Worm #ACF716
Tints of Inch Worm #ACF716
RGB
CMYK
RGB Variations
Color information
#ACF716 (or 0xACF716) is known color: Inch Worm. HEX triplet: AC, F7 and 16. RGB value is (172,247,22). Sum of RGB (Red+Green+Blue) = 172+247+22=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF716 is #5308E9. Grayscale: #C7C7C7. Windows color (decimal): -5441770 or 1505196. OLE color: 1505196.
HSL color Cylindrical-coordinate representation of color #ACF716: hue angle of 80º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF716 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 22 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.03 |
| HSL | 80º | 0.93% | 0.53% | - |
| HSV(B) | 80º | 0.91% | 0.97% | - |
| XYZ | 50.42 | 75.35 | 12.65 | - |
| YUV | 198.93 | 28.15 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 22 | 0.30 | 0 | 0.91 | 0.03 | 80 | 0.93 | 0.53 |
| Hex | AC | F7 | 16 | 1E | 0 | 5B | 3 | 50 | 5D | 35 |
| Octal | 254 | 367 | 26 | 36 | 0 | 133 | 3 | 120 | 135 | 65 |
| Binary | 10101100 | 11110111 | 10110 | 11110 | 0 | 1011011 | 11 | 1010000 | 1011101 | 110101 |
Color Harmonies of #ACF716
Complementary color
Monochromatic Colors of #ACF716
Black with #ACF716
Text Example
Text Example
White with #ACF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF716; }
p { color: rgb(172,247,22); }
H1.HeaderClassName
{
color: #ACF716;
}
.AnyTagClassName
{
color: #ACF716;
}
</style>
background-color css
<style>
a { background-color: #ACF716; }
a { background-color: rgb(172,247,22); }
div.DivClassName
{
background-color: #ACF716;
}
.BgClassName
{
background-color: #ACF716;
}
</style>
border-color css
<style>
span { border-color: #ACF716; }
span { border-color: rgb(172,247,22); }
td.TdClassName
{
border-color: #ACF716;
}
.TagClassName
{
border-color: #ACF716;
}
</style>