Shades of Inch Worm #ACD10D
Tints of Inch Worm #ACD10D
RGB
CMYK
RGB Variations
Color information
#ACD10D (or 0xACD10D) is known color: Inch Worm. HEX triplet: AC, D1 and 0D. RGB value is (172,209,13). Sum of RGB (Red+Green+Blue) = 172+209+13=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD10D is #532EF2. Grayscale: #B0B0B0. Windows color (decimal): -5451507 or 905644. OLE color: 905644.
HSL color Cylindrical-coordinate representation of color #ACD10D: hue angle of 71.33º 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 #ACD10D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.33º | 0.88% | 0.44% | - |
| HSV(B) | 71.33º | 0.94% | 0.82% | - |
| XYZ | 39.89 | 54.4 | 8.78 | - |
| YUV | 175.59 | 36.24 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 13 | 0.18 | 0 | 0.94 | 0.18 | 71.33 | 0.88 | 0.44 |
| Hex | AC | D1 | D | 12 | 0 | 5E | 12 | 47 | 58 | 2C |
| Octal | 254 | 321 | 15 | 22 | 0 | 136 | 22 | 107 | 130 | 54 |
| Binary | 10101100 | 11010001 | 1101 | 10010 | 0 | 1011110 | 10010 | 1000111 | 1011000 | 101100 |
Color Harmonies of #ACD10D
Complementary color
Monochromatic Colors of #ACD10D
Black with #ACD10D
Text Example
Text Example
White with #ACD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD10D; }
p { color: rgb(172,209,13); }
H1.HeaderClassName
{
color: #ACD10D;
}
.AnyTagClassName
{
color: #ACD10D;
}
</style>
background-color css
<style>
a { background-color: #ACD10D; }
a { background-color: rgb(172,209,13); }
div.DivClassName
{
background-color: #ACD10D;
}
.BgClassName
{
background-color: #ACD10D;
}
</style>
border-color css
<style>
span { border-color: #ACD10D; }
span { border-color: rgb(172,209,13); }
td.TdClassName
{
border-color: #ACD10D;
}
.TagClassName
{
border-color: #ACD10D;
}
</style>