Shades of Caper #ACD275
Tints of Caper #ACD275
RGB
CMYK
RGB Variations
Color information
#ACD275 (or 0xACD275) is known color: Caper. HEX triplet: AC, D2 and 75. RGB value is (172,210,117). Sum of RGB (Red+Green+Blue) = 172+210+117=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD275 is #532D8A. Grayscale: #BCBCBC. Windows color (decimal): -5451147 or 7721644. OLE color: 7721644.
HSL color Cylindrical-coordinate representation of color #ACD275: hue angle of 84.52º degrees, saturation: 0.51, 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 #ACD275 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 117 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.18 |
| HSL | 84.52º | 0.51% | 0.64% | - |
| HSV(B) | 84.52º | 0.44% | 0.82% | - |
| XYZ | 43.27 | 56.15 | 25.39 | - |
| YUV | 188.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 117 | 0.18 | 0 | 0.44 | 0.18 | 84.52 | 0.51 | 0.64 |
| Hex | AC | D2 | 75 | 12 | 0 | 2C | 12 | 55 | 33 | 40 |
| Octal | 254 | 322 | 165 | 22 | 0 | 54 | 22 | 125 | 63 | 100 |
| Binary | 10101100 | 11010010 | 1110101 | 10010 | 0 | 101100 | 10010 | 1010101 | 110011 | 1000000 |
Color Harmonies of #ACD275
Complementary color
Monochromatic Colors of #ACD275
Black with #ACD275
Text Example
Text Example
White with #ACD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD275; }
p { color: rgb(172,210,117); }
H1.HeaderClassName
{
color: #ACD275;
}
.AnyTagClassName
{
color: #ACD275;
}
</style>
background-color css
<style>
a { background-color: #ACD275; }
a { background-color: rgb(172,210,117); }
div.DivClassName
{
background-color: #ACD275;
}
.BgClassName
{
background-color: #ACD275;
}
</style>
border-color css
<style>
span { border-color: #ACD275; }
span { border-color: rgb(172,210,117); }
td.TdClassName
{
border-color: #ACD275;
}
.TagClassName
{
border-color: #ACD275;
}
</style>