Shades of Caper #ACD371
Tints of Caper #ACD371
RGB
CMYK
RGB Variations
Color information
#ACD371 (or 0xACD371) is known color: Caper. HEX triplet: AC, D3 and 71. RGB value is (172,211,113). Sum of RGB (Red+Green+Blue) = 172+211+113=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD371 is #532C8E. Grayscale: #BCBCBC. Windows color (decimal): -5450895 or 7459756. OLE color: 7459756.
HSL color Cylindrical-coordinate representation of color #ACD371: hue angle of 83.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD371 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 113 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.17 |
| HSL | 83.88º | 0.53% | 0.64% | - |
| HSV(B) | 83.88º | 0.46% | 0.83% | - |
| XYZ | 43.29 | 56.55 | 24.26 | - |
| YUV | 188.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 113 | 0.18 | 0 | 0.46 | 0.17 | 83.88 | 0.53 | 0.64 |
| Hex | AC | D3 | 71 | 12 | 0 | 2E | 11 | 54 | 35 | 40 |
| Octal | 254 | 323 | 161 | 22 | 0 | 56 | 21 | 124 | 65 | 100 |
| Binary | 10101100 | 11010011 | 1110001 | 10010 | 0 | 101110 | 10001 | 1010100 | 110101 | 1000000 |
Color Harmonies of #ACD371
Complementary color
Monochromatic Colors of #ACD371
Black with #ACD371
Text Example
Text Example
White with #ACD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD371; }
p { color: rgb(172,211,113); }
H1.HeaderClassName
{
color: #ACD371;
}
.AnyTagClassName
{
color: #ACD371;
}
</style>
background-color css
<style>
a { background-color: #ACD371; }
a { background-color: rgb(172,211,113); }
div.DivClassName
{
background-color: #ACD371;
}
.BgClassName
{
background-color: #ACD371;
}
</style>
border-color css
<style>
span { border-color: #ACD371; }
span { border-color: rgb(172,211,113); }
td.TdClassName
{
border-color: #ACD371;
}
.TagClassName
{
border-color: #ACD371;
}
</style>