Shades of Caper #A8C57D
Tints of Caper #A8C57D
RGB
CMYK
RGB Variations
Color information
#A8C57D (or 0xA8C57D) is known color: Caper. HEX triplet: A8, C5 and 7D. RGB value is (168,197,125). Sum of RGB (Red+Green+Blue) = 168+197+125=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C57D is #573A82. Grayscale: #B4B4B4. Windows color (decimal): -5716611 or 8242600. OLE color: 8242600.
HSL color Cylindrical-coordinate representation of color #A8C57D: hue angle of 84.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C57D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 125 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.23 |
| HSL | 84.17º | 0.38% | 0.63% | - |
| HSV(B) | 84.17º | 0.37% | 0.77% | - |
| XYZ | 39.82 | 49.74 | 26.9 | - |
| YUV | 180.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 125 | 0.15 | 0 | 0.37 | 0.23 | 84.17 | 0.38 | 0.63 |
| Hex | A8 | C5 | 7D | F | 0 | 25 | 17 | 54 | 26 | 3F |
| Octal | 250 | 305 | 175 | 17 | 0 | 45 | 27 | 124 | 46 | 77 |
| Binary | 10101000 | 11000101 | 1111101 | 1111 | 0 | 100101 | 10111 | 1010100 | 100110 | 111111 |
Color Harmonies of #A8C57D
Complementary color
Monochromatic Colors of #A8C57D
Black with #A8C57D
Text Example
Text Example
White with #A8C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C57D; }
p { color: rgb(168,197,125); }
H1.HeaderClassName
{
color: #A8C57D;
}
.AnyTagClassName
{
color: #A8C57D;
}
</style>
background-color css
<style>
a { background-color: #A8C57D; }
a { background-color: rgb(168,197,125); }
div.DivClassName
{
background-color: #A8C57D;
}
.BgClassName
{
background-color: #A8C57D;
}
</style>
border-color css
<style>
span { border-color: #A8C57D; }
span { border-color: rgb(168,197,125); }
td.TdClassName
{
border-color: #A8C57D;
}
.TagClassName
{
border-color: #A8C57D;
}
</style>