Shades of Inch Worm #ACE32E
Tints of Inch Worm #ACE32E
RGB
CMYK
RGB Variations
Color information
#ACE32E (or 0xACE32E) is known color: Inch Worm. HEX triplet: AC, E3 and 2E. RGB value is (172,227,46). Sum of RGB (Red+Green+Blue) = 172+227+46=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE32E is #531CD1. Grayscale: #BEBEBE. Windows color (decimal): -5446866 or 3072940. OLE color: 3072940.
HSL color Cylindrical-coordinate representation of color #ACE32E: hue angle of 78.23º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACE32E is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 46 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.11 |
| HSL | 78.23º | 0.76% | 0.54% | - |
| HSV(B) | 78.23º | 0.8% | 0.89% | - |
| XYZ | 44.98 | 63.91 | 12.55 | - |
| YUV | 189.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 46 | 0.24 | 0 | 0.80 | 0.11 | 78.23 | 0.76 | 0.54 |
| Hex | AC | E3 | 2E | 18 | 0 | 50 | B | 4E | 4C | 36 |
| Octal | 254 | 343 | 56 | 30 | 0 | 120 | 13 | 116 | 114 | 66 |
| Binary | 10101100 | 11100011 | 101110 | 11000 | 0 | 1010000 | 1011 | 1001110 | 1001100 | 110110 |
Color Harmonies of #ACE32E
Complementary color
Monochromatic Colors of #ACE32E
Black with #ACE32E
Text Example
Text Example
White with #ACE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE32E; }
p { color: rgb(172,227,46); }
H1.HeaderClassName
{
color: #ACE32E;
}
.AnyTagClassName
{
color: #ACE32E;
}
</style>
background-color css
<style>
a { background-color: #ACE32E; }
a { background-color: rgb(172,227,46); }
div.DivClassName
{
background-color: #ACE32E;
}
.BgClassName
{
background-color: #ACE32E;
}
</style>
border-color css
<style>
span { border-color: #ACE32E; }
span { border-color: rgb(172,227,46); }
td.TdClassName
{
border-color: #ACE32E;
}
.TagClassName
{
border-color: #ACE32E;
}
</style>