Shades of Inch Worm #ACD206
Tints of Inch Worm #ACD206
RGB
CMYK
RGB Variations
Color information
#ACD206 (or 0xACD206) is known color: Inch Worm. HEX triplet: AC, D2 and 06. RGB value is (172,210,6). Sum of RGB (Red+Green+Blue) = 172+210+6=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD206 is #532DF9. Grayscale: #B0B0B0. Windows color (decimal): -5451258 or 447148. OLE color: 447148.
HSL color Cylindrical-coordinate representation of color #ACD206: hue angle of 71.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACD206 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.18 |
| HSL | 71.18º | 0.94% | 0.42% | - |
| HSV(B) | 71.18º | 0.97% | 0.82% | - |
| XYZ | 40.09 | 54.88 | 8.65 | - |
| YUV | 175.38 | 32.41 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 6 | 0.18 | 0 | 0.97 | 0.18 | 71.18 | 0.94 | 0.42 |
| Hex | AC | D2 | 6 | 12 | 0 | 61 | 12 | 47 | 5E | 2A |
| Octal | 254 | 322 | 6 | 22 | 0 | 141 | 22 | 107 | 136 | 52 |
| Binary | 10101100 | 11010010 | 110 | 10010 | 0 | 1100001 | 10010 | 1000111 | 1011110 | 101010 |
Color Harmonies of #ACD206
Complementary color
Monochromatic Colors of #ACD206
Black with #ACD206
Text Example
Text Example
White with #ACD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD206; }
p { color: rgb(172,210,6); }
H1.HeaderClassName
{
color: #ACD206;
}
.AnyTagClassName
{
color: #ACD206;
}
</style>
background-color css
<style>
a { background-color: #ACD206; }
a { background-color: rgb(172,210,6); }
div.DivClassName
{
background-color: #ACD206;
}
.BgClassName
{
background-color: #ACD206;
}
</style>
border-color css
<style>
span { border-color: #ACD206; }
span { border-color: rgb(172,210,6); }
td.TdClassName
{
border-color: #ACD206;
}
.TagClassName
{
border-color: #ACD206;
}
</style>