Shades of Inch Worm #ACE50B
Tints of Inch Worm #ACE50B
RGB
CMYK
RGB Variations
Color information
#ACE50B (or 0xACE50B) is known color: Inch Worm. HEX triplet: AC, E5 and 0B. RGB value is (172,229,11). Sum of RGB (Red+Green+Blue) = 172+229+11=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE50B is #531AF4. Grayscale: #BBBBBB. Windows color (decimal): -5446389 or 779692. OLE color: 779692.
HSL color Cylindrical-coordinate representation of color #ACE50B: hue angle of 75.69º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE50B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.10 |
| HSL | 75.69º | 0.91% | 0.47% | - |
| HSV(B) | 75.69º | 0.95% | 0.9% | - |
| XYZ | 45.09 | 64.83 | 10.45 | - |
| YUV | 187.11 | 28.62 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 11 | 0.25 | 0 | 0.95 | 0.10 | 75.69 | 0.91 | 0.47 |
| Hex | AC | E5 | B | 19 | 0 | 5F | A | 4C | 5B | 2F |
| Octal | 254 | 345 | 13 | 31 | 0 | 137 | 12 | 114 | 133 | 57 |
| Binary | 10101100 | 11100101 | 1011 | 11001 | 0 | 1011111 | 1010 | 1001100 | 1011011 | 101111 |
Color Harmonies of #ACE50B
Complementary color
Monochromatic Colors of #ACE50B
Black with #ACE50B
Text Example
Text Example
White with #ACE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE50B; }
p { color: rgb(172,229,11); }
H1.HeaderClassName
{
color: #ACE50B;
}
.AnyTagClassName
{
color: #ACE50B;
}
</style>
background-color css
<style>
a { background-color: #ACE50B; }
a { background-color: rgb(172,229,11); }
div.DivClassName
{
background-color: #ACE50B;
}
.BgClassName
{
background-color: #ACE50B;
}
</style>
border-color css
<style>
span { border-color: #ACE50B; }
span { border-color: rgb(172,229,11); }
td.TdClassName
{
border-color: #ACE50B;
}
.TagClassName
{
border-color: #ACE50B;
}
</style>