Shades of Inch Worm #ACD20D
Tints of Inch Worm #ACD20D
RGB
CMYK
RGB Variations
Color information
#ACD20D (or 0xACD20D) is known color: Inch Worm. HEX triplet: AC, D2 and 0D. RGB value is (172,210,13). Sum of RGB (Red+Green+Blue) = 172+210+13=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD20D is #532DF2. Grayscale: #B0B0B0. Windows color (decimal): -5451251 or 905900. OLE color: 905900.
HSL color Cylindrical-coordinate representation of color #ACD20D: hue angle of 71.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD20D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.57º | 0.88% | 0.44% | - |
| HSV(B) | 71.57º | 0.94% | 0.82% | - |
| XYZ | 40.13 | 54.89 | 8.86 | - |
| YUV | 176.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 13 | 0.18 | 0 | 0.94 | 0.18 | 71.57 | 0.88 | 0.44 |
| Hex | AC | D2 | D | 12 | 0 | 5E | 12 | 48 | 58 | 2C |
| Octal | 254 | 322 | 15 | 22 | 0 | 136 | 22 | 110 | 130 | 54 |
| Binary | 10101100 | 11010010 | 1101 | 10010 | 0 | 1011110 | 10010 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ACD20D
Complementary color
Monochromatic Colors of #ACD20D
Black with #ACD20D
Text Example
Text Example
White with #ACD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD20D; }
p { color: rgb(172,210,13); }
H1.HeaderClassName
{
color: #ACD20D;
}
.AnyTagClassName
{
color: #ACD20D;
}
</style>
background-color css
<style>
a { background-color: #ACD20D; }
a { background-color: rgb(172,210,13); }
div.DivClassName
{
background-color: #ACD20D;
}
.BgClassName
{
background-color: #ACD20D;
}
</style>
border-color css
<style>
span { border-color: #ACD20D; }
span { border-color: rgb(172,210,13); }
td.TdClassName
{
border-color: #ACD20D;
}
.TagClassName
{
border-color: #ACD20D;
}
</style>