Shades of Inch Worm #ACE003
Tints of Inch Worm #ACE003
RGB
CMYK
RGB Variations
Color information
#ACE003 (or 0xACE003) is known color: Inch Worm. HEX triplet: AC, E0 and 03. RGB value is (172,224,3). Sum of RGB (Red+Green+Blue) = 172+224+3=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE003 is #531FFC. Grayscale: #B8B8B8. Windows color (decimal): -5447677 or 254124. OLE color: 254124.
HSL color Cylindrical-coordinate representation of color #ACE003: hue angle of 74.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACE003 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.12 |
| HSL | 74.12º | 0.97% | 0.45% | - |
| HSV(B) | 74.12º | 0.99% | 0.88% | - |
| XYZ | 43.69 | 62.09 | 9.77 | - |
| YUV | 183.26 | 26.27 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 3 | 0.23 | 0 | 0.99 | 0.12 | 74.12 | 0.97 | 0.45 |
| Hex | AC | E0 | 3 | 17 | 0 | 63 | C | 4A | 61 | 2D |
| Octal | 254 | 340 | 3 | 27 | 0 | 143 | 14 | 112 | 141 | 55 |
| Binary | 10101100 | 11100000 | 11 | 10111 | 0 | 1100011 | 1100 | 1001010 | 1100001 | 101101 |
Color Harmonies of #ACE003
Complementary color
Monochromatic Colors of #ACE003
Black with #ACE003
Text Example
Text Example
White with #ACE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE003; }
p { color: rgb(172,224,3); }
H1.HeaderClassName
{
color: #ACE003;
}
.AnyTagClassName
{
color: #ACE003;
}
</style>
background-color css
<style>
a { background-color: #ACE003; }
a { background-color: rgb(172,224,3); }
div.DivClassName
{
background-color: #ACE003;
}
.BgClassName
{
background-color: #ACE003;
}
</style>
border-color css
<style>
span { border-color: #ACE003; }
span { border-color: rgb(172,224,3); }
td.TdClassName
{
border-color: #ACE003;
}
.TagClassName
{
border-color: #ACE003;
}
</style>