Shades of Inch Worm #ACD310
Tints of Inch Worm #ACD310
RGB
CMYK
RGB Variations
Color information
#ACD310 (or 0xACD310) is known color: Inch Worm. HEX triplet: AC, D3 and 10. RGB value is (172,211,16). Sum of RGB (Red+Green+Blue) = 172+211+16=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD310 is #532CEF. Grayscale: #B1B1B1. Windows color (decimal): -5450992 or 1102764. OLE color: 1102764.
HSL color Cylindrical-coordinate representation of color #ACD310: hue angle of 72º 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 #ACD310 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.17 |
| HSL | 72º | 0.86% | 0.45% | - |
| HSV(B) | 72º | 0.92% | 0.83% | - |
| XYZ | 40.4 | 55.4 | 9.05 | - |
| YUV | 177.11 | 37.08 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 16 | 0.18 | 0 | 0.92 | 0.17 | 72 | 0.86 | 0.45 |
| Hex | AC | D3 | 10 | 12 | 0 | 5C | 11 | 48 | 56 | 2D |
| Octal | 254 | 323 | 20 | 22 | 0 | 134 | 21 | 110 | 126 | 55 |
| Binary | 10101100 | 11010011 | 10000 | 10010 | 0 | 1011100 | 10001 | 1001000 | 1010110 | 101101 |
Color Harmonies of #ACD310
Complementary color
Monochromatic Colors of #ACD310
Black with #ACD310
Text Example
Text Example
White with #ACD310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD310; }
p { color: rgb(172,211,16); }
H1.HeaderClassName
{
color: #ACD310;
}
.AnyTagClassName
{
color: #ACD310;
}
</style>
background-color css
<style>
a { background-color: #ACD310; }
a { background-color: rgb(172,211,16); }
div.DivClassName
{
background-color: #ACD310;
}
.BgClassName
{
background-color: #ACD310;
}
</style>
border-color css
<style>
span { border-color: #ACD310; }
span { border-color: rgb(172,211,16); }
td.TdClassName
{
border-color: #ACD310;
}
.TagClassName
{
border-color: #ACD310;
}
</style>