Shades of Caper #A9CA6E
Tints of Caper #A9CA6E
RGB
CMYK
RGB Variations
Color information
#A9CA6E (or 0xA9CA6E) is known color: Caper. HEX triplet: A9, CA and 6E. RGB value is (169,202,110). Sum of RGB (Red+Green+Blue) = 169+202+110=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA6E is #563591. Grayscale: #B5B5B5. Windows color (decimal): -5649810 or 7260841. OLE color: 7260841.
HSL color Cylindrical-coordinate representation of color #A9CA6E: hue angle of 81.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9CA6E is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 110 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.21 |
| HSL | 81.52º | 0.46% | 0.61% | - |
| HSV(B) | 81.52º | 0.46% | 0.79% | - |
| XYZ | 40.3 | 51.8 | 22.63 | - |
| YUV | 181.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 110 | 0.16 | 0 | 0.46 | 0.21 | 81.52 | 0.46 | 0.61 |
| Hex | A9 | CA | 6E | 10 | 0 | 2E | 15 | 52 | 2E | 3D |
| Octal | 251 | 312 | 156 | 20 | 0 | 56 | 25 | 122 | 56 | 75 |
| Binary | 10101001 | 11001010 | 1101110 | 10000 | 0 | 101110 | 10101 | 1010010 | 101110 | 111101 |
Color Harmonies of #A9CA6E
Complementary color
Monochromatic Colors of #A9CA6E
Black with #A9CA6E
Text Example
Text Example
White with #A9CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA6E; }
p { color: rgb(169,202,110); }
H1.HeaderClassName
{
color: #A9CA6E;
}
.AnyTagClassName
{
color: #A9CA6E;
}
</style>
background-color css
<style>
a { background-color: #A9CA6E; }
a { background-color: rgb(169,202,110); }
div.DivClassName
{
background-color: #A9CA6E;
}
.BgClassName
{
background-color: #A9CA6E;
}
</style>
border-color css
<style>
span { border-color: #A9CA6E; }
span { border-color: rgb(169,202,110); }
td.TdClassName
{
border-color: #A9CA6E;
}
.TagClassName
{
border-color: #A9CA6E;
}
</style>