Shades of Inch Worm #ACE804
Tints of Inch Worm #ACE804
RGB
CMYK
RGB Variations
Color information
#ACE804 (or 0xACE804) is known color: Inch Worm. HEX triplet: AC, E8 and 04. RGB value is (172,232,4). Sum of RGB (Red+Green+Blue) = 172+232+4=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE804 is #5317FB. Grayscale: #BCBCBC. Windows color (decimal): -5445628 or 321708. OLE color: 321708.
HSL color Cylindrical-coordinate representation of color #ACE804: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACE804 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.09 |
| HSL | 75.79º | 0.97% | 0.46% | - |
| HSV(B) | 75.79º | 0.98% | 0.91% | - |
| XYZ | 45.89 | 66.49 | 10.53 | - |
| YUV | 188.07 | 24.12 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 4 | 0.26 | 0 | 0.98 | 0.09 | 75.79 | 0.97 | 0.46 |
| Hex | AC | E8 | 4 | 1A | 0 | 62 | 9 | 4C | 61 | 2E |
| Octal | 254 | 350 | 4 | 32 | 0 | 142 | 11 | 114 | 141 | 56 |
| Binary | 10101100 | 11101000 | 100 | 11010 | 0 | 1100010 | 1001 | 1001100 | 1100001 | 101110 |
Color Harmonies of #ACE804
Complementary color
Monochromatic Colors of #ACE804
Black with #ACE804
Text Example
Text Example
White with #ACE804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE804; }
p { color: rgb(172,232,4); }
H1.HeaderClassName
{
color: #ACE804;
}
.AnyTagClassName
{
color: #ACE804;
}
</style>
background-color css
<style>
a { background-color: #ACE804; }
a { background-color: rgb(172,232,4); }
div.DivClassName
{
background-color: #ACE804;
}
.BgClassName
{
background-color: #ACE804;
}
</style>
border-color css
<style>
span { border-color: #ACE804; }
span { border-color: rgb(172,232,4); }
td.TdClassName
{
border-color: #ACE804;
}
.TagClassName
{
border-color: #ACE804;
}
</style>