Shades of Inch Worm #ACE10F
Tints of Inch Worm #ACE10F
RGB
CMYK
RGB Variations
Color information
#ACE10F (or 0xACE10F) is known color: Inch Worm. HEX triplet: AC, E1 and 0F. RGB value is (172,225,15). Sum of RGB (Red+Green+Blue) = 172+225+15=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE10F is #531EF0. Grayscale: #BABABA. Windows color (decimal): -5447409 or 1040812. OLE color: 1040812.
HSL color Cylindrical-coordinate representation of color #ACE10F: hue angle of 75.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACE10F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 15 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.12 |
| HSL | 75.14º | 0.88% | 0.47% | - |
| HSV(B) | 75.14º | 0.93% | 0.88% | - |
| XYZ | 44.02 | 62.66 | 10.23 | - |
| YUV | 185.21 | 31.94 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 15 | 0.24 | 0 | 0.93 | 0.12 | 75.14 | 0.88 | 0.47 |
| Hex | AC | E1 | F | 18 | 0 | 5D | C | 4B | 58 | 2F |
| Octal | 254 | 341 | 17 | 30 | 0 | 135 | 14 | 113 | 130 | 57 |
| Binary | 10101100 | 11100001 | 1111 | 11000 | 0 | 1011101 | 1100 | 1001011 | 1011000 | 101111 |
Color Harmonies of #ACE10F
Complementary color
Monochromatic Colors of #ACE10F
Black with #ACE10F
Text Example
Text Example
White with #ACE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE10F; }
p { color: rgb(172,225,15); }
H1.HeaderClassName
{
color: #ACE10F;
}
.AnyTagClassName
{
color: #ACE10F;
}
</style>
background-color css
<style>
a { background-color: #ACE10F; }
a { background-color: rgb(172,225,15); }
div.DivClassName
{
background-color: #ACE10F;
}
.BgClassName
{
background-color: #ACE10F;
}
</style>
border-color css
<style>
span { border-color: #ACE10F; }
span { border-color: rgb(172,225,15); }
td.TdClassName
{
border-color: #ACE10F;
}
.TagClassName
{
border-color: #ACE10F;
}
</style>