Shades of Inch Worm #ACD60C
Tints of Inch Worm #ACD60C
RGB
CMYK
RGB Variations
Color information
#ACD60C (or 0xACD60C) is known color: Inch Worm. HEX triplet: AC, D6 and 0C. RGB value is (172,214,12). Sum of RGB (Red+Green+Blue) = 172+214+12=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD60C is #5329F3. Grayscale: #B3B3B3. Windows color (decimal): -5450228 or 841388. OLE color: 841388.
HSL color Cylindrical-coordinate representation of color #ACD60C: hue angle of 72.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD60C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 12 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.16 |
| HSL | 72.48º | 0.89% | 0.44% | - |
| HSV(B) | 72.48º | 0.94% | 0.84% | - |
| XYZ | 41.13 | 56.89 | 9.16 | - |
| YUV | 178.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 12 | 0.20 | 0 | 0.94 | 0.16 | 72.48 | 0.89 | 0.44 |
| Hex | AC | D6 | C | 14 | 0 | 5E | 10 | 48 | 59 | 2C |
| Octal | 254 | 326 | 14 | 24 | 0 | 136 | 20 | 110 | 131 | 54 |
| Binary | 10101100 | 11010110 | 1100 | 10100 | 0 | 1011110 | 10000 | 1001000 | 1011001 | 101100 |
Color Harmonies of #ACD60C
Complementary color
Monochromatic Colors of #ACD60C
Black with #ACD60C
Text Example
Text Example
White with #ACD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD60C; }
p { color: rgb(172,214,12); }
H1.HeaderClassName
{
color: #ACD60C;
}
.AnyTagClassName
{
color: #ACD60C;
}
</style>
background-color css
<style>
a { background-color: #ACD60C; }
a { background-color: rgb(172,214,12); }
div.DivClassName
{
background-color: #ACD60C;
}
.BgClassName
{
background-color: #ACD60C;
}
</style>
border-color css
<style>
span { border-color: #ACD60C; }
span { border-color: rgb(172,214,12); }
td.TdClassName
{
border-color: #ACD60C;
}
.TagClassName
{
border-color: #ACD60C;
}
</style>