Shades of Inch Worm #ACE31C
Tints of Inch Worm #ACE31C
RGB
CMYK
RGB Variations
Color information
#ACE31C (or 0xACE31C) is known color: Inch Worm. HEX triplet: AC, E3 and 1C. RGB value is (172,227,28). Sum of RGB (Red+Green+Blue) = 172+227+28=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE31C is #531CE3. Grayscale: #BCBCBC. Windows color (decimal): -5446884 or 1893292. OLE color: 1893292.
HSL color Cylindrical-coordinate representation of color #ACE31C: hue angle of 76.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACE31C is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 28 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.11 |
| HSL | 76.58º | 0.78% | 0.5% | - |
| HSV(B) | 76.58º | 0.88% | 0.89% | - |
| XYZ | 44.69 | 63.79 | 11.06 | - |
| YUV | 187.87 | 37.78 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 28 | 0.24 | 0 | 0.88 | 0.11 | 76.58 | 0.78 | 0.5 |
| Hex | AC | E3 | 1C | 18 | 0 | 58 | B | 4D | 4E | 32 |
| Octal | 254 | 343 | 34 | 30 | 0 | 130 | 13 | 115 | 116 | 62 |
| Binary | 10101100 | 11100011 | 11100 | 11000 | 0 | 1011000 | 1011 | 1001101 | 1001110 | 110010 |
Color Harmonies of #ACE31C
Complementary color
Monochromatic Colors of #ACE31C
Black with #ACE31C
Text Example
Text Example
White with #ACE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE31C; }
p { color: rgb(172,227,28); }
H1.HeaderClassName
{
color: #ACE31C;
}
.AnyTagClassName
{
color: #ACE31C;
}
</style>
background-color css
<style>
a { background-color: #ACE31C; }
a { background-color: rgb(172,227,28); }
div.DivClassName
{
background-color: #ACE31C;
}
.BgClassName
{
background-color: #ACE31C;
}
</style>
border-color css
<style>
span { border-color: #ACE31C; }
span { border-color: rgb(172,227,28); }
td.TdClassName
{
border-color: #ACE31C;
}
.TagClassName
{
border-color: #ACE31C;
}
</style>