Shades of Inch Worm #ACE503
Tints of Inch Worm #ACE503
RGB
CMYK
RGB Variations
Color information
#ACE503 (or 0xACE503) is known color: Inch Worm. HEX triplet: AC, E5 and 03. RGB value is (172,229,3). Sum of RGB (Red+Green+Blue) = 172+229+3=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE503 is #531AFC. Grayscale: #BBBBBB. Windows color (decimal): -5446397 or 255404. OLE color: 255404.
HSL color Cylindrical-coordinate representation of color #ACE503: hue angle of 75.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACE503 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.10 |
| HSL | 75.13º | 0.97% | 0.45% | - |
| HSV(B) | 75.13º | 0.99% | 0.9% | - |
| XYZ | 45.05 | 64.82 | 10.22 | - |
| YUV | 186.19 | 24.62 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 3 | 0.25 | 0 | 0.99 | 0.10 | 75.13 | 0.97 | 0.45 |
| Hex | AC | E5 | 3 | 19 | 0 | 63 | A | 4B | 61 | 2D |
| Octal | 254 | 345 | 3 | 31 | 0 | 143 | 12 | 113 | 141 | 55 |
| Binary | 10101100 | 11100101 | 11 | 11001 | 0 | 1100011 | 1010 | 1001011 | 1100001 | 101101 |
Color Harmonies of #ACE503
Complementary color
Monochromatic Colors of #ACE503
Black with #ACE503
Text Example
Text Example
White with #ACE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE503; }
p { color: rgb(172,229,3); }
H1.HeaderClassName
{
color: #ACE503;
}
.AnyTagClassName
{
color: #ACE503;
}
</style>
background-color css
<style>
a { background-color: #ACE503; }
a { background-color: rgb(172,229,3); }
div.DivClassName
{
background-color: #ACE503;
}
.BgClassName
{
background-color: #ACE503;
}
</style>
border-color css
<style>
span { border-color: #ACE503; }
span { border-color: rgb(172,229,3); }
td.TdClassName
{
border-color: #ACE503;
}
.TagClassName
{
border-color: #ACE503;
}
</style>