Shades of Inch Worm #ACE00B
Tints of Inch Worm #ACE00B
RGB
CMYK
RGB Variations
Color information
#ACE00B (or 0xACE00B) is known color: Inch Worm. HEX triplet: AC, E0 and 0B. RGB value is (172,224,11). Sum of RGB (Red+Green+Blue) = 172+224+11=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE00B is #531FF4. Grayscale: #B8B8B8. Windows color (decimal): -5447669 or 778412. OLE color: 778412.
HSL color Cylindrical-coordinate representation of color #ACE00B: hue angle of 74.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE00B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.12 |
| HSL | 74.65º | 0.91% | 0.46% | - |
| HSV(B) | 74.65º | 0.95% | 0.88% | - |
| XYZ | 43.73 | 62.11 | 10 | - |
| YUV | 184.17 | 30.27 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 11 | 0.23 | 0 | 0.95 | 0.12 | 74.65 | 0.91 | 0.46 |
| Hex | AC | E0 | B | 17 | 0 | 5F | C | 4B | 5B | 2E |
| Octal | 254 | 340 | 13 | 27 | 0 | 137 | 14 | 113 | 133 | 56 |
| Binary | 10101100 | 11100000 | 1011 | 10111 | 0 | 1011111 | 1100 | 1001011 | 1011011 | 101110 |
Color Harmonies of #ACE00B
Complementary color
Monochromatic Colors of #ACE00B
Black with #ACE00B
Text Example
Text Example
White with #ACE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE00B; }
p { color: rgb(172,224,11); }
H1.HeaderClassName
{
color: #ACE00B;
}
.AnyTagClassName
{
color: #ACE00B;
}
</style>
background-color css
<style>
a { background-color: #ACE00B; }
a { background-color: rgb(172,224,11); }
div.DivClassName
{
background-color: #ACE00B;
}
.BgClassName
{
background-color: #ACE00B;
}
</style>
border-color css
<style>
span { border-color: #ACE00B; }
span { border-color: rgb(172,224,11); }
td.TdClassName
{
border-color: #ACE00B;
}
.TagClassName
{
border-color: #ACE00B;
}
</style>