Shades of Caper #A9CA80
Tints of Caper #A9CA80
RGB
CMYK
RGB Variations
Color information
#A9CA80 (or 0xA9CA80) is known color: Caper. HEX triplet: A9, CA and 80. RGB value is (169,202,128). Sum of RGB (Red+Green+Blue) = 169+202+128=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA80 is #56357F. Grayscale: #B7B7B7. Windows color (decimal): -5649792 or 8440489. OLE color: 8440489.
HSL color Cylindrical-coordinate representation of color #A9CA80: hue angle of 86.76º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9CA80 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 128 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.21 |
| HSL | 86.76º | 0.41% | 0.65% | - |
| HSV(B) | 86.76º | 0.37% | 0.79% | - |
| XYZ | 41.38 | 52.23 | 28.32 | - |
| YUV | 183.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 128 | 0.16 | 0 | 0.37 | 0.21 | 86.76 | 0.41 | 0.65 |
| Hex | A9 | CA | 80 | 10 | 0 | 25 | 15 | 57 | 29 | 41 |
| Octal | 251 | 312 | 200 | 20 | 0 | 45 | 25 | 127 | 51 | 101 |
| Binary | 10101001 | 11001010 | 10000000 | 10000 | 0 | 100101 | 10101 | 1010111 | 101001 | 1000001 |
Color Harmonies of #A9CA80
Complementary color
Monochromatic Colors of #A9CA80
Black with #A9CA80
Text Example
Text Example
White with #A9CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA80; }
p { color: rgb(169,202,128); }
H1.HeaderClassName
{
color: #A9CA80;
}
.AnyTagClassName
{
color: #A9CA80;
}
</style>
background-color css
<style>
a { background-color: #A9CA80; }
a { background-color: rgb(169,202,128); }
div.DivClassName
{
background-color: #A9CA80;
}
.BgClassName
{
background-color: #A9CA80;
}
</style>
border-color css
<style>
span { border-color: #A9CA80; }
span { border-color: rgb(169,202,128); }
td.TdClassName
{
border-color: #A9CA80;
}
.TagClassName
{
border-color: #A9CA80;
}
</style>