Shades of Inch Worm #ACDC00
Tints of Inch Worm #ACDC00
RGB
CMYK
RGB Variations
Color information
#ACDC00 (or 0xACDC00) is known color: Inch Worm. HEX triplet: AC, DC and 00. RGB value is (172,220,0). Sum of RGB (Red+Green+Blue) = 172+220+0=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC00 is #5323FF. Grayscale: #B5B5B5. Windows color (decimal): -5448704 or 56492. OLE color: 56492.
HSL color Cylindrical-coordinate representation of color #ACDC00: hue angle of 73.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACDC00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.14 |
| HSL | 73.09º | 1% | 0.43% | - |
| HSV(B) | 73.09º | 1% | 0.86% | - |
| XYZ | 42.61 | 59.96 | 9.33 | - |
| YUV | 180.57 | 26.1 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 0 | 0.22 | 0 | 1 | 0.14 | 73.09 | 1 | 0.43 |
| Hex | AC | DC | 0 | 16 | 0 | 64 | E | 49 | 64 | 2B |
| Octal | 254 | 334 | 0 | 26 | 0 | 144 | 16 | 111 | 144 | 53 |
| Binary | 10101100 | 11011100 | 0 | 10110 | 0 | 1100100 | 1110 | 1001001 | 1100100 | 101011 |
Color Harmonies of #ACDC00
Complementary color
Monochromatic Colors of #ACDC00
Black with #ACDC00
Text Example
Text Example
White with #ACDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC00; }
p { color: rgb(172,220,0); }
H1.HeaderClassName
{
color: #ACDC00;
}
.AnyTagClassName
{
color: #ACDC00;
}
</style>
background-color css
<style>
a { background-color: #ACDC00; }
a { background-color: rgb(172,220,0); }
div.DivClassName
{
background-color: #ACDC00;
}
.BgClassName
{
background-color: #ACDC00;
}
</style>
border-color css
<style>
span { border-color: #ACDC00; }
span { border-color: rgb(172,220,0); }
td.TdClassName
{
border-color: #ACDC00;
}
.TagClassName
{
border-color: #ACDC00;
}
</style>