Shades of Inch Worm #ACD813
Tints of Inch Worm #ACD813
RGB
CMYK
RGB Variations
Color information
#ACD813 (or 0xACD813) is known color: Inch Worm. HEX triplet: AC, D8 and 13. RGB value is (172,216,19). Sum of RGB (Red+Green+Blue) = 172+216+19=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD813 is #5327EC. Grayscale: #B5B5B5. Windows color (decimal): -5449709 or 1300652. OLE color: 1300652.
HSL color Cylindrical-coordinate representation of color #ACD813: hue angle of 73.4º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD813 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.15 |
| HSL | 73.4º | 0.84% | 0.46% | - |
| HSV(B) | 73.4º | 0.91% | 0.85% | - |
| XYZ | 41.69 | 57.93 | 9.6 | - |
| YUV | 180.39 | 36.92 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 19 | 0.20 | 0 | 0.91 | 0.15 | 73.4 | 0.84 | 0.46 |
| Hex | AC | D8 | 13 | 14 | 0 | 5B | F | 49 | 54 | 2E |
| Octal | 254 | 330 | 23 | 24 | 0 | 133 | 17 | 111 | 124 | 56 |
| Binary | 10101100 | 11011000 | 10011 | 10100 | 0 | 1011011 | 1111 | 1001001 | 1010100 | 101110 |
Color Harmonies of #ACD813
Complementary color
Monochromatic Colors of #ACD813
Black with #ACD813
Text Example
Text Example
White with #ACD813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD813; }
p { color: rgb(172,216,19); }
H1.HeaderClassName
{
color: #ACD813;
}
.AnyTagClassName
{
color: #ACD813;
}
</style>
background-color css
<style>
a { background-color: #ACD813; }
a { background-color: rgb(172,216,19); }
div.DivClassName
{
background-color: #ACD813;
}
.BgClassName
{
background-color: #ACD813;
}
</style>
border-color css
<style>
span { border-color: #ACD813; }
span { border-color: rgb(172,216,19); }
td.TdClassName
{
border-color: #ACD813;
}
.TagClassName
{
border-color: #ACD813;
}
</style>