Shades of Caper #ABD270
Tints of Caper #ABD270
RGB
CMYK
RGB Variations
Color information
#ABD270 (or 0xABD270) is known color: Caper. HEX triplet: AB, D2 and 70. RGB value is (171,210,112). Sum of RGB (Red+Green+Blue) = 171+210+112=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD270 is #542D8F. Grayscale: #BBBBBB. Windows color (decimal): -5516688 or 7393963. OLE color: 7393963.
HSL color Cylindrical-coordinate representation of color #ABD270: hue angle of 83.88º 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 #ABD270 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 112 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.18 |
| HSL | 83.88º | 0.52% | 0.63% | - |
| HSV(B) | 83.88º | 0.47% | 0.82% | - |
| XYZ | 42.77 | 55.92 | 23.87 | - |
| YUV | 187.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 112 | 0.19 | 0 | 0.47 | 0.18 | 83.88 | 0.52 | 0.63 |
| Hex | AB | D2 | 70 | 13 | 0 | 2F | 12 | 54 | 34 | 3F |
| Octal | 253 | 322 | 160 | 23 | 0 | 57 | 22 | 124 | 64 | 77 |
| Binary | 10101011 | 11010010 | 1110000 | 10011 | 0 | 101111 | 10010 | 1010100 | 110100 | 111111 |
Color Harmonies of #ABD270
Complementary color
Monochromatic Colors of #ABD270
Black with #ABD270
Text Example
Text Example
White with #ABD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD270; }
p { color: rgb(171,210,112); }
H1.HeaderClassName
{
color: #ABD270;
}
.AnyTagClassName
{
color: #ABD270;
}
</style>
background-color css
<style>
a { background-color: #ABD270; }
a { background-color: rgb(171,210,112); }
div.DivClassName
{
background-color: #ABD270;
}
.BgClassName
{
background-color: #ABD270;
}
</style>
border-color css
<style>
span { border-color: #ABD270; }
span { border-color: rgb(171,210,112); }
td.TdClassName
{
border-color: #ABD270;
}
.TagClassName
{
border-color: #ABD270;
}
</style>