Shades of Inch Worm #ACE800
Tints of Inch Worm #ACE800
RGB
CMYK
RGB Variations
Color information
#ACE800 (or 0xACE800) is known color: Inch Worm. HEX triplet: AC, E8 and 00. RGB value is (172,232,0). Sum of RGB (Red+Green+Blue) = 172+232+0=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE800 is #5317FF. Grayscale: #BCBCBC. Windows color (decimal): -5445632 or 59564. OLE color: 59564.
HSL color Cylindrical-coordinate representation of color #ACE800: hue angle of 75.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACE800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.09 |
| HSL | 75.52º | 1% | 0.45% | - |
| HSV(B) | 75.52º | 1% | 0.91% | - |
| XYZ | 45.87 | 66.48 | 10.42 | - |
| YUV | 187.61 | 22.12 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 0 | 0.26 | 0 | 1 | 0.09 | 75.52 | 1 | 0.45 |
| Hex | AC | E8 | 0 | 1A | 0 | 64 | 9 | 4C | 64 | 2D |
| Octal | 254 | 350 | 0 | 32 | 0 | 144 | 11 | 114 | 144 | 55 |
| Binary | 10101100 | 11101000 | 0 | 11010 | 0 | 1100100 | 1001 | 1001100 | 1100100 | 101101 |
Color Harmonies of #ACE800
Complementary color
Monochromatic Colors of #ACE800
Black with #ACE800
Text Example
Text Example
White with #ACE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE800; }
p { color: rgb(172,232,0); }
H1.HeaderClassName
{
color: #ACE800;
}
.AnyTagClassName
{
color: #ACE800;
}
</style>
background-color css
<style>
a { background-color: #ACE800; }
a { background-color: rgb(172,232,0); }
div.DivClassName
{
background-color: #ACE800;
}
.BgClassName
{
background-color: #ACE800;
}
</style>
border-color css
<style>
span { border-color: #ACE800; }
span { border-color: rgb(172,232,0); }
td.TdClassName
{
border-color: #ACE800;
}
.TagClassName
{
border-color: #ACE800;
}
</style>