Shades of Feijoa #A9C989
Tints of Feijoa #A9C989
RGB
CMYK
RGB Variations
Color information
#A9C989 (or 0xA9C989) is known color: Feijoa. HEX triplet: A9, C9 and 89. RGB value is (169,201,137). Sum of RGB (Red+Green+Blue) = 169+201+137=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C989 is #563676. Grayscale: #B8B8B8. Windows color (decimal): -5650039 or 9030057. OLE color: 9030057.
HSL color Cylindrical-coordinate representation of color #A9C989: hue angle of 90º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9C989 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 137 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.21 |
| HSL | 90º | 0.37% | 0.66% | - |
| HSV(B) | 90º | 0.32% | 0.79% | - |
| XYZ | 41.76 | 52.01 | 31.51 | - |
| YUV | 184.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 137 | 0.16 | 0 | 0.32 | 0.21 | 90 | 0.37 | 0.66 |
| Hex | A9 | C9 | 89 | 10 | 0 | 20 | 15 | 5A | 25 | 42 |
| Octal | 251 | 311 | 211 | 20 | 0 | 40 | 25 | 132 | 45 | 102 |
| Binary | 10101001 | 11001001 | 10001001 | 10000 | 0 | 100000 | 10101 | 1011010 | 100101 | 1000010 |
Color Harmonies of #A9C989
Complementary color
Monochromatic Colors of #A9C989
Black with #A9C989
Text Example
Text Example
White with #A9C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C989; }
p { color: rgb(169,201,137); }
H1.HeaderClassName
{
color: #A9C989;
}
.AnyTagClassName
{
color: #A9C989;
}
</style>
background-color css
<style>
a { background-color: #A9C989; }
a { background-color: rgb(169,201,137); }
div.DivClassName
{
background-color: #A9C989;
}
.BgClassName
{
background-color: #A9C989;
}
</style>
border-color css
<style>
span { border-color: #A9C989; }
span { border-color: rgb(169,201,137); }
td.TdClassName
{
border-color: #A9C989;
}
.TagClassName
{
border-color: #A9C989;
}
</style>