Shades of Inch Worm #ACD410
Tints of Inch Worm #ACD410
RGB
CMYK
RGB Variations
Color information
#ACD410 (or 0xACD410) is known color: Inch Worm. HEX triplet: AC, D4 and 10. RGB value is (172,212,16). Sum of RGB (Red+Green+Blue) = 172+212+16=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD410 is #532BEF. Grayscale: #B2B2B2. Windows color (decimal): -5450736 or 1103020. OLE color: 1103020.
HSL color Cylindrical-coordinate representation of color #ACD410: hue angle of 72.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACD410 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.17 |
| HSL | 72.24º | 0.86% | 0.45% | - |
| HSV(B) | 72.24º | 0.92% | 0.83% | - |
| XYZ | 40.65 | 55.9 | 9.14 | - |
| YUV | 177.7 | 36.75 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 16 | 0.19 | 0 | 0.92 | 0.17 | 72.24 | 0.86 | 0.45 |
| Hex | AC | D4 | 10 | 13 | 0 | 5C | 11 | 48 | 56 | 2D |
| Octal | 254 | 324 | 20 | 23 | 0 | 134 | 21 | 110 | 126 | 55 |
| Binary | 10101100 | 11010100 | 10000 | 10011 | 0 | 1011100 | 10001 | 1001000 | 1010110 | 101101 |
Color Harmonies of #ACD410
Complementary color
Monochromatic Colors of #ACD410
Black with #ACD410
Text Example
Text Example
White with #ACD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD410; }
p { color: rgb(172,212,16); }
H1.HeaderClassName
{
color: #ACD410;
}
.AnyTagClassName
{
color: #ACD410;
}
</style>
background-color css
<style>
a { background-color: #ACD410; }
a { background-color: rgb(172,212,16); }
div.DivClassName
{
background-color: #ACD410;
}
.BgClassName
{
background-color: #ACD410;
}
</style>
border-color css
<style>
span { border-color: #ACD410; }
span { border-color: rgb(172,212,16); }
td.TdClassName
{
border-color: #ACD410;
}
.TagClassName
{
border-color: #ACD410;
}
</style>