Shades of Caper #A8C57F
Tints of Caper #A8C57F
RGB
CMYK
RGB Variations
Color information
#A8C57F (or 0xA8C57F) is known color: Caper. HEX triplet: A8, C5 and 7F. RGB value is (168,197,127). Sum of RGB (Red+Green+Blue) = 168+197+127=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C57F is #573A80. Grayscale: #B4B4B4. Windows color (decimal): -5716609 or 8373672. OLE color: 8373672.
HSL color Cylindrical-coordinate representation of color #A8C57F: hue angle of 84.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C57F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 127 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.23 |
| HSL | 84.86º | 0.38% | 0.64% | - |
| HSV(B) | 84.86º | 0.36% | 0.77% | - |
| XYZ | 39.95 | 49.79 | 27.58 | - |
| YUV | 180.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 127 | 0.15 | 0 | 0.36 | 0.23 | 84.86 | 0.38 | 0.64 |
| Hex | A8 | C5 | 7F | F | 0 | 24 | 17 | 55 | 26 | 40 |
| Octal | 250 | 305 | 177 | 17 | 0 | 44 | 27 | 125 | 46 | 100 |
| Binary | 10101000 | 11000101 | 1111111 | 1111 | 0 | 100100 | 10111 | 1010101 | 100110 | 1000000 |
Color Harmonies of #A8C57F
Complementary color
Monochromatic Colors of #A8C57F
Black with #A8C57F
Text Example
Text Example
White with #A8C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C57F; }
p { color: rgb(168,197,127); }
H1.HeaderClassName
{
color: #A8C57F;
}
.AnyTagClassName
{
color: #A8C57F;
}
</style>
background-color css
<style>
a { background-color: #A8C57F; }
a { background-color: rgb(168,197,127); }
div.DivClassName
{
background-color: #A8C57F;
}
.BgClassName
{
background-color: #A8C57F;
}
</style>
border-color css
<style>
span { border-color: #A8C57F; }
span { border-color: rgb(168,197,127); }
td.TdClassName
{
border-color: #A8C57F;
}
.TagClassName
{
border-color: #A8C57F;
}
</style>