Shades of Inch Worm #ACE400
Tints of Inch Worm #ACE400
RGB
CMYK
RGB Variations
Color information
#ACE400 (or 0xACE400) is known color: Inch Worm. HEX triplet: AC, E4 and 00. RGB value is (172,228,0). Sum of RGB (Red+Green+Blue) = 172+228+0=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE400 is #531BFF. Grayscale: #BABABA. Windows color (decimal): -5446656 or 58540. OLE color: 58540.
HSL color Cylindrical-coordinate representation of color #ACE400: hue angle of 74.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACE400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.11 |
| HSL | 74.74º | 1% | 0.45% | - |
| HSV(B) | 74.74º | 1% | 0.89% | - |
| XYZ | 44.76 | 64.26 | 10.04 | - |
| YUV | 185.26 | 23.45 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 0 | 0.25 | 0 | 1 | 0.11 | 74.74 | 1 | 0.45 |
| Hex | AC | E4 | 0 | 19 | 0 | 64 | B | 4B | 64 | 2D |
| Octal | 254 | 344 | 0 | 31 | 0 | 144 | 13 | 113 | 144 | 55 |
| Binary | 10101100 | 11100100 | 0 | 11001 | 0 | 1100100 | 1011 | 1001011 | 1100100 | 101101 |
Color Harmonies of #ACE400
Complementary color
Monochromatic Colors of #ACE400
Black with #ACE400
Text Example
Text Example
White with #ACE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE400; }
p { color: rgb(172,228,0); }
H1.HeaderClassName
{
color: #ACE400;
}
.AnyTagClassName
{
color: #ACE400;
}
</style>
background-color css
<style>
a { background-color: #ACE400; }
a { background-color: rgb(172,228,0); }
div.DivClassName
{
background-color: #ACE400;
}
.BgClassName
{
background-color: #ACE400;
}
</style>
border-color css
<style>
span { border-color: #ACE400; }
span { border-color: rgb(172,228,0); }
td.TdClassName
{
border-color: #ACE400;
}
.TagClassName
{
border-color: #ACE400;
}
</style>