Shades of Inch Worm #ACE413
Tints of Inch Worm #ACE413
RGB
CMYK
RGB Variations
Color information
#ACE413 (or 0xACE413) is known color: Inch Worm. HEX triplet: AC, E4 and 13. RGB value is (172,228,19). Sum of RGB (Red+Green+Blue) = 172+228+19=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE413 is #531BEC. Grayscale: #BCBCBC. Windows color (decimal): -5446637 or 1303724. OLE color: 1303724.
HSL color Cylindrical-coordinate representation of color #ACE413: hue angle of 76.08º 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 #ACE413 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 19 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.11 |
| HSL | 76.08º | 0.85% | 0.48% | - |
| HSV(B) | 76.08º | 0.92% | 0.89% | - |
| XYZ | 44.87 | 64.3 | 10.66 | - |
| YUV | 187.43 | 32.95 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 19 | 0.25 | 0 | 0.92 | 0.11 | 76.08 | 0.85 | 0.48 |
| Hex | AC | E4 | 13 | 19 | 0 | 5C | B | 4C | 55 | 30 |
| Octal | 254 | 344 | 23 | 31 | 0 | 134 | 13 | 114 | 125 | 60 |
| Binary | 10101100 | 11100100 | 10011 | 11001 | 0 | 1011100 | 1011 | 1001100 | 1010101 | 110000 |
Color Harmonies of #ACE413
Complementary color
Monochromatic Colors of #ACE413
Black with #ACE413
Text Example
Text Example
White with #ACE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE413; }
p { color: rgb(172,228,19); }
H1.HeaderClassName
{
color: #ACE413;
}
.AnyTagClassName
{
color: #ACE413;
}
</style>
background-color css
<style>
a { background-color: #ACE413; }
a { background-color: rgb(172,228,19); }
div.DivClassName
{
background-color: #ACE413;
}
.BgClassName
{
background-color: #ACE413;
}
</style>
border-color css
<style>
span { border-color: #ACE413; }
span { border-color: rgb(172,228,19); }
td.TdClassName
{
border-color: #ACE413;
}
.TagClassName
{
border-color: #ACE413;
}
</style>