Shades of Inch Worm #ACE52D
Tints of Inch Worm #ACE52D
RGB
CMYK
RGB Variations
Color information
#ACE52D (or 0xACE52D) is known color: Inch Worm. HEX triplet: AC, E5 and 2D. RGB value is (172,229,45). Sum of RGB (Red+Green+Blue) = 172+229+45=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE52D is #531AD2. Grayscale: #BFBFBF. Windows color (decimal): -5446355 or 3007916. OLE color: 3007916.
HSL color Cylindrical-coordinate representation of color #ACE52D: hue angle of 78.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACE52D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 45 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.10 |
| HSL | 78.59º | 0.78% | 0.54% | - |
| HSV(B) | 78.59º | 0.8% | 0.9% | - |
| XYZ | 45.51 | 65 | 12.63 | - |
| YUV | 190.98 | 45.62 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 45 | 0.25 | 0 | 0.80 | 0.10 | 78.59 | 0.78 | 0.54 |
| Hex | AC | E5 | 2D | 19 | 0 | 50 | A | 4F | 4E | 36 |
| Octal | 254 | 345 | 55 | 31 | 0 | 120 | 12 | 117 | 116 | 66 |
| Binary | 10101100 | 11100101 | 101101 | 11001 | 0 | 1010000 | 1010 | 1001111 | 1001110 | 110110 |
Color Harmonies of #ACE52D
Complementary color
Monochromatic Colors of #ACE52D
Black with #ACE52D
Text Example
Text Example
White with #ACE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE52D; }
p { color: rgb(172,229,45); }
H1.HeaderClassName
{
color: #ACE52D;
}
.AnyTagClassName
{
color: #ACE52D;
}
</style>
background-color css
<style>
a { background-color: #ACE52D; }
a { background-color: rgb(172,229,45); }
div.DivClassName
{
background-color: #ACE52D;
}
.BgClassName
{
background-color: #ACE52D;
}
</style>
border-color css
<style>
span { border-color: #ACE52D; }
span { border-color: rgb(172,229,45); }
td.TdClassName
{
border-color: #ACE52D;
}
.TagClassName
{
border-color: #ACE52D;
}
</style>