Shades of Inch Worm #ACD111
Tints of Inch Worm #ACD111
RGB
CMYK
RGB Variations
Color information
#ACD111 (or 0xACD111) is known color: Inch Worm. HEX triplet: AC, D1 and 11. RGB value is (172,209,17). Sum of RGB (Red+Green+Blue) = 172+209+17=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD111 is #532EEE. Grayscale: #B0B0B0. Windows color (decimal): -5451503 or 1167788. OLE color: 1167788.
HSL color Cylindrical-coordinate representation of color #ACD111: hue angle of 71.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACD111 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 17 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.18 |
| HSL | 71.56º | 0.85% | 0.44% | - |
| HSV(B) | 71.56º | 0.92% | 0.82% | - |
| XYZ | 39.91 | 54.41 | 8.93 | - |
| YUV | 176.05 | 38.24 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 17 | 0.18 | 0 | 0.92 | 0.18 | 71.56 | 0.85 | 0.44 |
| Hex | AC | D1 | 11 | 12 | 0 | 5C | 12 | 48 | 55 | 2C |
| Octal | 254 | 321 | 21 | 22 | 0 | 134 | 22 | 110 | 125 | 54 |
| Binary | 10101100 | 11010001 | 10001 | 10010 | 0 | 1011100 | 10010 | 1001000 | 1010101 | 101100 |
Color Harmonies of #ACD111
Complementary color
Monochromatic Colors of #ACD111
Black with #ACD111
Text Example
Text Example
White with #ACD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD111; }
p { color: rgb(172,209,17); }
H1.HeaderClassName
{
color: #ACD111;
}
.AnyTagClassName
{
color: #ACD111;
}
</style>
background-color css
<style>
a { background-color: #ACD111; }
a { background-color: rgb(172,209,17); }
div.DivClassName
{
background-color: #ACD111;
}
.BgClassName
{
background-color: #ACD111;
}
</style>
border-color css
<style>
span { border-color: #ACD111; }
span { border-color: rgb(172,209,17); }
td.TdClassName
{
border-color: #ACD111;
}
.TagClassName
{
border-color: #ACD111;
}
</style>