Shades of Caper #A9CA7A
Tints of Caper #A9CA7A
RGB
CMYK
RGB Variations
Color information
#A9CA7A (or 0xA9CA7A) is known color: Caper. HEX triplet: A9, CA and 7A. RGB value is (169,202,122). Sum of RGB (Red+Green+Blue) = 169+202+122=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA7A is #563585. Grayscale: #B7B7B7. Windows color (decimal): -5649798 or 8047273. OLE color: 8047273.
HSL color Cylindrical-coordinate representation of color #A9CA7A: hue angle of 84.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9CA7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 122 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.21 |
| HSL | 84.75º | 0.43% | 0.64% | - |
| HSV(B) | 84.75º | 0.4% | 0.79% | - |
| XYZ | 41 | 52.08 | 26.3 | - |
| YUV | 183.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 122 | 0.16 | 0 | 0.40 | 0.21 | 84.75 | 0.43 | 0.64 |
| Hex | A9 | CA | 7A | 10 | 0 | 28 | 15 | 55 | 2B | 40 |
| Octal | 251 | 312 | 172 | 20 | 0 | 50 | 25 | 125 | 53 | 100 |
| Binary | 10101001 | 11001010 | 1111010 | 10000 | 0 | 101000 | 10101 | 1010101 | 101011 | 1000000 |
Color Harmonies of #A9CA7A
Complementary color
Monochromatic Colors of #A9CA7A
Black with #A9CA7A
Text Example
Text Example
White with #A9CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA7A; }
p { color: rgb(169,202,122); }
H1.HeaderClassName
{
color: #A9CA7A;
}
.AnyTagClassName
{
color: #A9CA7A;
}
</style>
background-color css
<style>
a { background-color: #A9CA7A; }
a { background-color: rgb(169,202,122); }
div.DivClassName
{
background-color: #A9CA7A;
}
.BgClassName
{
background-color: #A9CA7A;
}
</style>
border-color css
<style>
span { border-color: #A9CA7A; }
span { border-color: rgb(169,202,122); }
td.TdClassName
{
border-color: #A9CA7A;
}
.TagClassName
{
border-color: #A9CA7A;
}
</style>