Shades of Inch Worm #ACF212
Tints of Inch Worm #ACF212
RGB
CMYK
RGB Variations
Color information
#ACF212 (or 0xACF212) is known color: Inch Worm. HEX triplet: AC, F2 and 12. RGB value is (172,242,18). Sum of RGB (Red+Green+Blue) = 172+242+18=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF212 is #530DED. Grayscale: #C4C4C4. Windows color (decimal): -5443054 or 1241772. OLE color: 1241772.
HSL color Cylindrical-coordinate representation of color #ACF212: hue angle of 78.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF212 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 18 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.05 |
| HSL | 78.75º | 0.9% | 0.51% | - |
| HSV(B) | 78.75º | 0.93% | 0.95% | - |
| XYZ | 48.87 | 72.32 | 11.96 | - |
| YUV | 195.53 | 27.81 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 18 | 0.29 | 0 | 0.93 | 0.05 | 78.75 | 0.9 | 0.51 |
| Hex | AC | F2 | 12 | 1D | 0 | 5D | 5 | 4F | 5A | 33 |
| Octal | 254 | 362 | 22 | 35 | 0 | 135 | 5 | 117 | 132 | 63 |
| Binary | 10101100 | 11110010 | 10010 | 11101 | 0 | 1011101 | 101 | 1001111 | 1011010 | 110011 |
Color Harmonies of #ACF212
Complementary color
Monochromatic Colors of #ACF212
Black with #ACF212
Text Example
Text Example
White with #ACF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF212; }
p { color: rgb(172,242,18); }
H1.HeaderClassName
{
color: #ACF212;
}
.AnyTagClassName
{
color: #ACF212;
}
</style>
background-color css
<style>
a { background-color: #ACF212; }
a { background-color: rgb(172,242,18); }
div.DivClassName
{
background-color: #ACF212;
}
.BgClassName
{
background-color: #ACF212;
}
</style>
border-color css
<style>
span { border-color: #ACF212; }
span { border-color: rgb(172,242,18); }
td.TdClassName
{
border-color: #ACF212;
}
.TagClassName
{
border-color: #ACF212;
}
</style>