Shades of Inch Worm #ACE005
Tints of Inch Worm #ACE005
RGB
CMYK
RGB Variations
Color information
#ACE005 (or 0xACE005) is known color: Inch Worm. HEX triplet: AC, E0 and 05. RGB value is (172,224,5). Sum of RGB (Red+Green+Blue) = 172+224+5=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE005 is #531FFA. Grayscale: #B8B8B8. Windows color (decimal): -5447675 or 385196. OLE color: 385196.
HSL color Cylindrical-coordinate representation of color #ACE005: hue angle of 74.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACE005 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.12 |
| HSL | 74.25º | 0.96% | 0.45% | - |
| HSV(B) | 74.25º | 0.98% | 0.88% | - |
| XYZ | 43.7 | 62.09 | 9.83 | - |
| YUV | 183.49 | 27.27 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 5 | 0.23 | 0 | 0.98 | 0.12 | 74.25 | 0.96 | 0.45 |
| Hex | AC | E0 | 5 | 17 | 0 | 62 | C | 4A | 60 | 2D |
| Octal | 254 | 340 | 5 | 27 | 0 | 142 | 14 | 112 | 140 | 55 |
| Binary | 10101100 | 11100000 | 101 | 10111 | 0 | 1100010 | 1100 | 1001010 | 1100000 | 101101 |
Color Harmonies of #ACE005
Complementary color
Monochromatic Colors of #ACE005
Black with #ACE005
Text Example
Text Example
White with #ACE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE005; }
p { color: rgb(172,224,5); }
H1.HeaderClassName
{
color: #ACE005;
}
.AnyTagClassName
{
color: #ACE005;
}
</style>
background-color css
<style>
a { background-color: #ACE005; }
a { background-color: rgb(172,224,5); }
div.DivClassName
{
background-color: #ACE005;
}
.BgClassName
{
background-color: #ACE005;
}
</style>
border-color css
<style>
span { border-color: #ACE005; }
span { border-color: rgb(172,224,5); }
td.TdClassName
{
border-color: #ACE005;
}
.TagClassName
{
border-color: #ACE005;
}
</style>