Shades of Inch Worm #ACD413
Tints of Inch Worm #ACD413
RGB
CMYK
RGB Variations
Color information
#ACD413 (or 0xACD413) is known color: Inch Worm. HEX triplet: AC, D4 and 13. RGB value is (172,212,19). Sum of RGB (Red+Green+Blue) = 172+212+19=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD413 is #532BEC. Grayscale: #B2B2B2. Windows color (decimal): -5450733 or 1299628. OLE color: 1299628.
HSL color Cylindrical-coordinate representation of color #ACD413: hue angle of 72.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD413 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 19 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.17 |
| HSL | 72.44º | 0.84% | 0.45% | - |
| HSV(B) | 72.44º | 0.91% | 0.83% | - |
| XYZ | 40.67 | 55.9 | 9.26 | - |
| YUV | 178.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 19 | 0.19 | 0 | 0.91 | 0.17 | 72.44 | 0.84 | 0.45 |
| Hex | AC | D4 | 13 | 13 | 0 | 5B | 11 | 48 | 54 | 2D |
| Octal | 254 | 324 | 23 | 23 | 0 | 133 | 21 | 110 | 124 | 55 |
| Binary | 10101100 | 11010100 | 10011 | 10011 | 0 | 1011011 | 10001 | 1001000 | 1010100 | 101101 |
Color Harmonies of #ACD413
Complementary color
Monochromatic Colors of #ACD413
Black with #ACD413
Text Example
Text Example
White with #ACD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD413; }
p { color: rgb(172,212,19); }
H1.HeaderClassName
{
color: #ACD413;
}
.AnyTagClassName
{
color: #ACD413;
}
</style>
background-color css
<style>
a { background-color: #ACD413; }
a { background-color: rgb(172,212,19); }
div.DivClassName
{
background-color: #ACD413;
}
.BgClassName
{
background-color: #ACD413;
}
</style>
border-color css
<style>
span { border-color: #ACD413; }
span { border-color: rgb(172,212,19); }
td.TdClassName
{
border-color: #ACD413;
}
.TagClassName
{
border-color: #ACD413;
}
</style>