Shades of Inch Worm #ACE01D
Tints of Inch Worm #ACE01D
RGB
CMYK
RGB Variations
Color information
#ACE01D (or 0xACE01D) is known color: Inch Worm. HEX triplet: AC, E0 and 1D. RGB value is (172,224,29). Sum of RGB (Red+Green+Blue) = 172+224+29=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE01D is #531FE2. Grayscale: #BABABA. Windows color (decimal): -5447651 or 1958060. OLE color: 1958060.
HSL color Cylindrical-coordinate representation of color #ACE01D: hue angle of 76º 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 #ACE01D is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 29 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.12 |
| HSL | 76º | 0.77% | 0.5% | - |
| HSV(B) | 76º | 0.87% | 0.88% | - |
| XYZ | 43.89 | 62.17 | 10.85 | - |
| YUV | 186.22 | 39.27 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 29 | 0.23 | 0 | 0.87 | 0.12 | 76 | 0.77 | 0.5 |
| Hex | AC | E0 | 1D | 17 | 0 | 57 | C | 4C | 4D | 32 |
| Octal | 254 | 340 | 35 | 27 | 0 | 127 | 14 | 114 | 115 | 62 |
| Binary | 10101100 | 11100000 | 11101 | 10111 | 0 | 1010111 | 1100 | 1001100 | 1001101 | 110010 |
Color Harmonies of #ACE01D
Complementary color
Monochromatic Colors of #ACE01D
Black with #ACE01D
Text Example
Text Example
White with #ACE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE01D; }
p { color: rgb(172,224,29); }
H1.HeaderClassName
{
color: #ACE01D;
}
.AnyTagClassName
{
color: #ACE01D;
}
</style>
background-color css
<style>
a { background-color: #ACE01D; }
a { background-color: rgb(172,224,29); }
div.DivClassName
{
background-color: #ACE01D;
}
.BgClassName
{
background-color: #ACE01D;
}
</style>
border-color css
<style>
span { border-color: #ACE01D; }
span { border-color: rgb(172,224,29); }
td.TdClassName
{
border-color: #ACE01D;
}
.TagClassName
{
border-color: #ACE01D;
}
</style>