Shades of Feijoa #A9D486
Tints of Feijoa #A9D486
RGB
CMYK
RGB Variations
Color information
#A9D486 (or 0xA9D486) is known color: Feijoa. HEX triplet: A9, D4 and 86. RGB value is (169,212,134). Sum of RGB (Red+Green+Blue) = 169+212+134=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D486 is #562B79. Grayscale: #BEBEBE. Windows color (decimal): -5647226 or 8836265. OLE color: 8836265.
HSL color Cylindrical-coordinate representation of color #A9D486: hue angle of 93.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9D486 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 212 | 134 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.17 |
| HSL | 93.08º | 0.48% | 0.68% | - |
| HSV(B) | 93.08º | 0.37% | 0.83% | - |
| XYZ | 44.21 | 57.24 | 31.27 | - |
| YUV | 190.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 134 | 0.20 | 0 | 0.37 | 0.17 | 93.08 | 0.48 | 0.68 |
| Hex | A9 | D4 | 86 | 14 | 0 | 25 | 11 | 5D | 30 | 44 |
| Octal | 251 | 324 | 206 | 24 | 0 | 45 | 21 | 135 | 60 | 104 |
| Binary | 10101001 | 11010100 | 10000110 | 10100 | 0 | 100101 | 10001 | 1011101 | 110000 | 1000100 |
Color Harmonies of #A9D486
Complementary color
Monochromatic Colors of #A9D486
Black with #A9D486
Text Example
Text Example
White with #A9D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D486; }
p { color: rgb(169,212,134); }
H1.HeaderClassName
{
color: #A9D486;
}
.AnyTagClassName
{
color: #A9D486;
}
</style>
background-color css
<style>
a { background-color: #A9D486; }
a { background-color: rgb(169,212,134); }
div.DivClassName
{
background-color: #A9D486;
}
.BgClassName
{
background-color: #A9D486;
}
</style>
border-color css
<style>
span { border-color: #A9D486; }
span { border-color: rgb(169,212,134); }
td.TdClassName
{
border-color: #A9D486;
}
.TagClassName
{
border-color: #A9D486;
}
</style>