Shades of Inch Worm #ACE11D
Tints of Inch Worm #ACE11D
RGB
CMYK
RGB Variations
Color information
#ACE11D (or 0xACE11D) is known color: Inch Worm. HEX triplet: AC, E1 and 1D. RGB value is (172,225,29). Sum of RGB (Red+Green+Blue) = 172+225+29=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE11D is #531EE2. Grayscale: #BBBBBB. Windows color (decimal): -5447395 or 1958316. OLE color: 1958316.
HSL color Cylindrical-coordinate representation of color #ACE11D: hue angle of 76.22º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACE11D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 29 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.12 |
| HSL | 76.22º | 0.77% | 0.5% | - |
| HSV(B) | 76.22º | 0.87% | 0.88% | - |
| XYZ | 44.16 | 62.71 | 10.94 | - |
| YUV | 186.81 | 38.94 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 29 | 0.24 | 0 | 0.87 | 0.12 | 76.22 | 0.77 | 0.5 |
| Hex | AC | E1 | 1D | 18 | 0 | 57 | C | 4C | 4D | 32 |
| Octal | 254 | 341 | 35 | 30 | 0 | 127 | 14 | 114 | 115 | 62 |
| Binary | 10101100 | 11100001 | 11101 | 11000 | 0 | 1010111 | 1100 | 1001100 | 1001101 | 110010 |
Color Harmonies of #ACE11D
Complementary color
Monochromatic Colors of #ACE11D
Black with #ACE11D
Text Example
Text Example
White with #ACE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE11D; }
p { color: rgb(172,225,29); }
H1.HeaderClassName
{
color: #ACE11D;
}
.AnyTagClassName
{
color: #ACE11D;
}
</style>
background-color css
<style>
a { background-color: #ACE11D; }
a { background-color: rgb(172,225,29); }
div.DivClassName
{
background-color: #ACE11D;
}
.BgClassName
{
background-color: #ACE11D;
}
</style>
border-color css
<style>
span { border-color: #ACE11D; }
span { border-color: rgb(172,225,29); }
td.TdClassName
{
border-color: #ACE11D;
}
.TagClassName
{
border-color: #ACE11D;
}
</style>