Shades of Inch Worm #ACE50F
Tints of Inch Worm #ACE50F
RGB
CMYK
RGB Variations
Color information
#ACE50F (or 0xACE50F) is known color: Inch Worm. HEX triplet: AC, E5 and 0F. RGB value is (172,229,15). Sum of RGB (Red+Green+Blue) = 172+229+15=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE50F is #531AF0. Grayscale: #BCBCBC. Windows color (decimal): -5446385 or 1041836. OLE color: 1041836.
HSL color Cylindrical-coordinate representation of color #ACE50F: hue angle of 75.98º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACE50F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 15 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.10 |
| HSL | 75.98º | 0.88% | 0.48% | - |
| HSV(B) | 75.98º | 0.93% | 0.9% | - |
| XYZ | 45.12 | 64.84 | 10.59 | - |
| YUV | 187.56 | 30.62 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 15 | 0.25 | 0 | 0.93 | 0.10 | 75.98 | 0.88 | 0.48 |
| Hex | AC | E5 | F | 19 | 0 | 5D | A | 4C | 58 | 30 |
| Octal | 254 | 345 | 17 | 31 | 0 | 135 | 12 | 114 | 130 | 60 |
| Binary | 10101100 | 11100101 | 1111 | 11001 | 0 | 1011101 | 1010 | 1001100 | 1011000 | 110000 |
Color Harmonies of #ACE50F
Complementary color
Monochromatic Colors of #ACE50F
Black with #ACE50F
Text Example
Text Example
White with #ACE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE50F; }
p { color: rgb(172,229,15); }
H1.HeaderClassName
{
color: #ACE50F;
}
.AnyTagClassName
{
color: #ACE50F;
}
</style>
background-color css
<style>
a { background-color: #ACE50F; }
a { background-color: rgb(172,229,15); }
div.DivClassName
{
background-color: #ACE50F;
}
.BgClassName
{
background-color: #ACE50F;
}
</style>
border-color css
<style>
span { border-color: #ACE50F; }
span { border-color: rgb(172,229,15); }
td.TdClassName
{
border-color: #ACE50F;
}
.TagClassName
{
border-color: #ACE50F;
}
</style>