Shades of Inch Worm #ACD20C
Tints of Inch Worm #ACD20C
RGB
CMYK
RGB Variations
Color information
#ACD20C (or 0xACD20C) is known color: Inch Worm. HEX triplet: AC, D2 and 0C. RGB value is (172,210,12). Sum of RGB (Red+Green+Blue) = 172+210+12=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20C is #532DF3. Grayscale: #B0B0B0. Windows color (decimal): -5451252 or 840364. OLE color: 840364.
HSL color Cylindrical-coordinate representation of color #ACD20C: hue angle of 71.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD20C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.52º | 0.89% | 0.44% | - |
| HSV(B) | 71.52º | 0.94% | 0.82% | - |
| XYZ | 40.13 | 54.89 | 8.83 | - |
| YUV | 176.07 | 35.41 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 12 | 0.18 | 0 | 0.94 | 0.18 | 71.52 | 0.89 | 0.44 |
| Hex | AC | D2 | C | 12 | 0 | 5E | 12 | 48 | 59 | 2C |
| Octal | 254 | 322 | 14 | 22 | 0 | 136 | 22 | 110 | 131 | 54 |
| Binary | 10101100 | 11010010 | 1100 | 10010 | 0 | 1011110 | 10010 | 1001000 | 1011001 | 101100 |
Color Harmonies of #ACD20C
Complementary color
Monochromatic Colors of #ACD20C
Black with #ACD20C
Text Example
Text Example
White with #ACD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD20C; }
p { color: rgb(172,210,12); }
H1.HeaderClassName
{
color: #ACD20C;
}
.AnyTagClassName
{
color: #ACD20C;
}
</style>
background-color css
<style>
a { background-color: #ACD20C; }
a { background-color: rgb(172,210,12); }
div.DivClassName
{
background-color: #ACD20C;
}
.BgClassName
{
background-color: #ACD20C;
}
</style>
border-color css
<style>
span { border-color: #ACD20C; }
span { border-color: rgb(172,210,12); }
td.TdClassName
{
border-color: #ACD20C;
}
.TagClassName
{
border-color: #ACD20C;
}
</style>