Shades of Inch Worm #ACD713
Tints of Inch Worm #ACD713
RGB
CMYK
RGB Variations
Color information
#ACD713 (or 0xACD713) is known color: Inch Worm. HEX triplet: AC, D7 and 13. RGB value is (172,215,19). Sum of RGB (Red+Green+Blue) = 172+215+19=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD713 is #5328EC. Grayscale: #B4B4B4. Windows color (decimal): -5449965 or 1300396. OLE color: 1300396.
HSL color Cylindrical-coordinate representation of color #ACD713: hue angle of 73.16º 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 #ACD713 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 19 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.16 |
| HSL | 73.16º | 0.84% | 0.46% | - |
| HSV(B) | 73.16º | 0.91% | 0.84% | - |
| XYZ | 41.43 | 57.42 | 9.52 | - |
| YUV | 179.8 | 37.25 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 19 | 0.2 | 0 | 0.91 | 0.16 | 73.16 | 0.84 | 0.46 |
| Hex | AC | D7 | 13 | 14 | 0 | 5B | 10 | 49 | 54 | 2E |
| Octal | 254 | 327 | 23 | 24 | 0 | 133 | 20 | 111 | 124 | 56 |
| Binary | 10101100 | 11010111 | 10011 | 10100 | 0 | 1011011 | 10000 | 1001001 | 1010100 | 101110 |
Color Harmonies of #ACD713
Complementary color
Monochromatic Colors of #ACD713
Black with #ACD713
Text Example
Text Example
White with #ACD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD713; }
p { color: rgb(172,215,19); }
H1.HeaderClassName
{
color: #ACD713;
}
.AnyTagClassName
{
color: #ACD713;
}
</style>
background-color css
<style>
a { background-color: #ACD713; }
a { background-color: rgb(172,215,19); }
div.DivClassName
{
background-color: #ACD713;
}
.BgClassName
{
background-color: #ACD713;
}
</style>
border-color css
<style>
span { border-color: #ACD713; }
span { border-color: rgb(172,215,19); }
td.TdClassName
{
border-color: #ACD713;
}
.TagClassName
{
border-color: #ACD713;
}
</style>