Shades of Caper #ACD070
Tints of Caper #ACD070
RGB
CMYK
RGB Variations
Color information
#ACD070 (or 0xACD070) is known color: Caper. HEX triplet: AC, D0 and 70. RGB value is (172,208,112). Sum of RGB (Red+Green+Blue) = 172+208+112=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD070 is #532F8F. Grayscale: #BABABA. Windows color (decimal): -5451664 or 7393452. OLE color: 7393452.
HSL color Cylindrical-coordinate representation of color #ACD070: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD070 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 112 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.18 |
| HSL | 82.5º | 0.51% | 0.63% | - |
| HSV(B) | 82.5º | 0.46% | 0.82% | - |
| XYZ | 42.49 | 55.05 | 23.72 | - |
| YUV | 186.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 112 | 0.17 | 0 | 0.46 | 0.18 | 82.5 | 0.51 | 0.63 |
| Hex | AC | D0 | 70 | 11 | 0 | 2E | 12 | 52 | 33 | 3F |
| Octal | 254 | 320 | 160 | 21 | 0 | 56 | 22 | 122 | 63 | 77 |
| Binary | 10101100 | 11010000 | 1110000 | 10001 | 0 | 101110 | 10010 | 1010010 | 110011 | 111111 |
Color Harmonies of #ACD070
Complementary color
Monochromatic Colors of #ACD070
Black with #ACD070
Text Example
Text Example
White with #ACD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD070; }
p { color: rgb(172,208,112); }
H1.HeaderClassName
{
color: #ACD070;
}
.AnyTagClassName
{
color: #ACD070;
}
</style>
background-color css
<style>
a { background-color: #ACD070; }
a { background-color: rgb(172,208,112); }
div.DivClassName
{
background-color: #ACD070;
}
.BgClassName
{
background-color: #ACD070;
}
</style>
border-color css
<style>
span { border-color: #ACD070; }
span { border-color: rgb(172,208,112); }
td.TdClassName
{
border-color: #ACD070;
}
.TagClassName
{
border-color: #ACD070;
}
</style>