Shades of Caper #ACD078
Tints of Caper #ACD078
RGB
CMYK
RGB Variations
Color information
#ACD078 (or 0xACD078) is known color: Caper. HEX triplet: AC, D0 and 78. RGB value is (172,208,120). Sum of RGB (Red+Green+Blue) = 172+208+120=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD078 is #532F87. Grayscale: #BBBBBB. Windows color (decimal): -5451656 or 7917740. OLE color: 7917740.
HSL color Cylindrical-coordinate representation of color #ACD078: hue angle of 84.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD078 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 120 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.18 |
| HSL | 84.55º | 0.48% | 0.64% | - |
| HSV(B) | 84.55º | 0.42% | 0.82% | - |
| XYZ | 42.96 | 55.24 | 26.17 | - |
| YUV | 187.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 120 | 0.17 | 0 | 0.42 | 0.18 | 84.55 | 0.48 | 0.64 |
| Hex | AC | D0 | 78 | 11 | 0 | 2A | 12 | 55 | 30 | 40 |
| Octal | 254 | 320 | 170 | 21 | 0 | 52 | 22 | 125 | 60 | 100 |
| Binary | 10101100 | 11010000 | 1111000 | 10001 | 0 | 101010 | 10010 | 1010101 | 110000 | 1000000 |
Color Harmonies of #ACD078
Complementary color
Monochromatic Colors of #ACD078
Black with #ACD078
Text Example
Text Example
White with #ACD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD078; }
p { color: rgb(172,208,120); }
H1.HeaderClassName
{
color: #ACD078;
}
.AnyTagClassName
{
color: #ACD078;
}
</style>
background-color css
<style>
a { background-color: #ACD078; }
a { background-color: rgb(172,208,120); }
div.DivClassName
{
background-color: #ACD078;
}
.BgClassName
{
background-color: #ACD078;
}
</style>
border-color css
<style>
span { border-color: #ACD078; }
span { border-color: rgb(172,208,120); }
td.TdClassName
{
border-color: #ACD078;
}
.TagClassName
{
border-color: #ACD078;
}
</style>