Shades of Inch Worm #ACE50E
Tints of Inch Worm #ACE50E
RGB
CMYK
RGB Variations
Color information
#ACE50E (or 0xACE50E) is known color: Inch Worm. HEX triplet: AC, E5 and 0E. RGB value is (172,229,14). Sum of RGB (Red+Green+Blue) = 172+229+14=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE50E is #531AF1. Grayscale: #BCBCBC. Windows color (decimal): -5446386 or 976300. OLE color: 976300.
HSL color Cylindrical-coordinate representation of color #ACE50E: hue angle of 75.91º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACE50E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.10 |
| HSL | 75.91º | 0.88% | 0.48% | - |
| HSV(B) | 75.91º | 0.94% | 0.9% | - |
| XYZ | 45.11 | 64.84 | 10.55 | - |
| YUV | 187.45 | 30.12 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 14 | 0.25 | 0 | 0.94 | 0.10 | 75.91 | 0.88 | 0.48 |
| Hex | AC | E5 | E | 19 | 0 | 5E | A | 4C | 58 | 30 |
| Octal | 254 | 345 | 16 | 31 | 0 | 136 | 12 | 114 | 130 | 60 |
| Binary | 10101100 | 11100101 | 1110 | 11001 | 0 | 1011110 | 1010 | 1001100 | 1011000 | 110000 |
Color Harmonies of #ACE50E
Complementary color
Monochromatic Colors of #ACE50E
Black with #ACE50E
Text Example
Text Example
White with #ACE50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE50E; }
p { color: rgb(172,229,14); }
H1.HeaderClassName
{
color: #ACE50E;
}
.AnyTagClassName
{
color: #ACE50E;
}
</style>
background-color css
<style>
a { background-color: #ACE50E; }
a { background-color: rgb(172,229,14); }
div.DivClassName
{
background-color: #ACE50E;
}
.BgClassName
{
background-color: #ACE50E;
}
</style>
border-color css
<style>
span { border-color: #ACE50E; }
span { border-color: rgb(172,229,14); }
td.TdClassName
{
border-color: #ACE50E;
}
.TagClassName
{
border-color: #ACE50E;
}
</style>