Shades of Caper #ACD274
Tints of Caper #ACD274
RGB
CMYK
RGB Variations
Color information
#ACD274 (or 0xACD274) is known color: Caper. HEX triplet: AC, D2 and 74. RGB value is (172,210,116). Sum of RGB (Red+Green+Blue) = 172+210+116=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD274 is #532D8B. Grayscale: #BCBCBC. Windows color (decimal): -5451148 or 7656108. OLE color: 7656108.
HSL color Cylindrical-coordinate representation of color #ACD274: hue angle of 84.26º 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 #ACD274 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 116 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.18 |
| HSL | 84.26º | 0.51% | 0.64% | - |
| HSV(B) | 84.26º | 0.45% | 0.82% | - |
| XYZ | 43.21 | 56.12 | 25.08 | - |
| YUV | 187.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 116 | 0.18 | 0 | 0.45 | 0.18 | 84.26 | 0.51 | 0.64 |
| Hex | AC | D2 | 74 | 12 | 0 | 2D | 12 | 54 | 33 | 40 |
| Octal | 254 | 322 | 164 | 22 | 0 | 55 | 22 | 124 | 63 | 100 |
| Binary | 10101100 | 11010010 | 1110100 | 10010 | 0 | 101101 | 10010 | 1010100 | 110011 | 1000000 |
Color Harmonies of #ACD274
Complementary color
Monochromatic Colors of #ACD274
Black with #ACD274
Text Example
Text Example
White with #ACD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD274; }
p { color: rgb(172,210,116); }
H1.HeaderClassName
{
color: #ACD274;
}
.AnyTagClassName
{
color: #ACD274;
}
</style>
background-color css
<style>
a { background-color: #ACD274; }
a { background-color: rgb(172,210,116); }
div.DivClassName
{
background-color: #ACD274;
}
.BgClassName
{
background-color: #ACD274;
}
</style>
border-color css
<style>
span { border-color: #ACD274; }
span { border-color: rgb(172,210,116); }
td.TdClassName
{
border-color: #ACD274;
}
.TagClassName
{
border-color: #ACD274;
}
</style>