Shades of Inch Worm #ACE10D
Tints of Inch Worm #ACE10D
RGB
CMYK
RGB Variations
Color information
#ACE10D (or 0xACE10D) is known color: Inch Worm. HEX triplet: AC, E1 and 0D. RGB value is (172,225,13). Sum of RGB (Red+Green+Blue) = 172+225+13=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE10D is #531EF2. Grayscale: #B9B9B9. Windows color (decimal): -5447411 or 909740. OLE color: 909740.
HSL color Cylindrical-coordinate representation of color #ACE10D: hue angle of 75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACE10D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.12 |
| HSL | 75º | 0.89% | 0.47% | - |
| HSV(B) | 75º | 0.94% | 0.88% | - |
| XYZ | 44.01 | 62.65 | 10.15 | - |
| YUV | 184.99 | 30.94 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 13 | 0.24 | 0 | 0.94 | 0.12 | 75 | 0.89 | 0.47 |
| Hex | AC | E1 | D | 18 | 0 | 5E | C | 4B | 59 | 2F |
| Octal | 254 | 341 | 15 | 30 | 0 | 136 | 14 | 113 | 131 | 57 |
| Binary | 10101100 | 11100001 | 1101 | 11000 | 0 | 1011110 | 1100 | 1001011 | 1011001 | 101111 |
Color Harmonies of #ACE10D
Complementary color
Monochromatic Colors of #ACE10D
Black with #ACE10D
Text Example
Text Example
White with #ACE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE10D; }
p { color: rgb(172,225,13); }
H1.HeaderClassName
{
color: #ACE10D;
}
.AnyTagClassName
{
color: #ACE10D;
}
</style>
background-color css
<style>
a { background-color: #ACE10D; }
a { background-color: rgb(172,225,13); }
div.DivClassName
{
background-color: #ACE10D;
}
.BgClassName
{
background-color: #ACE10D;
}
</style>
border-color css
<style>
span { border-color: #ACE10D; }
span { border-color: rgb(172,225,13); }
td.TdClassName
{
border-color: #ACE10D;
}
.TagClassName
{
border-color: #ACE10D;
}
</style>