Shades of Caper #A8CA78
Tints of Caper #A8CA78
RGB
CMYK
RGB Variations
Color information
#A8CA78 (or 0xA8CA78) is known color: Caper. HEX triplet: A8, CA and 78. RGB value is (168,202,120). Sum of RGB (Red+Green+Blue) = 168+202+120=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA78 is #573587. Grayscale: #B6B6B6. Windows color (decimal): -5715336 or 7916200. OLE color: 7916200.
HSL color Cylindrical-coordinate representation of color #A8CA78: hue angle of 84.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8CA78 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 120 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.21 |
| HSL | 84.88º | 0.44% | 0.63% | - |
| HSV(B) | 84.88º | 0.41% | 0.79% | - |
| XYZ | 40.66 | 51.92 | 25.65 | - |
| YUV | 182.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 120 | 0.17 | 0 | 0.41 | 0.21 | 84.88 | 0.44 | 0.63 |
| Hex | A8 | CA | 78 | 11 | 0 | 29 | 15 | 55 | 2C | 3F |
| Octal | 250 | 312 | 170 | 21 | 0 | 51 | 25 | 125 | 54 | 77 |
| Binary | 10101000 | 11001010 | 1111000 | 10001 | 0 | 101001 | 10101 | 1010101 | 101100 | 111111 |
Color Harmonies of #A8CA78
Complementary color
Monochromatic Colors of #A8CA78
Black with #A8CA78
Text Example
Text Example
White with #A8CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA78; }
p { color: rgb(168,202,120); }
H1.HeaderClassName
{
color: #A8CA78;
}
.AnyTagClassName
{
color: #A8CA78;
}
</style>
background-color css
<style>
a { background-color: #A8CA78; }
a { background-color: rgb(168,202,120); }
div.DivClassName
{
background-color: #A8CA78;
}
.BgClassName
{
background-color: #A8CA78;
}
</style>
border-color css
<style>
span { border-color: #A8CA78; }
span { border-color: rgb(168,202,120); }
td.TdClassName
{
border-color: #A8CA78;
}
.TagClassName
{
border-color: #A8CA78;
}
</style>