Shades of Inch Worm #ACDC20
Tints of Inch Worm #ACDC20
RGB
CMYK
RGB Variations
Color information
#ACDC20 (or 0xACDC20) is known color: Inch Worm. HEX triplet: AC, DC and 20. RGB value is (172,220,32). Sum of RGB (Red+Green+Blue) = 172+220+32=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC20 is #5323DF. Grayscale: #B8B8B8. Windows color (decimal): -5448672 or 2153644. OLE color: 2153644.
HSL color Cylindrical-coordinate representation of color #ACDC20: hue angle of 75.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACDC20 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 32 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.14 |
| HSL | 75.32º | 0.75% | 0.49% | - |
| HSV(B) | 75.32º | 0.85% | 0.86% | - |
| XYZ | 42.87 | 60.06 | 10.7 | - |
| YUV | 184.22 | 42.1 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 32 | 0.22 | 0 | 0.85 | 0.14 | 75.32 | 0.75 | 0.49 |
| Hex | AC | DC | 20 | 16 | 0 | 55 | E | 4B | 4B | 31 |
| Octal | 254 | 334 | 40 | 26 | 0 | 125 | 16 | 113 | 113 | 61 |
| Binary | 10101100 | 11011100 | 100000 | 10110 | 0 | 1010101 | 1110 | 1001011 | 1001011 | 110001 |
Color Harmonies of #ACDC20
Complementary color
Monochromatic Colors of #ACDC20
Black with #ACDC20
Text Example
Text Example
White with #ACDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC20; }
p { color: rgb(172,220,32); }
H1.HeaderClassName
{
color: #ACDC20;
}
.AnyTagClassName
{
color: #ACDC20;
}
</style>
background-color css
<style>
a { background-color: #ACDC20; }
a { background-color: rgb(172,220,32); }
div.DivClassName
{
background-color: #ACDC20;
}
.BgClassName
{
background-color: #ACDC20;
}
</style>
border-color css
<style>
span { border-color: #ACDC20; }
span { border-color: rgb(172,220,32); }
td.TdClassName
{
border-color: #ACDC20;
}
.TagClassName
{
border-color: #ACDC20;
}
</style>