Shades of Inch Worm #ACE006
Tints of Inch Worm #ACE006
RGB
CMYK
RGB Variations
Color information
#ACE006 (or 0xACE006) is known color: Inch Worm. HEX triplet: AC, E0 and 06. RGB value is (172,224,6). Sum of RGB (Red+Green+Blue) = 172+224+6=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE006 is #531FF9. Grayscale: #B8B8B8. Windows color (decimal): -5447674 or 450732. OLE color: 450732.
HSL color Cylindrical-coordinate representation of color #ACE006: hue angle of 74.31º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACE006 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.12 |
| HSL | 74.31º | 0.95% | 0.45% | - |
| HSV(B) | 74.31º | 0.97% | 0.88% | - |
| XYZ | 43.7 | 62.1 | 9.85 | - |
| YUV | 183.6 | 27.77 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 6 | 0.23 | 0 | 0.97 | 0.12 | 74.31 | 0.95 | 0.45 |
| Hex | AC | E0 | 6 | 17 | 0 | 61 | C | 4A | 5F | 2D |
| Octal | 254 | 340 | 6 | 27 | 0 | 141 | 14 | 112 | 137 | 55 |
| Binary | 10101100 | 11100000 | 110 | 10111 | 0 | 1100001 | 1100 | 1001010 | 1011111 | 101101 |
Color Harmonies of #ACE006
Complementary color
Monochromatic Colors of #ACE006
Black with #ACE006
Text Example
Text Example
White with #ACE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE006; }
p { color: rgb(172,224,6); }
H1.HeaderClassName
{
color: #ACE006;
}
.AnyTagClassName
{
color: #ACE006;
}
</style>
background-color css
<style>
a { background-color: #ACE006; }
a { background-color: rgb(172,224,6); }
div.DivClassName
{
background-color: #ACE006;
}
.BgClassName
{
background-color: #ACE006;
}
</style>
border-color css
<style>
span { border-color: #ACE006; }
span { border-color: rgb(172,224,6); }
td.TdClassName
{
border-color: #ACE006;
}
.TagClassName
{
border-color: #ACE006;
}
</style>