Shades of Inch Worm #ACF017
Tints of Inch Worm #ACF017
RGB
CMYK
RGB Variations
Color information
#ACF017 (or 0xACF017) is known color: Inch Worm. HEX triplet: AC, F0 and 17. RGB value is (172,240,23). Sum of RGB (Red+Green+Blue) = 172+240+23=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF017 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF017 is #530FE8. Grayscale: #C3C3C3. Windows color (decimal): -5443561 or 1568940. OLE color: 1568940.
HSL color Cylindrical-coordinate representation of color #ACF017: hue angle of 78.8º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF017 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 23 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.06 |
| HSL | 78.8º | 0.88% | 0.52% | - |
| HSV(B) | 78.8º | 0.9% | 0.94% | - |
| XYZ | 48.33 | 71.15 | 12 | - |
| YUV | 194.93 | 30.97 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 23 | 0.28 | 0 | 0.90 | 0.06 | 78.8 | 0.88 | 0.52 |
| Hex | AC | F0 | 17 | 1C | 0 | 5A | 6 | 4F | 58 | 34 |
| Octal | 254 | 360 | 27 | 34 | 0 | 132 | 6 | 117 | 130 | 64 |
| Binary | 10101100 | 11110000 | 10111 | 11100 | 0 | 1011010 | 110 | 1001111 | 1011000 | 110100 |
Color Harmonies of #ACF017
Complementary color
Monochromatic Colors of #ACF017
Black with #ACF017
Text Example
Text Example
White with #ACF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF017; }
p { color: rgb(172,240,23); }
H1.HeaderClassName
{
color: #ACF017;
}
.AnyTagClassName
{
color: #ACF017;
}
</style>
background-color css
<style>
a { background-color: #ACF017; }
a { background-color: rgb(172,240,23); }
div.DivClassName
{
background-color: #ACF017;
}
.BgClassName
{
background-color: #ACF017;
}
</style>
border-color css
<style>
span { border-color: #ACF017; }
span { border-color: rgb(172,240,23); }
td.TdClassName
{
border-color: #ACF017;
}
.TagClassName
{
border-color: #ACF017;
}
</style>