Shades of Caper #ACD175
Tints of Caper #ACD175
RGB
CMYK
RGB Variations
Color information
#ACD175 (or 0xACD175) is known color: Caper. HEX triplet: AC, D1 and 75. RGB value is (172,209,117). Sum of RGB (Red+Green+Blue) = 172+209+117=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD175 is #532E8A. Grayscale: #BBBBBB. Windows color (decimal): -5451403 or 7721388. OLE color: 7721388.
HSL color Cylindrical-coordinate representation of color #ACD175: hue angle of 84.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACD175 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 117 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.18 |
| HSL | 84.13º | 0.5% | 0.64% | - |
| HSV(B) | 84.13º | 0.44% | 0.82% | - |
| XYZ | 43.02 | 55.66 | 25.3 | - |
| YUV | 187.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 117 | 0.18 | 0 | 0.44 | 0.18 | 84.13 | 0.5 | 0.64 |
| Hex | AC | D1 | 75 | 12 | 0 | 2C | 12 | 54 | 32 | 40 |
| Octal | 254 | 321 | 165 | 22 | 0 | 54 | 22 | 124 | 62 | 100 |
| Binary | 10101100 | 11010001 | 1110101 | 10010 | 0 | 101100 | 10010 | 1010100 | 110010 | 1000000 |
Color Harmonies of #ACD175
Complementary color
Monochromatic Colors of #ACD175
Black with #ACD175
Text Example
Text Example
White with #ACD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD175; }
p { color: rgb(172,209,117); }
H1.HeaderClassName
{
color: #ACD175;
}
.AnyTagClassName
{
color: #ACD175;
}
</style>
background-color css
<style>
a { background-color: #ACD175; }
a { background-color: rgb(172,209,117); }
div.DivClassName
{
background-color: #ACD175;
}
.BgClassName
{
background-color: #ACD175;
}
</style>
border-color css
<style>
span { border-color: #ACD175; }
span { border-color: rgb(172,209,117); }
td.TdClassName
{
border-color: #ACD175;
}
.TagClassName
{
border-color: #ACD175;
}
</style>