Shades of Inch Worm #ACE205
Tints of Inch Worm #ACE205
RGB
CMYK
RGB Variations
Color information
#ACE205 (or 0xACE205) is known color: Inch Worm. HEX triplet: AC, E2 and 05. RGB value is (172,226,5). Sum of RGB (Red+Green+Blue) = 172+226+5=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE205 is #531DFA. Grayscale: #B9B9B9. Windows color (decimal): -5447163 or 385708. OLE color: 385708.
HSL color Cylindrical-coordinate representation of color #ACE205: hue angle of 74.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACE205 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.11 |
| HSL | 74.66º | 0.96% | 0.45% | - |
| HSV(B) | 74.66º | 0.98% | 0.89% | - |
| XYZ | 44.24 | 63.17 | 10.01 | - |
| YUV | 184.66 | 26.61 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 5 | 0.24 | 0 | 0.98 | 0.11 | 74.66 | 0.96 | 0.45 |
| Hex | AC | E2 | 5 | 18 | 0 | 62 | B | 4B | 60 | 2D |
| Octal | 254 | 342 | 5 | 30 | 0 | 142 | 13 | 113 | 140 | 55 |
| Binary | 10101100 | 11100010 | 101 | 11000 | 0 | 1100010 | 1011 | 1001011 | 1100000 | 101101 |
Color Harmonies of #ACE205
Complementary color
Monochromatic Colors of #ACE205
Black with #ACE205
Text Example
Text Example
White with #ACE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE205; }
p { color: rgb(172,226,5); }
H1.HeaderClassName
{
color: #ACE205;
}
.AnyTagClassName
{
color: #ACE205;
}
</style>
background-color css
<style>
a { background-color: #ACE205; }
a { background-color: rgb(172,226,5); }
div.DivClassName
{
background-color: #ACE205;
}
.BgClassName
{
background-color: #ACE205;
}
</style>
border-color css
<style>
span { border-color: #ACE205; }
span { border-color: rgb(172,226,5); }
td.TdClassName
{
border-color: #ACE205;
}
.TagClassName
{
border-color: #ACE205;
}
</style>