Shades of Inch Worm #ACE52A
Tints of Inch Worm #ACE52A
RGB
CMYK
RGB Variations
Color information
#ACE52A (or 0xACE52A) is known color: Inch Worm. HEX triplet: AC, E5 and 2A. RGB value is (172,229,42). Sum of RGB (Red+Green+Blue) = 172+229+42=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE52A is #531AD5. Grayscale: #BFBFBF. Windows color (decimal): -5446358 or 2811308. OLE color: 2811308.
HSL color Cylindrical-coordinate representation of color #ACE52A: hue angle of 78.29º 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 #ACE52A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 42 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.10 |
| HSL | 78.29º | 0.78% | 0.53% | - |
| HSV(B) | 78.29º | 0.82% | 0.9% | - |
| XYZ | 45.45 | 64.98 | 12.34 | - |
| YUV | 190.64 | 44.12 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 42 | 0.25 | 0 | 0.82 | 0.10 | 78.29 | 0.78 | 0.53 |
| Hex | AC | E5 | 2A | 19 | 0 | 52 | A | 4E | 4E | 35 |
| Octal | 254 | 345 | 52 | 31 | 0 | 122 | 12 | 116 | 116 | 65 |
| Binary | 10101100 | 11100101 | 101010 | 11001 | 0 | 1010010 | 1010 | 1001110 | 1001110 | 110101 |
Color Harmonies of #ACE52A
Complementary color
Monochromatic Colors of #ACE52A
Black with #ACE52A
Text Example
Text Example
White with #ACE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE52A; }
p { color: rgb(172,229,42); }
H1.HeaderClassName
{
color: #ACE52A;
}
.AnyTagClassName
{
color: #ACE52A;
}
</style>
background-color css
<style>
a { background-color: #ACE52A; }
a { background-color: rgb(172,229,42); }
div.DivClassName
{
background-color: #ACE52A;
}
.BgClassName
{
background-color: #ACE52A;
}
</style>
border-color css
<style>
span { border-color: #ACE52A; }
span { border-color: rgb(172,229,42); }
td.TdClassName
{
border-color: #ACE52A;
}
.TagClassName
{
border-color: #ACE52A;
}
</style>