Shades of Inch Worm #ACDC14
Tints of Inch Worm #ACDC14
RGB
CMYK
RGB Variations
Color information
#ACDC14 (or 0xACDC14) is known color: Inch Worm. HEX triplet: AC, DC and 14. RGB value is (172,220,20). Sum of RGB (Red+Green+Blue) = 172+220+20=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDC14 is #5323EB. Grayscale: #B7B7B7. Windows color (decimal): -5448684 or 1367212. OLE color: 1367212.
HSL color Cylindrical-coordinate representation of color #ACDC14: hue angle of 74.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACDC14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 20 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.14 |
| HSL | 74.4º | 0.83% | 0.47% | - |
| HSV(B) | 74.4º | 0.91% | 0.86% | - |
| XYZ | 42.73 | 60.01 | 9.99 | - |
| YUV | 182.85 | 36.1 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 20 | 0.22 | 0 | 0.91 | 0.14 | 74.4 | 0.83 | 0.47 |
| Hex | AC | DC | 14 | 16 | 0 | 5B | E | 4A | 53 | 2F |
| Octal | 254 | 334 | 24 | 26 | 0 | 133 | 16 | 112 | 123 | 57 |
| Binary | 10101100 | 11011100 | 10100 | 10110 | 0 | 1011011 | 1110 | 1001010 | 1010011 | 101111 |
Color Harmonies of #ACDC14
Complementary color
Monochromatic Colors of #ACDC14
Black with #ACDC14
Text Example
Text Example
White with #ACDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC14; }
p { color: rgb(172,220,20); }
H1.HeaderClassName
{
color: #ACDC14;
}
.AnyTagClassName
{
color: #ACDC14;
}
</style>
background-color css
<style>
a { background-color: #ACDC14; }
a { background-color: rgb(172,220,20); }
div.DivClassName
{
background-color: #ACDC14;
}
.BgClassName
{
background-color: #ACDC14;
}
</style>
border-color css
<style>
span { border-color: #ACDC14; }
span { border-color: rgb(172,220,20); }
td.TdClassName
{
border-color: #ACDC14;
}
.TagClassName
{
border-color: #ACDC14;
}
</style>