Shades of Inch Worm #ACD205
Tints of Inch Worm #ACD205
RGB
CMYK
RGB Variations
Color information
#ACD205 (or 0xACD205) is known color: Inch Worm. HEX triplet: AC, D2 and 05. RGB value is (172,210,5). Sum of RGB (Red+Green+Blue) = 172+210+5=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD205 is #532DFA. Grayscale: #B0B0B0. Windows color (decimal): -5451259 or 381612. OLE color: 381612.
HSL color Cylindrical-coordinate representation of color #ACD205: hue angle of 71.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACD205 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.18 |
| HSL | 71.12º | 0.95% | 0.42% | - |
| HSV(B) | 71.12º | 0.98% | 0.82% | - |
| XYZ | 40.09 | 54.87 | 8.62 | - |
| YUV | 175.27 | 31.91 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 5 | 0.18 | 0 | 0.98 | 0.18 | 71.12 | 0.95 | 0.42 |
| Hex | AC | D2 | 5 | 12 | 0 | 62 | 12 | 47 | 5F | 2A |
| Octal | 254 | 322 | 5 | 22 | 0 | 142 | 22 | 107 | 137 | 52 |
| Binary | 10101100 | 11010010 | 101 | 10010 | 0 | 1100010 | 10010 | 1000111 | 1011111 | 101010 |
Color Harmonies of #ACD205
Complementary color
Monochromatic Colors of #ACD205
Black with #ACD205
Text Example
Text Example
White with #ACD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD205; }
p { color: rgb(172,210,5); }
H1.HeaderClassName
{
color: #ACD205;
}
.AnyTagClassName
{
color: #ACD205;
}
</style>
background-color css
<style>
a { background-color: #ACD205; }
a { background-color: rgb(172,210,5); }
div.DivClassName
{
background-color: #ACD205;
}
.BgClassName
{
background-color: #ACD205;
}
</style>
border-color css
<style>
span { border-color: #ACD205; }
span { border-color: rgb(172,210,5); }
td.TdClassName
{
border-color: #ACD205;
}
.TagClassName
{
border-color: #ACD205;
}
</style>