Shades of Caper #A8C271
Tints of Caper #A8C271
RGB
CMYK
RGB Variations
Color information
#A8C271 (or 0xA8C271) is known color: Caper. HEX triplet: A8, C2 and 71. RGB value is (168,194,113). Sum of RGB (Red+Green+Blue) = 168+194+113=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C271 is #573D8E. Grayscale: #B1B1B1. Windows color (decimal): -5717391 or 7455400. OLE color: 7455400.
HSL color Cylindrical-coordinate representation of color #A8C271: hue angle of 79.26º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C271 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 113 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.24 |
| HSL | 79.26º | 0.4% | 0.6% | - |
| HSV(B) | 79.26º | 0.42% | 0.76% | - |
| XYZ | 38.42 | 48.1 | 22.88 | - |
| YUV | 176.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 113 | 0.13 | 0 | 0.42 | 0.24 | 79.26 | 0.4 | 0.6 |
| Hex | A8 | C2 | 71 | D | 0 | 2A | 18 | 4F | 28 | 3C |
| Octal | 250 | 302 | 161 | 15 | 0 | 52 | 30 | 117 | 50 | 74 |
| Binary | 10101000 | 11000010 | 1110001 | 1101 | 0 | 101010 | 11000 | 1001111 | 101000 | 111100 |
Color Harmonies of #A8C271
Complementary color
Monochromatic Colors of #A8C271
Black with #A8C271
Text Example
Text Example
White with #A8C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C271; }
p { color: rgb(168,194,113); }
H1.HeaderClassName
{
color: #A8C271;
}
.AnyTagClassName
{
color: #A8C271;
}
</style>
background-color css
<style>
a { background-color: #A8C271; }
a { background-color: rgb(168,194,113); }
div.DivClassName
{
background-color: #A8C271;
}
.BgClassName
{
background-color: #A8C271;
}
</style>
border-color css
<style>
span { border-color: #A8C271; }
span { border-color: rgb(168,194,113); }
td.TdClassName
{
border-color: #A8C271;
}
.TagClassName
{
border-color: #A8C271;
}
</style>