Shades of Caper #ACD272
Tints of Caper #ACD272
RGB
CMYK
RGB Variations
Color information
#ACD272 (or 0xACD272) is known color: Caper. HEX triplet: AC, D2 and 72. RGB value is (172,210,114). Sum of RGB (Red+Green+Blue) = 172+210+114=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD272 is #532D8D. Grayscale: #BCBCBC. Windows color (decimal): -5451150 or 7525036. OLE color: 7525036.
HSL color Cylindrical-coordinate representation of color #ACD272: hue angle of 83.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD272 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 114 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.18 |
| HSL | 83.75º | 0.52% | 0.64% | - |
| HSV(B) | 83.75º | 0.46% | 0.82% | - |
| XYZ | 43.1 | 56.08 | 24.47 | - |
| YUV | 187.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 114 | 0.18 | 0 | 0.46 | 0.18 | 83.75 | 0.52 | 0.64 |
| Hex | AC | D2 | 72 | 12 | 0 | 2E | 12 | 54 | 34 | 40 |
| Octal | 254 | 322 | 162 | 22 | 0 | 56 | 22 | 124 | 64 | 100 |
| Binary | 10101100 | 11010010 | 1110010 | 10010 | 0 | 101110 | 10010 | 1010100 | 110100 | 1000000 |
Color Harmonies of #ACD272
Complementary color
Monochromatic Colors of #ACD272
Black with #ACD272
Text Example
Text Example
White with #ACD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD272; }
p { color: rgb(172,210,114); }
H1.HeaderClassName
{
color: #ACD272;
}
.AnyTagClassName
{
color: #ACD272;
}
</style>
background-color css
<style>
a { background-color: #ACD272; }
a { background-color: rgb(172,210,114); }
div.DivClassName
{
background-color: #ACD272;
}
.BgClassName
{
background-color: #ACD272;
}
</style>
border-color css
<style>
span { border-color: #ACD272; }
span { border-color: rgb(172,210,114); }
td.TdClassName
{
border-color: #ACD272;
}
.TagClassName
{
border-color: #ACD272;
}
</style>