Shades of Inch Worm #ACE329
Tints of Inch Worm #ACE329
RGB
CMYK
RGB Variations
Color information
#ACE329 (or 0xACE329) is known color: Inch Worm. HEX triplet: AC, E3 and 29. RGB value is (172,227,41). Sum of RGB (Red+Green+Blue) = 172+227+41=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE329 is #531CD6. Grayscale: #BEBEBE. Windows color (decimal): -5446871 or 2745260. OLE color: 2745260.
HSL color Cylindrical-coordinate representation of color #ACE329: hue angle of 77.74º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE329 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 41 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.11 |
| HSL | 77.74º | 0.77% | 0.53% | - |
| HSV(B) | 77.74º | 0.82% | 0.89% | - |
| XYZ | 44.88 | 63.87 | 12.06 | - |
| YUV | 189.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 41 | 0.24 | 0 | 0.82 | 0.11 | 77.74 | 0.77 | 0.53 |
| Hex | AC | E3 | 29 | 18 | 0 | 52 | B | 4E | 4D | 35 |
| Octal | 254 | 343 | 51 | 30 | 0 | 122 | 13 | 116 | 115 | 65 |
| Binary | 10101100 | 11100011 | 101001 | 11000 | 0 | 1010010 | 1011 | 1001110 | 1001101 | 110101 |
Color Harmonies of #ACE329
Complementary color
Monochromatic Colors of #ACE329
Black with #ACE329
Text Example
Text Example
White with #ACE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE329; }
p { color: rgb(172,227,41); }
H1.HeaderClassName
{
color: #ACE329;
}
.AnyTagClassName
{
color: #ACE329;
}
</style>
background-color css
<style>
a { background-color: #ACE329; }
a { background-color: rgb(172,227,41); }
div.DivClassName
{
background-color: #ACE329;
}
.BgClassName
{
background-color: #ACE329;
}
</style>
border-color css
<style>
span { border-color: #ACE329; }
span { border-color: rgb(172,227,41); }
td.TdClassName
{
border-color: #ACE329;
}
.TagClassName
{
border-color: #ACE329;
}
</style>