Shades of Caper #A8C470
Tints of Caper #A8C470
RGB
CMYK
RGB Variations
Color information
#A8C470 (or 0xA8C470) is known color: Caper. HEX triplet: A8, C4 and 70. RGB value is (168,196,112). Sum of RGB (Red+Green+Blue) = 168+196+112=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C470 is #573B8F. Grayscale: #B2B2B2. Windows color (decimal): -5716880 or 7390376. OLE color: 7390376.
HSL color Cylindrical-coordinate representation of color #A8C470: hue angle of 80º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8C470 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 112 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.23 |
| HSL | 80º | 0.42% | 0.6% | - |
| HSV(B) | 80º | 0.43% | 0.77% | - |
| XYZ | 38.81 | 48.97 | 22.74 | - |
| YUV | 178.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 112 | 0.14 | 0 | 0.43 | 0.23 | 80 | 0.42 | 0.6 |
| Hex | A8 | C4 | 70 | E | 0 | 2B | 17 | 50 | 2A | 3C |
| Octal | 250 | 304 | 160 | 16 | 0 | 53 | 27 | 120 | 52 | 74 |
| Binary | 10101000 | 11000100 | 1110000 | 1110 | 0 | 101011 | 10111 | 1010000 | 101010 | 111100 |
Color Harmonies of #A8C470
Complementary color
Monochromatic Colors of #A8C470
Black with #A8C470
Text Example
Text Example
White with #A8C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C470; }
p { color: rgb(168,196,112); }
H1.HeaderClassName
{
color: #A8C470;
}
.AnyTagClassName
{
color: #A8C470;
}
</style>
background-color css
<style>
a { background-color: #A8C470; }
a { background-color: rgb(168,196,112); }
div.DivClassName
{
background-color: #A8C470;
}
.BgClassName
{
background-color: #A8C470;
}
</style>
border-color css
<style>
span { border-color: #A8C470; }
span { border-color: rgb(168,196,112); }
td.TdClassName
{
border-color: #A8C470;
}
.TagClassName
{
border-color: #A8C470;
}
</style>