Shades of Inch Worm #ACDC1E
Tints of Inch Worm #ACDC1E
RGB
CMYK
RGB Variations
Color information
#ACDC1E (or 0xACDC1E) is known color: Inch Worm. HEX triplet: AC, DC and 1E. RGB value is (172,220,30). Sum of RGB (Red+Green+Blue) = 172+220+30=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC1E is #5323E1. Grayscale: #B8B8B8. Windows color (decimal): -5448674 or 2022572. OLE color: 2022572.
HSL color Cylindrical-coordinate representation of color #ACDC1E: hue angle of 75.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACDC1E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 30 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.14 |
| HSL | 75.16º | 0.76% | 0.49% | - |
| HSV(B) | 75.16º | 0.86% | 0.86% | - |
| XYZ | 42.84 | 60.05 | 10.56 | - |
| YUV | 183.99 | 41.1 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 30 | 0.22 | 0 | 0.86 | 0.14 | 75.16 | 0.76 | 0.49 |
| Hex | AC | DC | 1E | 16 | 0 | 56 | E | 4B | 4C | 31 |
| Octal | 254 | 334 | 36 | 26 | 0 | 126 | 16 | 113 | 114 | 61 |
| Binary | 10101100 | 11011100 | 11110 | 10110 | 0 | 1010110 | 1110 | 1001011 | 1001100 | 110001 |
Color Harmonies of #ACDC1E
Complementary color
Monochromatic Colors of #ACDC1E
Black with #ACDC1E
Text Example
Text Example
White with #ACDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC1E; }
p { color: rgb(172,220,30); }
H1.HeaderClassName
{
color: #ACDC1E;
}
.AnyTagClassName
{
color: #ACDC1E;
}
</style>
background-color css
<style>
a { background-color: #ACDC1E; }
a { background-color: rgb(172,220,30); }
div.DivClassName
{
background-color: #ACDC1E;
}
.BgClassName
{
background-color: #ACDC1E;
}
</style>
border-color css
<style>
span { border-color: #ACDC1E; }
span { border-color: rgb(172,220,30); }
td.TdClassName
{
border-color: #ACDC1E;
}
.TagClassName
{
border-color: #ACDC1E;
}
</style>