Shades of Inch Worm #ACE02A
Tints of Inch Worm #ACE02A
RGB
CMYK
RGB Variations
Color information
#ACE02A (or 0xACE02A) is known color: Inch Worm. HEX triplet: AC, E0 and 2A. RGB value is (172,224,42). Sum of RGB (Red+Green+Blue) = 172+224+42=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE02A is #531FD5. Grayscale: #BCBCBC. Windows color (decimal): -5447638 or 2810028. OLE color: 2810028.
HSL color Cylindrical-coordinate representation of color #ACE02A: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACE02A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 42 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.12 |
| HSL | 77.14º | 0.75% | 0.52% | - |
| HSV(B) | 77.14º | 0.81% | 0.88% | - |
| XYZ | 44.09 | 62.25 | 11.88 | - |
| YUV | 187.7 | 45.77 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 42 | 0.23 | 0 | 0.81 | 0.12 | 77.14 | 0.75 | 0.52 |
| Hex | AC | E0 | 2A | 17 | 0 | 51 | C | 4D | 4B | 34 |
| Octal | 254 | 340 | 52 | 27 | 0 | 121 | 14 | 115 | 113 | 64 |
| Binary | 10101100 | 11100000 | 101010 | 10111 | 0 | 1010001 | 1100 | 1001101 | 1001011 | 110100 |
Color Harmonies of #ACE02A
Complementary color
Monochromatic Colors of #ACE02A
Black with #ACE02A
Text Example
Text Example
White with #ACE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE02A; }
p { color: rgb(172,224,42); }
H1.HeaderClassName
{
color: #ACE02A;
}
.AnyTagClassName
{
color: #ACE02A;
}
</style>
background-color css
<style>
a { background-color: #ACE02A; }
a { background-color: rgb(172,224,42); }
div.DivClassName
{
background-color: #ACE02A;
}
.BgClassName
{
background-color: #ACE02A;
}
</style>
border-color css
<style>
span { border-color: #ACE02A; }
span { border-color: rgb(172,224,42); }
td.TdClassName
{
border-color: #ACE02A;
}
.TagClassName
{
border-color: #ACE02A;
}
</style>