Shades of Inch Worm #ACE00D
Tints of Inch Worm #ACE00D
RGB
CMYK
RGB Variations
Color information
#ACE00D (or 0xACE00D) is known color: Inch Worm. HEX triplet: AC, E0 and 0D. RGB value is (172,224,13). Sum of RGB (Red+Green+Blue) = 172+224+13=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE00D is #531FF2. Grayscale: #B9B9B9. Windows color (decimal): -5447667 or 909484. OLE color: 909484.
HSL color Cylindrical-coordinate representation of color #ACE00D: hue angle of 74.79º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACE00D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.12 |
| HSL | 74.79º | 0.89% | 0.46% | - |
| HSV(B) | 74.79º | 0.94% | 0.88% | - |
| XYZ | 43.74 | 62.11 | 10.06 | - |
| YUV | 184.4 | 31.27 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 13 | 0.23 | 0 | 0.94 | 0.12 | 74.79 | 0.89 | 0.46 |
| Hex | AC | E0 | D | 17 | 0 | 5E | C | 4B | 59 | 2E |
| Octal | 254 | 340 | 15 | 27 | 0 | 136 | 14 | 113 | 131 | 56 |
| Binary | 10101100 | 11100000 | 1101 | 10111 | 0 | 1011110 | 1100 | 1001011 | 1011001 | 101110 |
Color Harmonies of #ACE00D
Complementary color
Monochromatic Colors of #ACE00D
Black with #ACE00D
Text Example
Text Example
White with #ACE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE00D; }
p { color: rgb(172,224,13); }
H1.HeaderClassName
{
color: #ACE00D;
}
.AnyTagClassName
{
color: #ACE00D;
}
</style>
background-color css
<style>
a { background-color: #ACE00D; }
a { background-color: rgb(172,224,13); }
div.DivClassName
{
background-color: #ACE00D;
}
.BgClassName
{
background-color: #ACE00D;
}
</style>
border-color css
<style>
span { border-color: #ACE00D; }
span { border-color: rgb(172,224,13); }
td.TdClassName
{
border-color: #ACE00D;
}
.TagClassName
{
border-color: #ACE00D;
}
</style>