Shades of Caper #ACC878
Tints of Caper #ACC878
RGB
CMYK
RGB Variations
Color information
#ACC878 (or 0xACC878) is known color: Caper. HEX triplet: AC, C8 and 78. RGB value is (172,200,120). Sum of RGB (Red+Green+Blue) = 172+200+120=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC878 is #533787. Grayscale: #B6B6B6. Windows color (decimal): -5453704 or 7915692. OLE color: 7915692.
HSL color Cylindrical-coordinate representation of color #ACC878: hue angle of 81º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC878 is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 120 | - |
| CMYK | 0.14 | 0 | 0.4 | 0.22 |
| HSL | 81º | 0.42% | 0.63% | - |
| HSV(B) | 81º | 0.4% | 0.78% | - |
| XYZ | 41.06 | 51.44 | 25.53 | - |
| YUV | 182.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 120 | 0.14 | 0 | 0.4 | 0.22 | 81 | 0.42 | 0.63 |
| Hex | AC | C8 | 78 | E | 0 | 28 | 16 | 51 | 2A | 3F |
| Octal | 254 | 310 | 170 | 16 | 0 | 50 | 26 | 121 | 52 | 77 |
| Binary | 10101100 | 11001000 | 1111000 | 1110 | 0 | 101000 | 10110 | 1010001 | 101010 | 111111 |
Color Harmonies of #ACC878
Complementary color
Monochromatic Colors of #ACC878
Black with #ACC878
Text Example
Text Example
White with #ACC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC878; }
p { color: rgb(172,200,120); }
H1.HeaderClassName
{
color: #ACC878;
}
.AnyTagClassName
{
color: #ACC878;
}
</style>
background-color css
<style>
a { background-color: #ACC878; }
a { background-color: rgb(172,200,120); }
div.DivClassName
{
background-color: #ACC878;
}
.BgClassName
{
background-color: #ACC878;
}
</style>
border-color css
<style>
span { border-color: #ACC878; }
span { border-color: rgb(172,200,120); }
td.TdClassName
{
border-color: #ACC878;
}
.TagClassName
{
border-color: #ACC878;
}
</style>