Shades of Feijoa #A5D889
Tints of Feijoa #A5D889
RGB
CMYK
RGB Variations
Color information
#A5D889 (or 0xA5D889) is known color: Feijoa. HEX triplet: A5, D8 and 89. RGB value is (165,216,137). Sum of RGB (Red+Green+Blue) = 165+216+137=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D889 is #5A2776. Grayscale: #C0C0C0. Windows color (decimal): -5908343 or 9033893. OLE color: 9033893.
HSL color Cylindrical-coordinate representation of color #A5D889: hue angle of 98.73º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5D889 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 137 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.15 |
| HSL | 98.73º | 0.5% | 0.69% | - |
| HSV(B) | 98.73º | 0.37% | 0.85% | - |
| XYZ | 44.59 | 58.92 | 32.69 | - |
| YUV | 191.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 137 | 0.24 | 0 | 0.37 | 0.15 | 98.73 | 0.5 | 0.69 |
| Hex | A5 | D8 | 89 | 18 | 0 | 25 | F | 63 | 32 | 45 |
| Octal | 245 | 330 | 211 | 30 | 0 | 45 | 17 | 143 | 62 | 105 |
| Binary | 10100101 | 11011000 | 10001001 | 11000 | 0 | 100101 | 1111 | 1100011 | 110010 | 1000101 |
Color Harmonies of #A5D889
Complementary color
Monochromatic Colors of #A5D889
Black with #A5D889
Text Example
Text Example
White with #A5D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D889; }
p { color: rgb(165,216,137); }
H1.HeaderClassName
{
color: #A5D889;
}
.AnyTagClassName
{
color: #A5D889;
}
</style>
background-color css
<style>
a { background-color: #A5D889; }
a { background-color: rgb(165,216,137); }
div.DivClassName
{
background-color: #A5D889;
}
.BgClassName
{
background-color: #A5D889;
}
</style>
border-color css
<style>
span { border-color: #A5D889; }
span { border-color: rgb(165,216,137); }
td.TdClassName
{
border-color: #A5D889;
}
.TagClassName
{
border-color: #A5D889;
}
</style>