Shades of Inch Worm #ACF011
Tints of Inch Worm #ACF011
RGB
CMYK
RGB Variations
Color information
#ACF011 (or 0xACF011) is known color: Inch Worm. HEX triplet: AC, F0 and 11. RGB value is (172,240,17). Sum of RGB (Red+Green+Blue) = 172+240+17=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF011 is #530FEE. Grayscale: #C3C3C3. Windows color (decimal): -5443567 or 1175724. OLE color: 1175724.
HSL color Cylindrical-coordinate representation of color #ACF011: hue angle of 78.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF011 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.06 |
| HSL | 78.3º | 0.88% | 0.5% | - |
| HSV(B) | 78.3º | 0.93% | 0.94% | - |
| XYZ | 48.27 | 71.13 | 11.72 | - |
| YUV | 194.25 | 27.97 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 17 | 0.28 | 0 | 0.93 | 0.06 | 78.3 | 0.88 | 0.5 |
| Hex | AC | F0 | 11 | 1C | 0 | 5D | 6 | 4E | 58 | 32 |
| Octal | 254 | 360 | 21 | 34 | 0 | 135 | 6 | 116 | 130 | 62 |
| Binary | 10101100 | 11110000 | 10001 | 11100 | 0 | 1011101 | 110 | 1001110 | 1011000 | 110010 |
Color Harmonies of #ACF011
Complementary color
Monochromatic Colors of #ACF011
Black with #ACF011
Text Example
Text Example
White with #ACF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF011; }
p { color: rgb(172,240,17); }
H1.HeaderClassName
{
color: #ACF011;
}
.AnyTagClassName
{
color: #ACF011;
}
</style>
background-color css
<style>
a { background-color: #ACF011; }
a { background-color: rgb(172,240,17); }
div.DivClassName
{
background-color: #ACF011;
}
.BgClassName
{
background-color: #ACF011;
}
</style>
border-color css
<style>
span { border-color: #ACF011; }
span { border-color: rgb(172,240,17); }
td.TdClassName
{
border-color: #ACF011;
}
.TagClassName
{
border-color: #ACF011;
}
</style>