Shades of Inch Worm #ACF718
Tints of Inch Worm #ACF718
RGB
CMYK
RGB Variations
Color information
#ACF718 (or 0xACF718) is known color: Inch Worm. HEX triplet: AC, F7 and 18. RGB value is (172,247,24). Sum of RGB (Red+Green+Blue) = 172+247+24=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF718 is #5308E7. Grayscale: #C7C7C7. Windows color (decimal): -5441768 or 1636268. OLE color: 1636268.
HSL color Cylindrical-coordinate representation of color #ACF718: hue angle of 80.18º 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 #ACF718 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 24 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.03 |
| HSL | 80.18º | 0.93% | 0.53% | - |
| HSV(B) | 80.18º | 0.9% | 0.97% | - |
| XYZ | 50.44 | 75.36 | 12.75 | - |
| YUV | 199.15 | 29.15 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 24 | 0.30 | 0 | 0.90 | 0.03 | 80.18 | 0.93 | 0.53 |
| Hex | AC | F7 | 18 | 1E | 0 | 5A | 3 | 50 | 5D | 35 |
| Octal | 254 | 367 | 30 | 36 | 0 | 132 | 3 | 120 | 135 | 65 |
| Binary | 10101100 | 11110111 | 11000 | 11110 | 0 | 1011010 | 11 | 1010000 | 1011101 | 110101 |
Color Harmonies of #ACF718
Complementary color
Monochromatic Colors of #ACF718
Black with #ACF718
Text Example
Text Example
White with #ACF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF718; }
p { color: rgb(172,247,24); }
H1.HeaderClassName
{
color: #ACF718;
}
.AnyTagClassName
{
color: #ACF718;
}
</style>
background-color css
<style>
a { background-color: #ACF718; }
a { background-color: rgb(172,247,24); }
div.DivClassName
{
background-color: #ACF718;
}
.BgClassName
{
background-color: #ACF718;
}
</style>
border-color css
<style>
span { border-color: #ACF718; }
span { border-color: rgb(172,247,24); }
td.TdClassName
{
border-color: #ACF718;
}
.TagClassName
{
border-color: #ACF718;
}
</style>