Shades of Caper #A8C370
Tints of Caper #A8C370
RGB
CMYK
RGB Variations
Color information
#A8C370 (or 0xA8C370) is known color: Caper. HEX triplet: A8, C3 and 70. RGB value is (168,195,112). Sum of RGB (Red+Green+Blue) = 168+195+112=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C370 is #573C8F. Grayscale: #B1B1B1. Windows color (decimal): -5717136 or 7390120. OLE color: 7390120.
HSL color Cylindrical-coordinate representation of color #A8C370: hue angle of 79.52º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8C370 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 112 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.24 |
| HSL | 79.52º | 0.41% | 0.6% | - |
| HSV(B) | 79.52º | 0.43% | 0.76% | - |
| XYZ | 38.59 | 48.52 | 22.66 | - |
| YUV | 177.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 112 | 0.14 | 0 | 0.43 | 0.24 | 79.52 | 0.41 | 0.6 |
| Hex | A8 | C3 | 70 | E | 0 | 2B | 18 | 50 | 29 | 3C |
| Octal | 250 | 303 | 160 | 16 | 0 | 53 | 30 | 120 | 51 | 74 |
| Binary | 10101000 | 11000011 | 1110000 | 1110 | 0 | 101011 | 11000 | 1010000 | 101001 | 111100 |
Color Harmonies of #A8C370
Complementary color
Monochromatic Colors of #A8C370
Black with #A8C370
Text Example
Text Example
White with #A8C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C370; }
p { color: rgb(168,195,112); }
H1.HeaderClassName
{
color: #A8C370;
}
.AnyTagClassName
{
color: #A8C370;
}
</style>
background-color css
<style>
a { background-color: #A8C370; }
a { background-color: rgb(168,195,112); }
div.DivClassName
{
background-color: #A8C370;
}
.BgClassName
{
background-color: #A8C370;
}
</style>
border-color css
<style>
span { border-color: #A8C370; }
span { border-color: rgb(168,195,112); }
td.TdClassName
{
border-color: #A8C370;
}
.TagClassName
{
border-color: #A8C370;
}
</style>