Shades of Feijoa #A9D885
Tints of Feijoa #A9D885
RGB
CMYK
RGB Variations
Color information
#A9D885 (or 0xA9D885) is known color: Feijoa. HEX triplet: A9, D8 and 85. RGB value is (169,216,133). Sum of RGB (Red+Green+Blue) = 169+216+133=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D885 is #56277A. Grayscale: #C0C0C0. Windows color (decimal): -5646203 or 8771753. OLE color: 8771753.
HSL color Cylindrical-coordinate representation of color #A9D885: hue angle of 93.98º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9D885 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 133 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.15 |
| HSL | 93.98º | 0.52% | 0.68% | - |
| HSV(B) | 93.98º | 0.38% | 0.85% | - |
| XYZ | 45.15 | 59.24 | 31.25 | - |
| YUV | 192.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 133 | 0.22 | 0 | 0.38 | 0.15 | 93.98 | 0.52 | 0.68 |
| Hex | A9 | D8 | 85 | 16 | 0 | 26 | F | 5E | 34 | 44 |
| Octal | 251 | 330 | 205 | 26 | 0 | 46 | 17 | 136 | 64 | 104 |
| Binary | 10101001 | 11011000 | 10000101 | 10110 | 0 | 100110 | 1111 | 1011110 | 110100 | 1000100 |
Color Harmonies of #A9D885
Complementary color
Monochromatic Colors of #A9D885
Black with #A9D885
Text Example
Text Example
White with #A9D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D885; }
p { color: rgb(169,216,133); }
H1.HeaderClassName
{
color: #A9D885;
}
.AnyTagClassName
{
color: #A9D885;
}
</style>
background-color css
<style>
a { background-color: #A9D885; }
a { background-color: rgb(169,216,133); }
div.DivClassName
{
background-color: #A9D885;
}
.BgClassName
{
background-color: #A9D885;
}
</style>
border-color css
<style>
span { border-color: #A9D885; }
span { border-color: rgb(169,216,133); }
td.TdClassName
{
border-color: #A9D885;
}
.TagClassName
{
border-color: #A9D885;
}
</style>