Shades of Inch Worm #ACD000
Tints of Inch Worm #ACD000
RGB
CMYK
RGB Variations
Color information
#ACD000 (or 0xACD000) is known color: Inch Worm. HEX triplet: AC, D0 and 00. RGB value is (172,208,0). Sum of RGB (Red+Green+Blue) = 172+208+0=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD000 is #532FFF. Grayscale: #AEAEAE. Windows color (decimal): -5451776 or 53420. OLE color: 53420.
HSL color Cylindrical-coordinate representation of color #ACD000: hue angle of 70.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.18 |
| HSL | 70.38º | 1% | 0.41% | - |
| HSV(B) | 70.38º | 1% | 0.82% | - |
| XYZ | 39.57 | 53.88 | 8.31 | - |
| YUV | 173.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 0 | 0.17 | 0 | 1 | 0.18 | 70.38 | 1 | 0.41 |
| Hex | AC | D0 | 0 | 11 | 0 | 64 | 12 | 46 | 64 | 29 |
| Octal | 254 | 320 | 0 | 21 | 0 | 144 | 22 | 106 | 144 | 51 |
| Binary | 10101100 | 11010000 | 0 | 10001 | 0 | 1100100 | 10010 | 1000110 | 1100100 | 101001 |
Color Harmonies of #ACD000
Complementary color
Monochromatic Colors of #ACD000
Black with #ACD000
Text Example
Text Example
White with #ACD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD000; }
p { color: rgb(172,208,0); }
H1.HeaderClassName
{
color: #ACD000;
}
.AnyTagClassName
{
color: #ACD000;
}
</style>
background-color css
<style>
a { background-color: #ACD000; }
a { background-color: rgb(172,208,0); }
div.DivClassName
{
background-color: #ACD000;
}
.BgClassName
{
background-color: #ACD000;
}
</style>
border-color css
<style>
span { border-color: #ACD000; }
span { border-color: rgb(172,208,0); }
td.TdClassName
{
border-color: #ACD000;
}
.TagClassName
{
border-color: #ACD000;
}
</style>