Shades of Inch Worm #ACD105
Tints of Inch Worm #ACD105
RGB
CMYK
RGB Variations
Color information
#ACD105 (or 0xACD105) is known color: Inch Worm. HEX triplet: AC, D1 and 05. RGB value is (172,209,5). Sum of RGB (Red+Green+Blue) = 172+209+5=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 209 (82.03% from 255 or 54.15% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD105 is #532EFA. Grayscale: #AFAFAF. Windows color (decimal): -5451515 or 381356. OLE color: 381356.
HSL color Cylindrical-coordinate representation of color #ACD105: hue angle of 70.88º 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 #ACD105 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.18 |
| HSL | 70.88º | 0.95% | 0.42% | - |
| HSV(B) | 70.88º | 0.98% | 0.82% | - |
| XYZ | 39.84 | 54.38 | 8.54 | - |
| YUV | 174.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 5 | 0.18 | 0 | 0.98 | 0.18 | 70.88 | 0.95 | 0.42 |
| Hex | AC | D1 | 5 | 12 | 0 | 62 | 12 | 47 | 5F | 2A |
| Octal | 254 | 321 | 5 | 22 | 0 | 142 | 22 | 107 | 137 | 52 |
| Binary | 10101100 | 11010001 | 101 | 10010 | 0 | 1100010 | 10010 | 1000111 | 1011111 | 101010 |
Color Harmonies of #ACD105
Complementary color
Monochromatic Colors of #ACD105
Black with #ACD105
Text Example
Text Example
White with #ACD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD105; }
p { color: rgb(172,209,5); }
H1.HeaderClassName
{
color: #ACD105;
}
.AnyTagClassName
{
color: #ACD105;
}
</style>
background-color css
<style>
a { background-color: #ACD105; }
a { background-color: rgb(172,209,5); }
div.DivClassName
{
background-color: #ACD105;
}
.BgClassName
{
background-color: #ACD105;
}
</style>
border-color css
<style>
span { border-color: #ACD105; }
span { border-color: rgb(172,209,5); }
td.TdClassName
{
border-color: #ACD105;
}
.TagClassName
{
border-color: #ACD105;
}
</style>