Shades of Inch Worm #ACE200
Tints of Inch Worm #ACE200
RGB
CMYK
RGB Variations
Color information
#ACE200 (or 0xACE200) is known color: Inch Worm. HEX triplet: AC, E2 and 00. RGB value is (172,226,0). Sum of RGB (Red+Green+Blue) = 172+226+0=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE200 is #531DFF. Grayscale: #B8B8B8. Windows color (decimal): -5447168 or 58028. OLE color: 58028.
HSL color Cylindrical-coordinate representation of color #ACE200: hue angle of 74.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACE200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.11 |
| HSL | 74.34º | 1% | 0.44% | - |
| HSV(B) | 74.34º | 1% | 0.89% | - |
| XYZ | 44.21 | 63.16 | 9.86 | - |
| YUV | 184.09 | 24.11 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 0 | 0.24 | 0 | 1 | 0.11 | 74.34 | 1 | 0.44 |
| Hex | AC | E2 | 0 | 18 | 0 | 64 | B | 4A | 64 | 2C |
| Octal | 254 | 342 | 0 | 30 | 0 | 144 | 13 | 112 | 144 | 54 |
| Binary | 10101100 | 11100010 | 0 | 11000 | 0 | 1100100 | 1011 | 1001010 | 1100100 | 101100 |
Color Harmonies of #ACE200
Complementary color
Monochromatic Colors of #ACE200
Black with #ACE200
Text Example
Text Example
White with #ACE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE200; }
p { color: rgb(172,226,0); }
H1.HeaderClassName
{
color: #ACE200;
}
.AnyTagClassName
{
color: #ACE200;
}
</style>
background-color css
<style>
a { background-color: #ACE200; }
a { background-color: rgb(172,226,0); }
div.DivClassName
{
background-color: #ACE200;
}
.BgClassName
{
background-color: #ACE200;
}
</style>
border-color css
<style>
span { border-color: #ACE200; }
span { border-color: rgb(172,226,0); }
td.TdClassName
{
border-color: #ACE200;
}
.TagClassName
{
border-color: #ACE200;
}
</style>