Shades of Inch Worm #ACE02C
Tints of Inch Worm #ACE02C
RGB
CMYK
RGB Variations
Color information
#ACE02C (or 0xACE02C) is known color: Inch Worm. HEX triplet: AC, E0 and 2C. RGB value is (172,224,44). Sum of RGB (Red+Green+Blue) = 172+224+44=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE02C is #531FD3. Grayscale: #BCBCBC. Windows color (decimal): -5447636 or 2941100. OLE color: 2941100.
HSL color Cylindrical-coordinate representation of color #ACE02C: hue angle of 77.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACE02C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 44 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.12 |
| HSL | 77.33º | 0.74% | 0.53% | - |
| HSV(B) | 77.33º | 0.8% | 0.88% | - |
| XYZ | 44.12 | 62.26 | 12.08 | - |
| YUV | 187.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 44 | 0.23 | 0 | 0.80 | 0.12 | 77.33 | 0.74 | 0.53 |
| Hex | AC | E0 | 2C | 17 | 0 | 50 | C | 4D | 4A | 35 |
| Octal | 254 | 340 | 54 | 27 | 0 | 120 | 14 | 115 | 112 | 65 |
| Binary | 10101100 | 11100000 | 101100 | 10111 | 0 | 1010000 | 1100 | 1001101 | 1001010 | 110101 |
Color Harmonies of #ACE02C
Complementary color
Monochromatic Colors of #ACE02C
Black with #ACE02C
Text Example
Text Example
White with #ACE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE02C; }
p { color: rgb(172,224,44); }
H1.HeaderClassName
{
color: #ACE02C;
}
.AnyTagClassName
{
color: #ACE02C;
}
</style>
background-color css
<style>
a { background-color: #ACE02C; }
a { background-color: rgb(172,224,44); }
div.DivClassName
{
background-color: #ACE02C;
}
.BgClassName
{
background-color: #ACE02C;
}
</style>
border-color css
<style>
span { border-color: #ACE02C; }
span { border-color: rgb(172,224,44); }
td.TdClassName
{
border-color: #ACE02C;
}
.TagClassName
{
border-color: #ACE02C;
}
</style>