Shades of Caper #A8CA7C
Tints of Caper #A8CA7C
RGB
CMYK
RGB Variations
Color information
#A8CA7C (or 0xA8CA7C) is known color: Caper. HEX triplet: A8, CA and 7C. RGB value is (168,202,124). Sum of RGB (Red+Green+Blue) = 168+202+124=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA7C is #573583. Grayscale: #B7B7B7. Windows color (decimal): -5715332 or 8178344. OLE color: 8178344.
HSL color Cylindrical-coordinate representation of color #A8CA7C: hue angle of 86.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8CA7C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 124 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.21 |
| HSL | 86.15º | 0.42% | 0.64% | - |
| HSV(B) | 86.15º | 0.39% | 0.79% | - |
| XYZ | 40.91 | 52.02 | 26.95 | - |
| YUV | 182.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 124 | 0.17 | 0 | 0.39 | 0.21 | 86.15 | 0.42 | 0.64 |
| Hex | A8 | CA | 7C | 11 | 0 | 27 | 15 | 56 | 2A | 40 |
| Octal | 250 | 312 | 174 | 21 | 0 | 47 | 25 | 126 | 52 | 100 |
| Binary | 10101000 | 11001010 | 1111100 | 10001 | 0 | 100111 | 10101 | 1010110 | 101010 | 1000000 |
Color Harmonies of #A8CA7C
Complementary color
Monochromatic Colors of #A8CA7C
Black with #A8CA7C
Text Example
Text Example
White with #A8CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA7C; }
p { color: rgb(168,202,124); }
H1.HeaderClassName
{
color: #A8CA7C;
}
.AnyTagClassName
{
color: #A8CA7C;
}
</style>
background-color css
<style>
a { background-color: #A8CA7C; }
a { background-color: rgb(168,202,124); }
div.DivClassName
{
background-color: #A8CA7C;
}
.BgClassName
{
background-color: #A8CA7C;
}
</style>
border-color css
<style>
span { border-color: #A8CA7C; }
span { border-color: rgb(168,202,124); }
td.TdClassName
{
border-color: #A8CA7C;
}
.TagClassName
{
border-color: #A8CA7C;
}
</style>