Shades of Caper #ACD075
Tints of Caper #ACD075
RGB
CMYK
RGB Variations
Color information
#ACD075 (or 0xACD075) is known color: Caper. HEX triplet: AC, D0 and 75. RGB value is (172,208,117). Sum of RGB (Red+Green+Blue) = 172+208+117=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD075 is #532F8A. Grayscale: #BBBBBB. Windows color (decimal): -5451659 or 7721132. OLE color: 7721132.
HSL color Cylindrical-coordinate representation of color #ACD075: hue angle of 83.74º degrees, saturation: 0.49, 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 #ACD075 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 117 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.18 |
| HSL | 83.74º | 0.49% | 0.64% | - |
| HSV(B) | 83.74º | 0.44% | 0.82% | - |
| XYZ | 42.78 | 55.17 | 25.22 | - |
| YUV | 186.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 117 | 0.17 | 0 | 0.44 | 0.18 | 83.74 | 0.49 | 0.64 |
| Hex | AC | D0 | 75 | 11 | 0 | 2C | 12 | 54 | 31 | 40 |
| Octal | 254 | 320 | 165 | 21 | 0 | 54 | 22 | 124 | 61 | 100 |
| Binary | 10101100 | 11010000 | 1110101 | 10001 | 0 | 101100 | 10010 | 1010100 | 110001 | 1000000 |
Color Harmonies of #ACD075
Complementary color
Monochromatic Colors of #ACD075
Black with #ACD075
Text Example
Text Example
White with #ACD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD075; }
p { color: rgb(172,208,117); }
H1.HeaderClassName
{
color: #ACD075;
}
.AnyTagClassName
{
color: #ACD075;
}
</style>
background-color css
<style>
a { background-color: #ACD075; }
a { background-color: rgb(172,208,117); }
div.DivClassName
{
background-color: #ACD075;
}
.BgClassName
{
background-color: #ACD075;
}
</style>
border-color css
<style>
span { border-color: #ACD075; }
span { border-color: rgb(172,208,117); }
td.TdClassName
{
border-color: #ACD075;
}
.TagClassName
{
border-color: #ACD075;
}
</style>