Shades of Caper #ACD56E
Tints of Caper #ACD56E
RGB
CMYK
RGB Variations
Color information
#ACD56E (or 0xACD56E) is known color: Caper. HEX triplet: AC, D5 and 6E. RGB value is (172,213,110). Sum of RGB (Red+Green+Blue) = 172+213+110=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD56E is #532A91. Grayscale: #BDBDBD. Windows color (decimal): -5450386 or 7263660. OLE color: 7263660.
HSL color Cylindrical-coordinate representation of color #ACD56E: hue angle of 83.88º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD56E is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 110 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.16 |
| HSL | 83.88º | 0.55% | 0.63% | - |
| HSV(B) | 83.88º | 0.48% | 0.84% | - |
| XYZ | 43.62 | 57.48 | 23.55 | - |
| YUV | 189 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 110 | 0.19 | 0 | 0.48 | 0.16 | 83.88 | 0.55 | 0.63 |
| Hex | AC | D5 | 6E | 13 | 0 | 30 | 10 | 54 | 37 | 3F |
| Octal | 254 | 325 | 156 | 23 | 0 | 60 | 20 | 124 | 67 | 77 |
| Binary | 10101100 | 11010101 | 1101110 | 10011 | 0 | 110000 | 10000 | 1010100 | 110111 | 111111 |
Color Harmonies of #ACD56E
Complementary color
Monochromatic Colors of #ACD56E
Black with #ACD56E
Text Example
Text Example
White with #ACD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD56E; }
p { color: rgb(172,213,110); }
H1.HeaderClassName
{
color: #ACD56E;
}
.AnyTagClassName
{
color: #ACD56E;
}
</style>
background-color css
<style>
a { background-color: #ACD56E; }
a { background-color: rgb(172,213,110); }
div.DivClassName
{
background-color: #ACD56E;
}
.BgClassName
{
background-color: #ACD56E;
}
</style>
border-color css
<style>
span { border-color: #ACD56E; }
span { border-color: rgb(172,213,110); }
td.TdClassName
{
border-color: #ACD56E;
}
.TagClassName
{
border-color: #ACD56E;
}
</style>