Shades of Inch Worm #ACE415
Tints of Inch Worm #ACE415
RGB
CMYK
RGB Variations
Color information
#ACE415 (or 0xACE415) is known color: Inch Worm. HEX triplet: AC, E4 and 15. RGB value is (172,228,21). Sum of RGB (Red+Green+Blue) = 172+228+21=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE415 is #531BEA. Grayscale: #BCBCBC. Windows color (decimal): -5446635 or 1434796. OLE color: 1434796.
HSL color Cylindrical-coordinate representation of color #ACE415: hue angle of 76.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACE415 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 21 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.11 |
| HSL | 76.23º | 0.83% | 0.49% | - |
| HSV(B) | 76.23º | 0.91% | 0.89% | - |
| XYZ | 44.89 | 64.31 | 10.76 | - |
| YUV | 187.66 | 33.95 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 21 | 0.25 | 0 | 0.91 | 0.11 | 76.23 | 0.83 | 0.49 |
| Hex | AC | E4 | 15 | 19 | 0 | 5B | B | 4C | 53 | 31 |
| Octal | 254 | 344 | 25 | 31 | 0 | 133 | 13 | 114 | 123 | 61 |
| Binary | 10101100 | 11100100 | 10101 | 11001 | 0 | 1011011 | 1011 | 1001100 | 1010011 | 110001 |
Color Harmonies of #ACE415
Complementary color
Monochromatic Colors of #ACE415
Black with #ACE415
Text Example
Text Example
White with #ACE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE415; }
p { color: rgb(172,228,21); }
H1.HeaderClassName
{
color: #ACE415;
}
.AnyTagClassName
{
color: #ACE415;
}
</style>
background-color css
<style>
a { background-color: #ACE415; }
a { background-color: rgb(172,228,21); }
div.DivClassName
{
background-color: #ACE415;
}
.BgClassName
{
background-color: #ACE415;
}
</style>
border-color css
<style>
span { border-color: #ACE415; }
span { border-color: rgb(172,228,21); }
td.TdClassName
{
border-color: #ACE415;
}
.TagClassName
{
border-color: #ACE415;
}
</style>