Shades of Caper #ACD270
Tints of Caper #ACD270
RGB
CMYK
RGB Variations
Color information
#ACD270 (or 0xACD270) is known color: Caper. HEX triplet: AC, D2 and 70. RGB value is (172,210,112). Sum of RGB (Red+Green+Blue) = 172+210+112=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD270 is #532D8F. Grayscale: #BBBBBB. Windows color (decimal): -5451152 or 7393964. OLE color: 7393964.
HSL color Cylindrical-coordinate representation of color #ACD270: hue angle of 83.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD270 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 112 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.18 |
| HSL | 83.27º | 0.52% | 0.63% | - |
| HSV(B) | 83.27º | 0.47% | 0.82% | - |
| XYZ | 42.98 | 56.03 | 23.88 | - |
| YUV | 187.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 112 | 0.18 | 0 | 0.47 | 0.18 | 83.27 | 0.52 | 0.63 |
| Hex | AC | D2 | 70 | 12 | 0 | 2F | 12 | 53 | 34 | 3F |
| Octal | 254 | 322 | 160 | 22 | 0 | 57 | 22 | 123 | 64 | 77 |
| Binary | 10101100 | 11010010 | 1110000 | 10010 | 0 | 101111 | 10010 | 1010011 | 110100 | 111111 |
Color Harmonies of #ACD270
Complementary color
Monochromatic Colors of #ACD270
Black with #ACD270
Text Example
Text Example
White with #ACD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD270; }
p { color: rgb(172,210,112); }
H1.HeaderClassName
{
color: #ACD270;
}
.AnyTagClassName
{
color: #ACD270;
}
</style>
background-color css
<style>
a { background-color: #ACD270; }
a { background-color: rgb(172,210,112); }
div.DivClassName
{
background-color: #ACD270;
}
.BgClassName
{
background-color: #ACD270;
}
</style>
border-color css
<style>
span { border-color: #ACD270; }
span { border-color: rgb(172,210,112); }
td.TdClassName
{
border-color: #ACD270;
}
.TagClassName
{
border-color: #ACD270;
}
</style>