Shades of Inch Worm #ACD212
Tints of Inch Worm #ACD212
RGB
CMYK
RGB Variations
Color information
#ACD212 (or 0xACD212) is known color: Inch Worm. HEX triplet: AC, D2 and 12. RGB value is (172,210,18). Sum of RGB (Red+Green+Blue) = 172+210+18=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD212 is #532DED. Grayscale: #B1B1B1. Windows color (decimal): -5451246 or 1233580. OLE color: 1233580.
HSL color Cylindrical-coordinate representation of color #ACD212: hue angle of 71.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD212 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 18 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.18 |
| HSL | 71.88º | 0.84% | 0.45% | - |
| HSV(B) | 71.88º | 0.91% | 0.82% | - |
| XYZ | 40.17 | 54.91 | 9.05 | - |
| YUV | 176.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 18 | 0.18 | 0 | 0.91 | 0.18 | 71.88 | 0.84 | 0.45 |
| Hex | AC | D2 | 12 | 12 | 0 | 5B | 12 | 48 | 54 | 2D |
| Octal | 254 | 322 | 22 | 22 | 0 | 133 | 22 | 110 | 124 | 55 |
| Binary | 10101100 | 11010010 | 10010 | 10010 | 0 | 1011011 | 10010 | 1001000 | 1010100 | 101101 |
Color Harmonies of #ACD212
Complementary color
Monochromatic Colors of #ACD212
Black with #ACD212
Text Example
Text Example
White with #ACD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD212; }
p { color: rgb(172,210,18); }
H1.HeaderClassName
{
color: #ACD212;
}
.AnyTagClassName
{
color: #ACD212;
}
</style>
background-color css
<style>
a { background-color: #ACD212; }
a { background-color: rgb(172,210,18); }
div.DivClassName
{
background-color: #ACD212;
}
.BgClassName
{
background-color: #ACD212;
}
</style>
border-color css
<style>
span { border-color: #ACD212; }
span { border-color: rgb(172,210,18); }
td.TdClassName
{
border-color: #ACD212;
}
.TagClassName
{
border-color: #ACD212;
}
</style>