Shades of Caper #A8CA7E
Tints of Caper #A8CA7E
RGB
CMYK
RGB Variations
Color information
#A8CA7E (or 0xA8CA7E) is known color: Caper. HEX triplet: A8, CA and 7E. RGB value is (168,202,126). Sum of RGB (Red+Green+Blue) = 168+202+126=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA7E is #573581. Grayscale: #B7B7B7. Windows color (decimal): -5715330 or 8309416. OLE color: 8309416.
HSL color Cylindrical-coordinate representation of color #A8CA7E: hue angle of 86.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8CA7E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 126 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.21 |
| HSL | 86.84º | 0.42% | 0.64% | - |
| HSV(B) | 86.84º | 0.38% | 0.79% | - |
| XYZ | 41.03 | 52.07 | 27.63 | - |
| YUV | 183.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 126 | 0.17 | 0 | 0.38 | 0.21 | 86.84 | 0.42 | 0.64 |
| Hex | A8 | CA | 7E | 11 | 0 | 26 | 15 | 57 | 2A | 40 |
| Octal | 250 | 312 | 176 | 21 | 0 | 46 | 25 | 127 | 52 | 100 |
| Binary | 10101000 | 11001010 | 1111110 | 10001 | 0 | 100110 | 10101 | 1010111 | 101010 | 1000000 |
Color Harmonies of #A8CA7E
Complementary color
Monochromatic Colors of #A8CA7E
Black with #A8CA7E
Text Example
Text Example
White with #A8CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA7E; }
p { color: rgb(168,202,126); }
H1.HeaderClassName
{
color: #A8CA7E;
}
.AnyTagClassName
{
color: #A8CA7E;
}
</style>
background-color css
<style>
a { background-color: #A8CA7E; }
a { background-color: rgb(168,202,126); }
div.DivClassName
{
background-color: #A8CA7E;
}
.BgClassName
{
background-color: #A8CA7E;
}
</style>
border-color css
<style>
span { border-color: #A8CA7E; }
span { border-color: rgb(168,202,126); }
td.TdClassName
{
border-color: #A8CA7E;
}
.TagClassName
{
border-color: #A8CA7E;
}
</style>