Shades of Inch Worm #ACE316
Tints of Inch Worm #ACE316
RGB
CMYK
RGB Variations
Color information
#ACE316 (or 0xACE316) is known color: Inch Worm. HEX triplet: AC, E3 and 16. RGB value is (172,227,22). Sum of RGB (Red+Green+Blue) = 172+227+22=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE316 is #531CE9. Grayscale: #BBBBBB. Windows color (decimal): -5446890 or 1500076. OLE color: 1500076.
HSL color Cylindrical-coordinate representation of color #ACE316: hue angle of 76.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACE316 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.11 |
| HSL | 76.1º | 0.82% | 0.49% | - |
| HSV(B) | 76.1º | 0.9% | 0.89% | - |
| XYZ | 44.63 | 63.77 | 10.72 | - |
| YUV | 187.19 | 34.78 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 22 | 0.24 | 0 | 0.90 | 0.11 | 76.1 | 0.82 | 0.49 |
| Hex | AC | E3 | 16 | 18 | 0 | 5A | B | 4C | 52 | 31 |
| Octal | 254 | 343 | 26 | 30 | 0 | 132 | 13 | 114 | 122 | 61 |
| Binary | 10101100 | 11100011 | 10110 | 11000 | 0 | 1011010 | 1011 | 1001100 | 1010010 | 110001 |
Color Harmonies of #ACE316
Complementary color
Monochromatic Colors of #ACE316
Black with #ACE316
Text Example
Text Example
White with #ACE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE316; }
p { color: rgb(172,227,22); }
H1.HeaderClassName
{
color: #ACE316;
}
.AnyTagClassName
{
color: #ACE316;
}
</style>
background-color css
<style>
a { background-color: #ACE316; }
a { background-color: rgb(172,227,22); }
div.DivClassName
{
background-color: #ACE316;
}
.BgClassName
{
background-color: #ACE316;
}
</style>
border-color css
<style>
span { border-color: #ACE316; }
span { border-color: rgb(172,227,22); }
td.TdClassName
{
border-color: #ACE316;
}
.TagClassName
{
border-color: #ACE316;
}
</style>