Shades of Inch Worm #ACE128
Tints of Inch Worm #ACE128
RGB
CMYK
RGB Variations
Color information
#ACE128 (or 0xACE128) is known color: Inch Worm. HEX triplet: AC, E1 and 28. RGB value is (172,225,40). Sum of RGB (Red+Green+Blue) = 172+225+40=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE128 is #531ED7. Grayscale: #BCBCBC. Windows color (decimal): -5447384 or 2679212. OLE color: 2679212.
HSL color Cylindrical-coordinate representation of color #ACE128: hue angle of 77.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE128 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 40 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.12 |
| HSL | 77.19º | 0.76% | 0.52% | - |
| HSV(B) | 77.19º | 0.82% | 0.88% | - |
| XYZ | 44.32 | 62.77 | 11.79 | - |
| YUV | 188.06 | 44.44 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 40 | 0.24 | 0 | 0.82 | 0.12 | 77.19 | 0.76 | 0.52 |
| Hex | AC | E1 | 28 | 18 | 0 | 52 | C | 4D | 4C | 34 |
| Octal | 254 | 341 | 50 | 30 | 0 | 122 | 14 | 115 | 114 | 64 |
| Binary | 10101100 | 11100001 | 101000 | 11000 | 0 | 1010010 | 1100 | 1001101 | 1001100 | 110100 |
Color Harmonies of #ACE128
Complementary color
Monochromatic Colors of #ACE128
Black with #ACE128
Text Example
Text Example
White with #ACE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE128; }
p { color: rgb(172,225,40); }
H1.HeaderClassName
{
color: #ACE128;
}
.AnyTagClassName
{
color: #ACE128;
}
</style>
background-color css
<style>
a { background-color: #ACE128; }
a { background-color: rgb(172,225,40); }
div.DivClassName
{
background-color: #ACE128;
}
.BgClassName
{
background-color: #ACE128;
}
</style>
border-color css
<style>
span { border-color: #ACE128; }
span { border-color: rgb(172,225,40); }
td.TdClassName
{
border-color: #ACE128;
}
.TagClassName
{
border-color: #ACE128;
}
</style>