Shades of Caper #A8C07E
Tints of Caper #A8C07E
RGB
CMYK
RGB Variations
Color information
#A8C07E (or 0xA8C07E) is known color: Caper. HEX triplet: A8, C0 and 7E. RGB value is (168,192,126). Sum of RGB (Red+Green+Blue) = 168+192+126=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C07E is #573F81. Grayscale: #B1B1B1. Windows color (decimal): -5717890 or 8306856. OLE color: 8306856.
HSL color Cylindrical-coordinate representation of color #A8C07E: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C07E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 126 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.25 |
| HSL | 81.82º | 0.34% | 0.62% | - |
| HSV(B) | 81.82º | 0.34% | 0.75% | - |
| XYZ | 38.76 | 47.53 | 26.87 | - |
| YUV | 177.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 126 | 0.12 | 0 | 0.34 | 0.25 | 81.82 | 0.34 | 0.62 |
| Hex | A8 | C0 | 7E | C | 0 | 22 | 19 | 52 | 22 | 3E |
| Octal | 250 | 300 | 176 | 14 | 0 | 42 | 31 | 122 | 42 | 76 |
| Binary | 10101000 | 11000000 | 1111110 | 1100 | 0 | 100010 | 11001 | 1010010 | 100010 | 111110 |
Color Harmonies of #A8C07E
Complementary color
Monochromatic Colors of #A8C07E
Black with #A8C07E
Text Example
Text Example
White with #A8C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C07E; }
p { color: rgb(168,192,126); }
H1.HeaderClassName
{
color: #A8C07E;
}
.AnyTagClassName
{
color: #A8C07E;
}
</style>
background-color css
<style>
a { background-color: #A8C07E; }
a { background-color: rgb(168,192,126); }
div.DivClassName
{
background-color: #A8C07E;
}
.BgClassName
{
background-color: #A8C07E;
}
</style>
border-color css
<style>
span { border-color: #A8C07E; }
span { border-color: rgb(168,192,126); }
td.TdClassName
{
border-color: #A8C07E;
}
.TagClassName
{
border-color: #A8C07E;
}
</style>