Shades of Caper #A8C780
Tints of Caper #A8C780
RGB
CMYK
RGB Variations
Color information
#A8C780 (or 0xA8C780) is known color: Caper. HEX triplet: A8, C7 and 80. RGB value is (168,199,128). Sum of RGB (Red+Green+Blue) = 168+199+128=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C780 is #57387F. Grayscale: #B5B5B5. Windows color (decimal): -5716096 or 8439720. OLE color: 8439720.
HSL color Cylindrical-coordinate representation of color #A8C780: hue angle of 86.2º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C780 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 128 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.22 |
| HSL | 86.2º | 0.39% | 0.64% | - |
| HSV(B) | 86.2º | 0.36% | 0.78% | - |
| XYZ | 40.47 | 50.73 | 28.08 | - |
| YUV | 181.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 128 | 0.16 | 0 | 0.36 | 0.22 | 86.2 | 0.39 | 0.64 |
| Hex | A8 | C7 | 80 | 10 | 0 | 24 | 16 | 56 | 27 | 40 |
| Octal | 250 | 307 | 200 | 20 | 0 | 44 | 26 | 126 | 47 | 100 |
| Binary | 10101000 | 11000111 | 10000000 | 10000 | 0 | 100100 | 10110 | 1010110 | 100111 | 1000000 |
Color Harmonies of #A8C780
Complementary color
Monochromatic Colors of #A8C780
Black with #A8C780
Text Example
Text Example
White with #A8C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C780; }
p { color: rgb(168,199,128); }
H1.HeaderClassName
{
color: #A8C780;
}
.AnyTagClassName
{
color: #A8C780;
}
</style>
background-color css
<style>
a { background-color: #A8C780; }
a { background-color: rgb(168,199,128); }
div.DivClassName
{
background-color: #A8C780;
}
.BgClassName
{
background-color: #A8C780;
}
</style>
border-color css
<style>
span { border-color: #A8C780; }
span { border-color: rgb(168,199,128); }
td.TdClassName
{
border-color: #A8C780;
}
.TagClassName
{
border-color: #A8C780;
}
</style>