Shades of Inch Worm #ACE912
Tints of Inch Worm #ACE912
RGB
CMYK
RGB Variations
Color information
#ACE912 (or 0xACE912) is known color: Inch Worm. HEX triplet: AC, E9 and 12. RGB value is (172,233,18). Sum of RGB (Red+Green+Blue) = 172+233+18=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE912 is #5316ED. Grayscale: #BFBFBF. Windows color (decimal): -5445358 or 1239468. OLE color: 1239468.
HSL color Cylindrical-coordinate representation of color #ACE912: hue angle of 77.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACE912 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.09 |
| HSL | 77.02º | 0.86% | 0.49% | - |
| HSV(B) | 77.02º | 0.92% | 0.91% | - |
| XYZ | 46.26 | 67.09 | 11.08 | - |
| YUV | 190.25 | 30.79 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 18 | 0.26 | 0 | 0.92 | 0.09 | 77.02 | 0.86 | 0.49 |
| Hex | AC | E9 | 12 | 1A | 0 | 5C | 9 | 4D | 56 | 31 |
| Octal | 254 | 351 | 22 | 32 | 0 | 134 | 11 | 115 | 126 | 61 |
| Binary | 10101100 | 11101001 | 10010 | 11010 | 0 | 1011100 | 1001 | 1001101 | 1010110 | 110001 |
Color Harmonies of #ACE912
Complementary color
Monochromatic Colors of #ACE912
Black with #ACE912
Text Example
Text Example
White with #ACE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE912; }
p { color: rgb(172,233,18); }
H1.HeaderClassName
{
color: #ACE912;
}
.AnyTagClassName
{
color: #ACE912;
}
</style>
background-color css
<style>
a { background-color: #ACE912; }
a { background-color: rgb(172,233,18); }
div.DivClassName
{
background-color: #ACE912;
}
.BgClassName
{
background-color: #ACE912;
}
</style>
border-color css
<style>
span { border-color: #ACE912; }
span { border-color: rgb(172,233,18); }
td.TdClassName
{
border-color: #ACE912;
}
.TagClassName
{
border-color: #ACE912;
}
</style>