Shades of Inch Worm #ACE313
Tints of Inch Worm #ACE313
RGB
CMYK
RGB Variations
Color information
#ACE313 (or 0xACE313) is known color: Inch Worm. HEX triplet: AC, E3 and 13. RGB value is (172,227,19). Sum of RGB (Red+Green+Blue) = 172+227+19=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE313 is #531CEC. Grayscale: #BBBBBB. Windows color (decimal): -5446893 or 1303468. OLE color: 1303468.
HSL color Cylindrical-coordinate representation of color #ACE313: hue angle of 75.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACE313 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.11 |
| HSL | 75.87º | 0.85% | 0.48% | - |
| HSV(B) | 75.87º | 0.92% | 0.89% | - |
| XYZ | 44.6 | 63.76 | 10.57 | - |
| YUV | 186.84 | 33.28 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 19 | 0.24 | 0 | 0.92 | 0.11 | 75.87 | 0.85 | 0.48 |
| Hex | AC | E3 | 13 | 18 | 0 | 5C | B | 4C | 55 | 30 |
| Octal | 254 | 343 | 23 | 30 | 0 | 134 | 13 | 114 | 125 | 60 |
| Binary | 10101100 | 11100011 | 10011 | 11000 | 0 | 1011100 | 1011 | 1001100 | 1010101 | 110000 |
Color Harmonies of #ACE313
Complementary color
Monochromatic Colors of #ACE313
Black with #ACE313
Text Example
Text Example
White with #ACE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE313; }
p { color: rgb(172,227,19); }
H1.HeaderClassName
{
color: #ACE313;
}
.AnyTagClassName
{
color: #ACE313;
}
</style>
background-color css
<style>
a { background-color: #ACE313; }
a { background-color: rgb(172,227,19); }
div.DivClassName
{
background-color: #ACE313;
}
.BgClassName
{
background-color: #ACE313;
}
</style>
border-color css
<style>
span { border-color: #ACE313; }
span { border-color: rgb(172,227,19); }
td.TdClassName
{
border-color: #ACE313;
}
.TagClassName
{
border-color: #ACE313;
}
</style>