Shades of Inch Worm #ACE20C
Tints of Inch Worm #ACE20C
RGB
CMYK
RGB Variations
Color information
#ACE20C (or 0xACE20C) is known color: Inch Worm. HEX triplet: AC, E2 and 0C. RGB value is (172,226,12). Sum of RGB (Red+Green+Blue) = 172+226+12=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE20C is #531DF3. Grayscale: #BABABA. Windows color (decimal): -5447156 or 844460. OLE color: 844460.
HSL color Cylindrical-coordinate representation of color #ACE20C: hue angle of 75.14º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE20C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.11 |
| HSL | 75.14º | 0.9% | 0.47% | - |
| HSV(B) | 75.14º | 0.95% | 0.89% | - |
| XYZ | 44.28 | 63.19 | 10.21 | - |
| YUV | 185.46 | 30.11 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 12 | 0.24 | 0 | 0.95 | 0.11 | 75.14 | 0.9 | 0.47 |
| Hex | AC | E2 | C | 18 | 0 | 5F | B | 4B | 5A | 2F |
| Octal | 254 | 342 | 14 | 30 | 0 | 137 | 13 | 113 | 132 | 57 |
| Binary | 10101100 | 11100010 | 1100 | 11000 | 0 | 1011111 | 1011 | 1001011 | 1011010 | 101111 |
Color Harmonies of #ACE20C
Complementary color
Monochromatic Colors of #ACE20C
Black with #ACE20C
Text Example
Text Example
White with #ACE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE20C; }
p { color: rgb(172,226,12); }
H1.HeaderClassName
{
color: #ACE20C;
}
.AnyTagClassName
{
color: #ACE20C;
}
</style>
background-color css
<style>
a { background-color: #ACE20C; }
a { background-color: rgb(172,226,12); }
div.DivClassName
{
background-color: #ACE20C;
}
.BgClassName
{
background-color: #ACE20C;
}
</style>
border-color css
<style>
span { border-color: #ACE20C; }
span { border-color: rgb(172,226,12); }
td.TdClassName
{
border-color: #ACE20C;
}
.TagClassName
{
border-color: #ACE20C;
}
</style>