Shades of Inch Worm #ACE914
Tints of Inch Worm #ACE914
RGB
CMYK
RGB Variations
Color information
#ACE914 (or 0xACE914) is known color: Inch Worm. HEX triplet: AC, E9 and 14. RGB value is (172,233,20). Sum of RGB (Red+Green+Blue) = 172+233+20=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE914 is #5316EB. Grayscale: #BFBFBF. Windows color (decimal): -5445356 or 1370540. OLE color: 1370540.
HSL color Cylindrical-coordinate representation of color #ACE914: hue angle of 77.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACE914 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.09 |
| HSL | 77.18º | 0.84% | 0.5% | - |
| HSV(B) | 77.18º | 0.91% | 0.91% | - |
| XYZ | 46.28 | 67.1 | 11.17 | - |
| YUV | 190.48 | 31.79 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 20 | 0.26 | 0 | 0.91 | 0.09 | 77.18 | 0.84 | 0.5 |
| Hex | AC | E9 | 14 | 1A | 0 | 5B | 9 | 4D | 54 | 32 |
| Octal | 254 | 351 | 24 | 32 | 0 | 133 | 11 | 115 | 124 | 62 |
| Binary | 10101100 | 11101001 | 10100 | 11010 | 0 | 1011011 | 1001 | 1001101 | 1010100 | 110010 |
Color Harmonies of #ACE914
Complementary color
Monochromatic Colors of #ACE914
Black with #ACE914
Text Example
Text Example
White with #ACE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE914; }
p { color: rgb(172,233,20); }
H1.HeaderClassName
{
color: #ACE914;
}
.AnyTagClassName
{
color: #ACE914;
}
</style>
background-color css
<style>
a { background-color: #ACE914; }
a { background-color: rgb(172,233,20); }
div.DivClassName
{
background-color: #ACE914;
}
.BgClassName
{
background-color: #ACE914;
}
</style>
border-color css
<style>
span { border-color: #ACE914; }
span { border-color: rgb(172,233,20); }
td.TdClassName
{
border-color: #ACE914;
}
.TagClassName
{
border-color: #ACE914;
}
</style>