Shades of Inch Worm #ACE520
Tints of Inch Worm #ACE520
RGB
CMYK
RGB Variations
Color information
#ACE520 (or 0xACE520) is known color: Inch Worm. HEX triplet: AC, E5 and 20. RGB value is (172,229,32). Sum of RGB (Red+Green+Blue) = 172+229+32=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE520 is #531ADF. Grayscale: #BEBEBE. Windows color (decimal): -5446368 or 2155948. OLE color: 2155948.
HSL color Cylindrical-coordinate representation of color #ACE520: hue angle of 77.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACE520 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 32 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.10 |
| HSL | 77.36º | 0.79% | 0.51% | - |
| HSV(B) | 77.36º | 0.86% | 0.9% | - |
| XYZ | 45.29 | 64.91 | 11.51 | - |
| YUV | 189.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 32 | 0.25 | 0 | 0.86 | 0.10 | 77.36 | 0.79 | 0.51 |
| Hex | AC | E5 | 20 | 19 | 0 | 56 | A | 4D | 4F | 33 |
| Octal | 254 | 345 | 40 | 31 | 0 | 126 | 12 | 115 | 117 | 63 |
| Binary | 10101100 | 11100101 | 100000 | 11001 | 0 | 1010110 | 1010 | 1001101 | 1001111 | 110011 |
Color Harmonies of #ACE520
Complementary color
Monochromatic Colors of #ACE520
Black with #ACE520
Text Example
Text Example
White with #ACE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE520; }
p { color: rgb(172,229,32); }
H1.HeaderClassName
{
color: #ACE520;
}
.AnyTagClassName
{
color: #ACE520;
}
</style>
background-color css
<style>
a { background-color: #ACE520; }
a { background-color: rgb(172,229,32); }
div.DivClassName
{
background-color: #ACE520;
}
.BgClassName
{
background-color: #ACE520;
}
</style>
border-color css
<style>
span { border-color: #ACE520; }
span { border-color: rgb(172,229,32); }
td.TdClassName
{
border-color: #ACE520;
}
.TagClassName
{
border-color: #ACE520;
}
</style>