Shades of Inch Worm #ACEA20
Tints of Inch Worm #ACEA20
RGB
CMYK
RGB Variations
Color information
#ACEA20 (or 0xACEA20) is known color: Inch Worm. HEX triplet: AC, EA and 20. RGB value is (172,234,32). Sum of RGB (Red+Green+Blue) = 172+234+32=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA20 is #5315DF. Grayscale: #C1C1C1. Windows color (decimal): -5445088 or 2157228. OLE color: 2157228.
HSL color Cylindrical-coordinate representation of color #ACEA20: hue angle of 78.42º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACEA20 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 32 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.08 |
| HSL | 78.42º | 0.83% | 0.52% | - |
| HSV(B) | 78.42º | 0.86% | 0.92% | - |
| XYZ | 46.7 | 67.72 | 11.98 | - |
| YUV | 192.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 32 | 0.26 | 0 | 0.86 | 0.08 | 78.42 | 0.83 | 0.52 |
| Hex | AC | EA | 20 | 1A | 0 | 56 | 8 | 4E | 53 | 34 |
| Octal | 254 | 352 | 40 | 32 | 0 | 126 | 10 | 116 | 123 | 64 |
| Binary | 10101100 | 11101010 | 100000 | 11010 | 0 | 1010110 | 1000 | 1001110 | 1010011 | 110100 |
Color Harmonies of #ACEA20
Complementary color
Monochromatic Colors of #ACEA20
Black with #ACEA20
Text Example
Text Example
White with #ACEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA20; }
p { color: rgb(172,234,32); }
H1.HeaderClassName
{
color: #ACEA20;
}
.AnyTagClassName
{
color: #ACEA20;
}
</style>
background-color css
<style>
a { background-color: #ACEA20; }
a { background-color: rgb(172,234,32); }
div.DivClassName
{
background-color: #ACEA20;
}
.BgClassName
{
background-color: #ACEA20;
}
</style>
border-color css
<style>
span { border-color: #ACEA20; }
span { border-color: rgb(172,234,32); }
td.TdClassName
{
border-color: #ACEA20;
}
.TagClassName
{
border-color: #ACEA20;
}
</style>