Shades of Feijoa #A9CA87
Tints of Feijoa #A9CA87
RGB
CMYK
RGB Variations
Color information
#A9CA87 (or 0xA9CA87) is known color: Feijoa. HEX triplet: A9, CA and 87. RGB value is (169,202,135). Sum of RGB (Red+Green+Blue) = 169+202+135=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA87 is #563578. Grayscale: #B8B8B8. Windows color (decimal): -5649785 or 8899241. OLE color: 8899241.
HSL color Cylindrical-coordinate representation of color #A9CA87: hue angle of 89.55º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9CA87 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 135 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.21 |
| HSL | 89.55º | 0.39% | 0.66% | - |
| HSV(B) | 89.55º | 0.33% | 0.79% | - |
| XYZ | 41.86 | 52.43 | 30.83 | - |
| YUV | 184.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 135 | 0.16 | 0 | 0.33 | 0.21 | 89.55 | 0.39 | 0.66 |
| Hex | A9 | CA | 87 | 10 | 0 | 21 | 15 | 5A | 27 | 42 |
| Octal | 251 | 312 | 207 | 20 | 0 | 41 | 25 | 132 | 47 | 102 |
| Binary | 10101001 | 11001010 | 10000111 | 10000 | 0 | 100001 | 10101 | 1011010 | 100111 | 1000010 |
Color Harmonies of #A9CA87
Complementary color
Monochromatic Colors of #A9CA87
Black with #A9CA87
Text Example
Text Example
White with #A9CA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA87; }
p { color: rgb(169,202,135); }
H1.HeaderClassName
{
color: #A9CA87;
}
.AnyTagClassName
{
color: #A9CA87;
}
</style>
background-color css
<style>
a { background-color: #A9CA87; }
a { background-color: rgb(169,202,135); }
div.DivClassName
{
background-color: #A9CA87;
}
.BgClassName
{
background-color: #A9CA87;
}
</style>
border-color css
<style>
span { border-color: #A9CA87; }
span { border-color: rgb(169,202,135); }
td.TdClassName
{
border-color: #A9CA87;
}
.TagClassName
{
border-color: #A9CA87;
}
</style>