Shades of Caper #A8C37A
Tints of Caper #A8C37A
RGB
CMYK
RGB Variations
Color information
#A8C37A (or 0xA8C37A) is known color: Caper. HEX triplet: A8, C3 and 7A. RGB value is (168,195,122). Sum of RGB (Red+Green+Blue) = 168+195+122=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C37A is #573C85. Grayscale: #B2B2B2. Windows color (decimal): -5717126 or 8045480. OLE color: 8045480.
HSL color Cylindrical-coordinate representation of color #A8C37A: hue angle of 82.19º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C37A is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 122 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.24 |
| HSL | 82.19º | 0.38% | 0.62% | - |
| HSV(B) | 82.19º | 0.37% | 0.76% | - |
| XYZ | 39.18 | 48.76 | 25.76 | - |
| YUV | 178.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 122 | 0.14 | 0 | 0.37 | 0.24 | 82.19 | 0.38 | 0.62 |
| Hex | A8 | C3 | 7A | E | 0 | 25 | 18 | 52 | 26 | 3E |
| Octal | 250 | 303 | 172 | 16 | 0 | 45 | 30 | 122 | 46 | 76 |
| Binary | 10101000 | 11000011 | 1111010 | 1110 | 0 | 100101 | 11000 | 1010010 | 100110 | 111110 |
Color Harmonies of #A8C37A
Complementary color
Monochromatic Colors of #A8C37A
Black with #A8C37A
Text Example
Text Example
White with #A8C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C37A; }
p { color: rgb(168,195,122); }
H1.HeaderClassName
{
color: #A8C37A;
}
.AnyTagClassName
{
color: #A8C37A;
}
</style>
background-color css
<style>
a { background-color: #A8C37A; }
a { background-color: rgb(168,195,122); }
div.DivClassName
{
background-color: #A8C37A;
}
.BgClassName
{
background-color: #A8C37A;
}
</style>
border-color css
<style>
span { border-color: #A8C37A; }
span { border-color: rgb(168,195,122); }
td.TdClassName
{
border-color: #A8C37A;
}
.TagClassName
{
border-color: #A8C37A;
}
</style>