Shades of Inch Worm #ACE712
Tints of Inch Worm #ACE712
RGB
CMYK
RGB Variations
Color information
#ACE712 (or 0xACE712) is known color: Inch Worm. HEX triplet: AC, E7 and 12. RGB value is (172,231,18). Sum of RGB (Red+Green+Blue) = 172+231+18=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACE712 is #5318ED. Grayscale: #BDBDBD. Windows color (decimal): -5445870 or 1238956. OLE color: 1238956.
HSL color Cylindrical-coordinate representation of color #ACE712: hue angle of 76.62º 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 #ACE712 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.09 |
| HSL | 76.62º | 0.86% | 0.49% | - |
| HSV(B) | 76.62º | 0.92% | 0.91% | - |
| XYZ | 45.7 | 65.97 | 10.9 | - |
| YUV | 189.08 | 31.45 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 18 | 0.26 | 0 | 0.92 | 0.09 | 76.62 | 0.86 | 0.49 |
| Hex | AC | E7 | 12 | 1A | 0 | 5C | 9 | 4D | 56 | 31 |
| Octal | 254 | 347 | 22 | 32 | 0 | 134 | 11 | 115 | 126 | 61 |
| Binary | 10101100 | 11100111 | 10010 | 11010 | 0 | 1011100 | 1001 | 1001101 | 1010110 | 110001 |
Color Harmonies of #ACE712
Complementary color
Monochromatic Colors of #ACE712
Black with #ACE712
Text Example
Text Example
White with #ACE712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE712; }
p { color: rgb(172,231,18); }
H1.HeaderClassName
{
color: #ACE712;
}
.AnyTagClassName
{
color: #ACE712;
}
</style>
background-color css
<style>
a { background-color: #ACE712; }
a { background-color: rgb(172,231,18); }
div.DivClassName
{
background-color: #ACE712;
}
.BgClassName
{
background-color: #ACE712;
}
</style>
border-color css
<style>
span { border-color: #ACE712; }
span { border-color: rgb(172,231,18); }
td.TdClassName
{
border-color: #ACE712;
}
.TagClassName
{
border-color: #ACE712;
}
</style>