Shades of Inch Worm #ACE115
Tints of Inch Worm #ACE115
RGB
CMYK
RGB Variations
Color information
#ACE115 (or 0xACE115) is known color: Inch Worm. HEX triplet: AC, E1 and 15. RGB value is (172,225,21). Sum of RGB (Red+Green+Blue) = 172+225+21=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE115 is #531EEA. Grayscale: #BABABA. Windows color (decimal): -5447403 or 1434028. OLE color: 1434028.
HSL color Cylindrical-coordinate representation of color #ACE115: hue angle of 75.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACE115 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 21 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.12 |
| HSL | 75.59º | 0.83% | 0.48% | - |
| HSV(B) | 75.59º | 0.91% | 0.88% | - |
| XYZ | 44.07 | 62.68 | 10.48 | - |
| YUV | 185.9 | 34.94 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 21 | 0.24 | 0 | 0.91 | 0.12 | 75.59 | 0.83 | 0.48 |
| Hex | AC | E1 | 15 | 18 | 0 | 5B | C | 4C | 53 | 30 |
| Octal | 254 | 341 | 25 | 30 | 0 | 133 | 14 | 114 | 123 | 60 |
| Binary | 10101100 | 11100001 | 10101 | 11000 | 0 | 1011011 | 1100 | 1001100 | 1010011 | 110000 |
Color Harmonies of #ACE115
Complementary color
Monochromatic Colors of #ACE115
Black with #ACE115
Text Example
Text Example
White with #ACE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE115; }
p { color: rgb(172,225,21); }
H1.HeaderClassName
{
color: #ACE115;
}
.AnyTagClassName
{
color: #ACE115;
}
</style>
background-color css
<style>
a { background-color: #ACE115; }
a { background-color: rgb(172,225,21); }
div.DivClassName
{
background-color: #ACE115;
}
.BgClassName
{
background-color: #ACE115;
}
</style>
border-color css
<style>
span { border-color: #ACE115; }
span { border-color: rgb(172,225,21); }
td.TdClassName
{
border-color: #ACE115;
}
.TagClassName
{
border-color: #ACE115;
}
</style>