Shades of Inch Worm #ACE529
Tints of Inch Worm #ACE529
RGB
CMYK
RGB Variations
Color information
#ACE529 (or 0xACE529) is known color: Inch Worm. HEX triplet: AC, E5 and 29. RGB value is (172,229,41). Sum of RGB (Red+Green+Blue) = 172+229+41=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE529 is #531AD6. Grayscale: #BFBFBF. Windows color (decimal): -5446359 or 2745772. OLE color: 2745772.
HSL color Cylindrical-coordinate representation of color #ACE529: hue angle of 78.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACE529 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 41 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.10 |
| HSL | 78.19º | 0.78% | 0.53% | - |
| HSV(B) | 78.19º | 0.82% | 0.9% | - |
| XYZ | 45.43 | 64.97 | 12.24 | - |
| YUV | 190.53 | 43.62 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 41 | 0.25 | 0 | 0.82 | 0.10 | 78.19 | 0.78 | 0.53 |
| Hex | AC | E5 | 29 | 19 | 0 | 52 | A | 4E | 4E | 35 |
| Octal | 254 | 345 | 51 | 31 | 0 | 122 | 12 | 116 | 116 | 65 |
| Binary | 10101100 | 11100101 | 101001 | 11001 | 0 | 1010010 | 1010 | 1001110 | 1001110 | 110101 |
Color Harmonies of #ACE529
Complementary color
Monochromatic Colors of #ACE529
Black with #ACE529
Text Example
Text Example
White with #ACE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE529; }
p { color: rgb(172,229,41); }
H1.HeaderClassName
{
color: #ACE529;
}
.AnyTagClassName
{
color: #ACE529;
}
</style>
background-color css
<style>
a { background-color: #ACE529; }
a { background-color: rgb(172,229,41); }
div.DivClassName
{
background-color: #ACE529;
}
.BgClassName
{
background-color: #ACE529;
}
</style>
border-color css
<style>
span { border-color: #ACE529; }
span { border-color: rgb(172,229,41); }
td.TdClassName
{
border-color: #ACE529;
}
.TagClassName
{
border-color: #ACE529;
}
</style>