Shades of Inch Worm #ACD613
Tints of Inch Worm #ACD613
RGB
CMYK
RGB Variations
Color information
#ACD613 (or 0xACD613) is known color: Inch Worm. HEX triplet: AC, D6 and 13. RGB value is (172,214,19). Sum of RGB (Red+Green+Blue) = 172+214+19=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD613 is #5329EC. Grayscale: #B3B3B3. Windows color (decimal): -5450221 or 1300140. OLE color: 1300140.
HSL color Cylindrical-coordinate representation of color #ACD613: hue angle of 72.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD613 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.16 |
| HSL | 72.92º | 0.84% | 0.46% | - |
| HSV(B) | 72.92º | 0.91% | 0.84% | - |
| XYZ | 41.18 | 56.91 | 9.43 | - |
| YUV | 179.21 | 37.59 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 19 | 0.20 | 0 | 0.91 | 0.16 | 72.92 | 0.84 | 0.46 |
| Hex | AC | D6 | 13 | 14 | 0 | 5B | 10 | 49 | 54 | 2E |
| Octal | 254 | 326 | 23 | 24 | 0 | 133 | 20 | 111 | 124 | 56 |
| Binary | 10101100 | 11010110 | 10011 | 10100 | 0 | 1011011 | 10000 | 1001001 | 1010100 | 101110 |
Color Harmonies of #ACD613
Complementary color
Monochromatic Colors of #ACD613
Black with #ACD613
Text Example
Text Example
White with #ACD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD613; }
p { color: rgb(172,214,19); }
H1.HeaderClassName
{
color: #ACD613;
}
.AnyTagClassName
{
color: #ACD613;
}
</style>
background-color css
<style>
a { background-color: #ACD613; }
a { background-color: rgb(172,214,19); }
div.DivClassName
{
background-color: #ACD613;
}
.BgClassName
{
background-color: #ACD613;
}
</style>
border-color css
<style>
span { border-color: #ACD613; }
span { border-color: rgb(172,214,19); }
td.TdClassName
{
border-color: #ACD613;
}
.TagClassName
{
border-color: #ACD613;
}
</style>