Shades of Caper #A8C57E
Tints of Caper #A8C57E
RGB
CMYK
RGB Variations
Color information
#A8C57E (or 0xA8C57E) is known color: Caper. HEX triplet: A8, C5 and 7E. RGB value is (168,197,126). Sum of RGB (Red+Green+Blue) = 168+197+126=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C57E is #573A81. Grayscale: #B4B4B4. Windows color (decimal): -5716610 or 8308136. OLE color: 8308136.
HSL color Cylindrical-coordinate representation of color #A8C57E: hue angle of 84.51º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C57E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 126 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.23 |
| HSL | 84.51º | 0.38% | 0.63% | - |
| HSV(B) | 84.51º | 0.36% | 0.77% | - |
| XYZ | 39.88 | 49.76 | 27.24 | - |
| YUV | 180.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 126 | 0.15 | 0 | 0.36 | 0.23 | 84.51 | 0.38 | 0.63 |
| Hex | A8 | C5 | 7E | F | 0 | 24 | 17 | 55 | 26 | 3F |
| Octal | 250 | 305 | 176 | 17 | 0 | 44 | 27 | 125 | 46 | 77 |
| Binary | 10101000 | 11000101 | 1111110 | 1111 | 0 | 100100 | 10111 | 1010101 | 100110 | 111111 |
Color Harmonies of #A8C57E
Complementary color
Monochromatic Colors of #A8C57E
Black with #A8C57E
Text Example
Text Example
White with #A8C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C57E; }
p { color: rgb(168,197,126); }
H1.HeaderClassName
{
color: #A8C57E;
}
.AnyTagClassName
{
color: #A8C57E;
}
</style>
background-color css
<style>
a { background-color: #A8C57E; }
a { background-color: rgb(168,197,126); }
div.DivClassName
{
background-color: #A8C57E;
}
.BgClassName
{
background-color: #A8C57E;
}
</style>
border-color css
<style>
span { border-color: #A8C57E; }
span { border-color: rgb(168,197,126); }
td.TdClassName
{
border-color: #A8C57E;
}
.TagClassName
{
border-color: #A8C57E;
}
</style>