Shades of Inch Worm #ACD114
Tints of Inch Worm #ACD114
RGB
CMYK
RGB Variations
Color information
#ACD114 (or 0xACD114) is known color: Inch Worm. HEX triplet: AC, D1 and 14. RGB value is (172,209,20). Sum of RGB (Red+Green+Blue) = 172+209+20=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD114 is #532EEB. Grayscale: #B1B1B1. Windows color (decimal): -5451500 or 1364396. OLE color: 1364396.
HSL color Cylindrical-coordinate representation of color #ACD114: hue angle of 71.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD114 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 20 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.18 |
| HSL | 71.75º | 0.83% | 0.45% | - |
| HSV(B) | 71.75º | 0.9% | 0.82% | - |
| XYZ | 39.94 | 54.42 | 9.06 | - |
| YUV | 176.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 20 | 0.18 | 0 | 0.90 | 0.18 | 71.75 | 0.83 | 0.45 |
| Hex | AC | D1 | 14 | 12 | 0 | 5A | 12 | 48 | 53 | 2D |
| Octal | 254 | 321 | 24 | 22 | 0 | 132 | 22 | 110 | 123 | 55 |
| Binary | 10101100 | 11010001 | 10100 | 10010 | 0 | 1011010 | 10010 | 1001000 | 1010011 | 101101 |
Color Harmonies of #ACD114
Complementary color
Monochromatic Colors of #ACD114
Black with #ACD114
Text Example
Text Example
White with #ACD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD114; }
p { color: rgb(172,209,20); }
H1.HeaderClassName
{
color: #ACD114;
}
.AnyTagClassName
{
color: #ACD114;
}
</style>
background-color css
<style>
a { background-color: #ACD114; }
a { background-color: rgb(172,209,20); }
div.DivClassName
{
background-color: #ACD114;
}
.BgClassName
{
background-color: #ACD114;
}
</style>
border-color css
<style>
span { border-color: #ACD114; }
span { border-color: rgb(172,209,20); }
td.TdClassName
{
border-color: #ACD114;
}
.TagClassName
{
border-color: #ACD114;
}
</style>