Shades of Inch Worm #ACE000
Tints of Inch Worm #ACE000
RGB
CMYK
RGB Variations
Color information
#ACE000 (or 0xACE000) is known color: Inch Worm. HEX triplet: AC, E0 and 00. RGB value is (172,224,0). Sum of RGB (Red+Green+Blue) = 172+224+0=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE000 is #531FFF. Grayscale: #B7B7B7. Windows color (decimal): -5447680 or 57516. OLE color: 57516.
HSL color Cylindrical-coordinate representation of color #ACE000: hue angle of 73.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACE000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.12 |
| HSL | 73.93º | 1% | 0.44% | - |
| HSV(B) | 73.93º | 1% | 0.88% | - |
| XYZ | 43.67 | 62.08 | 9.68 | - |
| YUV | 182.92 | 24.77 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 0 | 0.23 | 0 | 1 | 0.12 | 73.93 | 1 | 0.44 |
| Hex | AC | E0 | 0 | 17 | 0 | 64 | C | 4A | 64 | 2C |
| Octal | 254 | 340 | 0 | 27 | 0 | 144 | 14 | 112 | 144 | 54 |
| Binary | 10101100 | 11100000 | 0 | 10111 | 0 | 1100100 | 1100 | 1001010 | 1100100 | 101100 |
Color Harmonies of #ACE000
Complementary color
Monochromatic Colors of #ACE000
Black with #ACE000
Text Example
Text Example
White with #ACE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE000; }
p { color: rgb(172,224,0); }
H1.HeaderClassName
{
color: #ACE000;
}
.AnyTagClassName
{
color: #ACE000;
}
</style>
background-color css
<style>
a { background-color: #ACE000; }
a { background-color: rgb(172,224,0); }
div.DivClassName
{
background-color: #ACE000;
}
.BgClassName
{
background-color: #ACE000;
}
</style>
border-color css
<style>
span { border-color: #ACE000; }
span { border-color: rgb(172,224,0); }
td.TdClassName
{
border-color: #ACE000;
}
.TagClassName
{
border-color: #ACE000;
}
</style>