Shades of Caper #A8D071
Tints of Caper #A8D071
RGB
CMYK
RGB Variations
Color information
#A8D071 (or 0xA8D071) is known color: Caper. HEX triplet: A8, D0 and 71. RGB value is (168,208,113). Sum of RGB (Red+Green+Blue) = 168+208+113=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D071 is #572F8E. Grayscale: #B9B9B9. Windows color (decimal): -5713807 or 7458984. OLE color: 7458984.
HSL color Cylindrical-coordinate representation of color #A8D071: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D071 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 113 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.18 |
| HSL | 85.26º | 0.5% | 0.63% | - |
| HSV(B) | 85.26º | 0.46% | 0.82% | - |
| XYZ | 41.68 | 54.63 | 23.97 | - |
| YUV | 185.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 113 | 0.19 | 0 | 0.46 | 0.18 | 85.26 | 0.5 | 0.63 |
| Hex | A8 | D0 | 71 | 13 | 0 | 2E | 12 | 55 | 32 | 3F |
| Octal | 250 | 320 | 161 | 23 | 0 | 56 | 22 | 125 | 62 | 77 |
| Binary | 10101000 | 11010000 | 1110001 | 10011 | 0 | 101110 | 10010 | 1010101 | 110010 | 111111 |
Color Harmonies of #A8D071
Complementary color
Monochromatic Colors of #A8D071
Black with #A8D071
Text Example
Text Example
White with #A8D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D071; }
p { color: rgb(168,208,113); }
H1.HeaderClassName
{
color: #A8D071;
}
.AnyTagClassName
{
color: #A8D071;
}
</style>
background-color css
<style>
a { background-color: #A8D071; }
a { background-color: rgb(168,208,113); }
div.DivClassName
{
background-color: #A8D071;
}
.BgClassName
{
background-color: #A8D071;
}
</style>
border-color css
<style>
span { border-color: #A8D071; }
span { border-color: rgb(168,208,113); }
td.TdClassName
{
border-color: #A8D071;
}
.TagClassName
{
border-color: #A8D071;
}
</style>