Shades of Caper #ACD273
Tints of Caper #ACD273
RGB
CMYK
RGB Variations
Color information
#ACD273 (or 0xACD273) is known color: Caper. HEX triplet: AC, D2 and 73. RGB value is (172,210,115). Sum of RGB (Red+Green+Blue) = 172+210+115=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD273 is #532D8C. Grayscale: #BCBCBC. Windows color (decimal): -5451149 or 7590572. OLE color: 7590572.
HSL color Cylindrical-coordinate representation of color #ACD273: hue angle of 84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD273 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 115 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.18 |
| HSL | 84º | 0.51% | 0.64% | - |
| HSV(B) | 84º | 0.45% | 0.82% | - |
| XYZ | 43.15 | 56.1 | 24.77 | - |
| YUV | 187.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 115 | 0.18 | 0 | 0.45 | 0.18 | 84 | 0.51 | 0.64 |
| Hex | AC | D2 | 73 | 12 | 0 | 2D | 12 | 54 | 33 | 40 |
| Octal | 254 | 322 | 163 | 22 | 0 | 55 | 22 | 124 | 63 | 100 |
| Binary | 10101100 | 11010010 | 1110011 | 10010 | 0 | 101101 | 10010 | 1010100 | 110011 | 1000000 |
Color Harmonies of #ACD273
Complementary color
Monochromatic Colors of #ACD273
Black with #ACD273
Text Example
Text Example
White with #ACD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD273; }
p { color: rgb(172,210,115); }
H1.HeaderClassName
{
color: #ACD273;
}
.AnyTagClassName
{
color: #ACD273;
}
</style>
background-color css
<style>
a { background-color: #ACD273; }
a { background-color: rgb(172,210,115); }
div.DivClassName
{
background-color: #ACD273;
}
.BgClassName
{
background-color: #ACD273;
}
</style>
border-color css
<style>
span { border-color: #ACD273; }
span { border-color: rgb(172,210,115); }
td.TdClassName
{
border-color: #ACD273;
}
.TagClassName
{
border-color: #ACD273;
}
</style>