Shades of Caper #ABCE70
Tints of Caper #ABCE70
RGB
CMYK
RGB Variations
Color information
#ABCE70 (or 0xABCE70) is known color: Caper. HEX triplet: AB, CE and 70. RGB value is (171,206,112). Sum of RGB (Red+Green+Blue) = 171+206+112=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE70 is #54318F. Grayscale: #B9B9B9. Windows color (decimal): -5517712 or 7392939. OLE color: 7392939.
HSL color Cylindrical-coordinate representation of color #ABCE70: hue angle of 82.34º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCE70 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 112 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.19 |
| HSL | 82.34º | 0.49% | 0.62% | - |
| HSV(B) | 82.34º | 0.46% | 0.81% | - |
| XYZ | 41.79 | 53.97 | 23.54 | - |
| YUV | 184.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 112 | 0.17 | 0 | 0.46 | 0.19 | 82.34 | 0.49 | 0.62 |
| Hex | AB | CE | 70 | 11 | 0 | 2E | 13 | 52 | 31 | 3E |
| Octal | 253 | 316 | 160 | 21 | 0 | 56 | 23 | 122 | 61 | 76 |
| Binary | 10101011 | 11001110 | 1110000 | 10001 | 0 | 101110 | 10011 | 1010010 | 110001 | 111110 |
Color Harmonies of #ABCE70
Complementary color
Monochromatic Colors of #ABCE70
Black with #ABCE70
Text Example
Text Example
White with #ABCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE70; }
p { color: rgb(171,206,112); }
H1.HeaderClassName
{
color: #ABCE70;
}
.AnyTagClassName
{
color: #ABCE70;
}
</style>
background-color css
<style>
a { background-color: #ABCE70; }
a { background-color: rgb(171,206,112); }
div.DivClassName
{
background-color: #ABCE70;
}
.BgClassName
{
background-color: #ABCE70;
}
</style>
border-color css
<style>
span { border-color: #ABCE70; }
span { border-color: rgb(171,206,112); }
td.TdClassName
{
border-color: #ABCE70;
}
.TagClassName
{
border-color: #ABCE70;
}
</style>