Shades of Inch Worm #ACE42E
Tints of Inch Worm #ACE42E
RGB
CMYK
RGB Variations
Color information
#ACE42E (or 0xACE42E) is known color: Inch Worm. HEX triplet: AC, E4 and 2E. RGB value is (172,228,46). Sum of RGB (Red+Green+Blue) = 172+228+46=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE42E is #531BD1. Grayscale: #BFBFBF. Windows color (decimal): -5446610 or 3073196. OLE color: 3073196.
HSL color Cylindrical-coordinate representation of color #ACE42E: hue angle of 78.46º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACE42E is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 46 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.11 |
| HSL | 78.46º | 0.77% | 0.54% | - |
| HSV(B) | 78.46º | 0.8% | 0.89% | - |
| XYZ | 45.25 | 64.45 | 12.64 | - |
| YUV | 190.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 46 | 0.25 | 0 | 0.80 | 0.11 | 78.46 | 0.77 | 0.54 |
| Hex | AC | E4 | 2E | 19 | 0 | 50 | B | 4E | 4D | 36 |
| Octal | 254 | 344 | 56 | 31 | 0 | 120 | 13 | 116 | 115 | 66 |
| Binary | 10101100 | 11100100 | 101110 | 11001 | 0 | 1010000 | 1011 | 1001110 | 1001101 | 110110 |
Color Harmonies of #ACE42E
Complementary color
Monochromatic Colors of #ACE42E
Black with #ACE42E
Text Example
Text Example
White with #ACE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE42E; }
p { color: rgb(172,228,46); }
H1.HeaderClassName
{
color: #ACE42E;
}
.AnyTagClassName
{
color: #ACE42E;
}
</style>
background-color css
<style>
a { background-color: #ACE42E; }
a { background-color: rgb(172,228,46); }
div.DivClassName
{
background-color: #ACE42E;
}
.BgClassName
{
background-color: #ACE42E;
}
</style>
border-color css
<style>
span { border-color: #ACE42E; }
span { border-color: rgb(172,228,46); }
td.TdClassName
{
border-color: #ACE42E;
}
.TagClassName
{
border-color: #ACE42E;
}
</style>