Shades of Inch Worm #ACD610
Tints of Inch Worm #ACD610
RGB
CMYK
RGB Variations
Color information
#ACD610 (or 0xACD610) is known color: Inch Worm. HEX triplet: AC, D6 and 10. RGB value is (172,214,16). Sum of RGB (Red+Green+Blue) = 172+214+16=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD610 is #5329EF. Grayscale: #B3B3B3. Windows color (decimal): -5450224 or 1103532. OLE color: 1103532.
HSL color Cylindrical-coordinate representation of color #ACD610: hue angle of 72.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD610 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.16 |
| HSL | 72.73º | 0.86% | 0.45% | - |
| HSV(B) | 72.73º | 0.93% | 0.84% | - |
| XYZ | 41.15 | 56.9 | 9.3 | - |
| YUV | 178.87 | 36.09 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 16 | 0.20 | 0 | 0.93 | 0.16 | 72.73 | 0.86 | 0.45 |
| Hex | AC | D6 | 10 | 14 | 0 | 5D | 10 | 49 | 56 | 2D |
| Octal | 254 | 326 | 20 | 24 | 0 | 135 | 20 | 111 | 126 | 55 |
| Binary | 10101100 | 11010110 | 10000 | 10100 | 0 | 1011101 | 10000 | 1001001 | 1010110 | 101101 |
Color Harmonies of #ACD610
Complementary color
Monochromatic Colors of #ACD610
Black with #ACD610
Text Example
Text Example
White with #ACD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD610; }
p { color: rgb(172,214,16); }
H1.HeaderClassName
{
color: #ACD610;
}
.AnyTagClassName
{
color: #ACD610;
}
</style>
background-color css
<style>
a { background-color: #ACD610; }
a { background-color: rgb(172,214,16); }
div.DivClassName
{
background-color: #ACD610;
}
.BgClassName
{
background-color: #ACD610;
}
</style>
border-color css
<style>
span { border-color: #ACD610; }
span { border-color: rgb(172,214,16); }
td.TdClassName
{
border-color: #ACD610;
}
.TagClassName
{
border-color: #ACD610;
}
</style>