Shades of Inch Worm #ACF616
Tints of Inch Worm #ACF616
RGB
CMYK
RGB Variations
Color information
#ACF616 (or 0xACF616) is known color: Inch Worm. HEX triplet: AC, F6 and 16. RGB value is (172,246,22). Sum of RGB (Red+Green+Blue) = 172+246+22=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF616 is #5309E9. Grayscale: #C7C7C7. Windows color (decimal): -5442026 or 1504940. OLE color: 1504940.
HSL color Cylindrical-coordinate representation of color #ACF616: hue angle of 79.82º 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 #ACF616 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 22 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.04 |
| HSL | 79.82º | 0.93% | 0.53% | - |
| HSV(B) | 79.82º | 0.91% | 0.96% | - |
| XYZ | 50.11 | 74.74 | 12.54 | - |
| YUV | 198.34 | 28.48 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 22 | 0.30 | 0 | 0.91 | 0.04 | 79.82 | 0.93 | 0.53 |
| Hex | AC | F6 | 16 | 1E | 0 | 5B | 4 | 50 | 5D | 35 |
| Octal | 254 | 366 | 26 | 36 | 0 | 133 | 4 | 120 | 135 | 65 |
| Binary | 10101100 | 11110110 | 10110 | 11110 | 0 | 1011011 | 100 | 1010000 | 1011101 | 110101 |
Color Harmonies of #ACF616
Complementary color
Monochromatic Colors of #ACF616
Black with #ACF616
Text Example
Text Example
White with #ACF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF616; }
p { color: rgb(172,246,22); }
H1.HeaderClassName
{
color: #ACF616;
}
.AnyTagClassName
{
color: #ACF616;
}
</style>
background-color css
<style>
a { background-color: #ACF616; }
a { background-color: rgb(172,246,22); }
div.DivClassName
{
background-color: #ACF616;
}
.BgClassName
{
background-color: #ACF616;
}
</style>
border-color css
<style>
span { border-color: #ACF616; }
span { border-color: rgb(172,246,22); }
td.TdClassName
{
border-color: #ACF616;
}
.TagClassName
{
border-color: #ACF616;
}
</style>