Shades of Inch Worm #ACE410
Tints of Inch Worm #ACE410
RGB
CMYK
RGB Variations
Color information
#ACE410 (or 0xACE410) is known color: Inch Worm. HEX triplet: AC, E4 and 10. RGB value is (172,228,16). Sum of RGB (Red+Green+Blue) = 172+228+16=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE410 is #531BEF. Grayscale: #BBBBBB. Windows color (decimal): -5446640 or 1107116. OLE color: 1107116.
HSL color Cylindrical-coordinate representation of color #ACE410: hue angle of 75.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACE410 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 16 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.11 |
| HSL | 75.85º | 0.87% | 0.48% | - |
| HSV(B) | 75.85º | 0.93% | 0.89% | - |
| XYZ | 44.85 | 64.29 | 10.54 | - |
| YUV | 187.09 | 31.45 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 16 | 0.25 | 0 | 0.93 | 0.11 | 75.85 | 0.87 | 0.48 |
| Hex | AC | E4 | 10 | 19 | 0 | 5D | B | 4C | 57 | 30 |
| Octal | 254 | 344 | 20 | 31 | 0 | 135 | 13 | 114 | 127 | 60 |
| Binary | 10101100 | 11100100 | 10000 | 11001 | 0 | 1011101 | 1011 | 1001100 | 1010111 | 110000 |
Color Harmonies of #ACE410
Complementary color
Monochromatic Colors of #ACE410
Black with #ACE410
Text Example
Text Example
White with #ACE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE410; }
p { color: rgb(172,228,16); }
H1.HeaderClassName
{
color: #ACE410;
}
.AnyTagClassName
{
color: #ACE410;
}
</style>
background-color css
<style>
a { background-color: #ACE410; }
a { background-color: rgb(172,228,16); }
div.DivClassName
{
background-color: #ACE410;
}
.BgClassName
{
background-color: #ACE410;
}
</style>
border-color css
<style>
span { border-color: #ACE410; }
span { border-color: rgb(172,228,16); }
td.TdClassName
{
border-color: #ACE410;
}
.TagClassName
{
border-color: #ACE410;
}
</style>