Shades of Inch Worm #ACF012
Tints of Inch Worm #ACF012
RGB
CMYK
RGB Variations
Color information
#ACF012 (or 0xACF012) is known color: Inch Worm. HEX triplet: AC, F0 and 12. RGB value is (172,240,18). Sum of RGB (Red+Green+Blue) = 172+240+18=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF012 is #530FED. Grayscale: #C3C3C3. Windows color (decimal): -5443566 or 1241260. OLE color: 1241260.
HSL color Cylindrical-coordinate representation of color #ACF012: hue angle of 78.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF012 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.06 |
| HSL | 78.38º | 0.88% | 0.51% | - |
| HSV(B) | 78.38º | 0.93% | 0.94% | - |
| XYZ | 48.28 | 71.13 | 11.76 | - |
| YUV | 194.36 | 28.47 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 18 | 0.28 | 0 | 0.92 | 0.06 | 78.38 | 0.88 | 0.51 |
| Hex | AC | F0 | 12 | 1C | 0 | 5C | 6 | 4E | 58 | 33 |
| Octal | 254 | 360 | 22 | 34 | 0 | 134 | 6 | 116 | 130 | 63 |
| Binary | 10101100 | 11110000 | 10010 | 11100 | 0 | 1011100 | 110 | 1001110 | 1011000 | 110011 |
Color Harmonies of #ACF012
Complementary color
Monochromatic Colors of #ACF012
Black with #ACF012
Text Example
Text Example
White with #ACF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF012; }
p { color: rgb(172,240,18); }
H1.HeaderClassName
{
color: #ACF012;
}
.AnyTagClassName
{
color: #ACF012;
}
</style>
background-color css
<style>
a { background-color: #ACF012; }
a { background-color: rgb(172,240,18); }
div.DivClassName
{
background-color: #ACF012;
}
.BgClassName
{
background-color: #ACF012;
}
</style>
border-color css
<style>
span { border-color: #ACF012; }
span { border-color: rgb(172,240,18); }
td.TdClassName
{
border-color: #ACF012;
}
.TagClassName
{
border-color: #ACF012;
}
</style>