Shades of Caper #ACD079
Tints of Caper #ACD079
RGB
CMYK
RGB Variations
Color information
#ACD079 (or 0xACD079) is known color: Caper. HEX triplet: AC, D0 and 79. RGB value is (172,208,121). Sum of RGB (Red+Green+Blue) = 172+208+121=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD079 is #532F86. Grayscale: #BBBBBB. Windows color (decimal): -5451655 or 7983276. OLE color: 7983276.
HSL color Cylindrical-coordinate representation of color #ACD079: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD079 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 121 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.18 |
| HSL | 84.83º | 0.48% | 0.65% | - |
| HSV(B) | 84.83º | 0.42% | 0.82% | - |
| XYZ | 43.02 | 55.26 | 26.49 | - |
| YUV | 187.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 121 | 0.17 | 0 | 0.42 | 0.18 | 84.83 | 0.48 | 0.65 |
| Hex | AC | D0 | 79 | 11 | 0 | 2A | 12 | 55 | 30 | 41 |
| Octal | 254 | 320 | 171 | 21 | 0 | 52 | 22 | 125 | 60 | 101 |
| Binary | 10101100 | 11010000 | 1111001 | 10001 | 0 | 101010 | 10010 | 1010101 | 110000 | 1000001 |
Color Harmonies of #ACD079
Complementary color
Monochromatic Colors of #ACD079
Black with #ACD079
Text Example
Text Example
White with #ACD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD079; }
p { color: rgb(172,208,121); }
H1.HeaderClassName
{
color: #ACD079;
}
.AnyTagClassName
{
color: #ACD079;
}
</style>
background-color css
<style>
a { background-color: #ACD079; }
a { background-color: rgb(172,208,121); }
div.DivClassName
{
background-color: #ACD079;
}
.BgClassName
{
background-color: #ACD079;
}
</style>
border-color css
<style>
span { border-color: #ACD079; }
span { border-color: rgb(172,208,121); }
td.TdClassName
{
border-color: #ACD079;
}
.TagClassName
{
border-color: #ACD079;
}
</style>