Shades of Inch Worm #ACD10C
Tints of Inch Worm #ACD10C
RGB
CMYK
RGB Variations
Color information
#ACD10C (or 0xACD10C) is known color: Inch Worm. HEX triplet: AC, D1 and 0C. RGB value is (172,209,12). Sum of RGB (Red+Green+Blue) = 172+209+12=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD10C is #532EF3. Grayscale: #B0B0B0. Windows color (decimal): -5451508 or 840108. OLE color: 840108.
HSL color Cylindrical-coordinate representation of color #ACD10C: hue angle of 71.27º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD10C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.27º | 0.89% | 0.43% | - |
| HSV(B) | 71.27º | 0.94% | 0.82% | - |
| XYZ | 39.88 | 54.4 | 8.75 | - |
| YUV | 175.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 12 | 0.18 | 0 | 0.94 | 0.18 | 71.27 | 0.89 | 0.43 |
| Hex | AC | D1 | C | 12 | 0 | 5E | 12 | 47 | 59 | 2B |
| Octal | 254 | 321 | 14 | 22 | 0 | 136 | 22 | 107 | 131 | 53 |
| Binary | 10101100 | 11010001 | 1100 | 10010 | 0 | 1011110 | 10010 | 1000111 | 1011001 | 101011 |
Color Harmonies of #ACD10C
Complementary color
Monochromatic Colors of #ACD10C
Black with #ACD10C
Text Example
Text Example
White with #ACD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD10C; }
p { color: rgb(172,209,12); }
H1.HeaderClassName
{
color: #ACD10C;
}
.AnyTagClassName
{
color: #ACD10C;
}
</style>
background-color css
<style>
a { background-color: #ACD10C; }
a { background-color: rgb(172,209,12); }
div.DivClassName
{
background-color: #ACD10C;
}
.BgClassName
{
background-color: #ACD10C;
}
</style>
border-color css
<style>
span { border-color: #ACD10C; }
span { border-color: rgb(172,209,12); }
td.TdClassName
{
border-color: #ACD10C;
}
.TagClassName
{
border-color: #ACD10C;
}
</style>