Shades of Inch Worm #ACE328
Tints of Inch Worm #ACE328
RGB
CMYK
RGB Variations
Color information
#ACE328 (or 0xACE328) is known color: Inch Worm. HEX triplet: AC, E3 and 28. RGB value is (172,227,40). Sum of RGB (Red+Green+Blue) = 172+227+40=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE328 is #531CD7. Grayscale: #BDBDBD. Windows color (decimal): -5446872 or 2679724. OLE color: 2679724.
HSL color Cylindrical-coordinate representation of color #ACE328: hue angle of 77.65º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE328 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 40 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.11 |
| HSL | 77.65º | 0.77% | 0.52% | - |
| HSV(B) | 77.65º | 0.82% | 0.89% | - |
| XYZ | 44.87 | 63.86 | 11.97 | - |
| YUV | 189.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 40 | 0.24 | 0 | 0.82 | 0.11 | 77.65 | 0.77 | 0.52 |
| Hex | AC | E3 | 28 | 18 | 0 | 52 | B | 4E | 4D | 34 |
| Octal | 254 | 343 | 50 | 30 | 0 | 122 | 13 | 116 | 115 | 64 |
| Binary | 10101100 | 11100011 | 101000 | 11000 | 0 | 1010010 | 1011 | 1001110 | 1001101 | 110100 |
Color Harmonies of #ACE328
Complementary color
Monochromatic Colors of #ACE328
Black with #ACE328
Text Example
Text Example
White with #ACE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE328; }
p { color: rgb(172,227,40); }
H1.HeaderClassName
{
color: #ACE328;
}
.AnyTagClassName
{
color: #ACE328;
}
</style>
background-color css
<style>
a { background-color: #ACE328; }
a { background-color: rgb(172,227,40); }
div.DivClassName
{
background-color: #ACE328;
}
.BgClassName
{
background-color: #ACE328;
}
</style>
border-color css
<style>
span { border-color: #ACE328; }
span { border-color: rgb(172,227,40); }
td.TdClassName
{
border-color: #ACE328;
}
.TagClassName
{
border-color: #ACE328;
}
</style>