Shades of Feijoa #A9D692
Tints of Feijoa #A9D692
RGB
CMYK
RGB Variations
Color information
#A9D692 (or 0xA9D692) is known color: Feijoa. HEX triplet: A9, D6 and 92. RGB value is (169,214,146). Sum of RGB (Red+Green+Blue) = 169+214+146=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D692 is #56296D. Grayscale: #C1C1C1. Windows color (decimal): -5646702 or 9623209. OLE color: 9623209.
HSL color Cylindrical-coordinate representation of color #A9D692: hue angle of 99.71º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D692 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 214 | 146 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.16 |
| HSL | 99.71º | 0.45% | 0.71% | - |
| HSV(B) | 99.71º | 0.32% | 0.84% | - |
| XYZ | 45.6 | 58.6 | 36.1 | - |
| YUV | 192.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 146 | 0.21 | 0 | 0.32 | 0.16 | 99.71 | 0.45 | 0.71 |
| Hex | A9 | D6 | 92 | 15 | 0 | 20 | 10 | 64 | 2D | 47 |
| Octal | 251 | 326 | 222 | 25 | 0 | 40 | 20 | 144 | 55 | 107 |
| Binary | 10101001 | 11010110 | 10010010 | 10101 | 0 | 100000 | 10000 | 1100100 | 101101 | 1000111 |
Color Harmonies of #A9D692
Complementary color
Monochromatic Colors of #A9D692
Black with #A9D692
Text Example
Text Example
White with #A9D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D692; }
p { color: rgb(169,214,146); }
H1.HeaderClassName
{
color: #A9D692;
}
.AnyTagClassName
{
color: #A9D692;
}
</style>
background-color css
<style>
a { background-color: #A9D692; }
a { background-color: rgb(169,214,146); }
div.DivClassName
{
background-color: #A9D692;
}
.BgClassName
{
background-color: #A9D692;
}
</style>
border-color css
<style>
span { border-color: #A9D692; }
span { border-color: rgb(169,214,146); }
td.TdClassName
{
border-color: #A9D692;
}
.TagClassName
{
border-color: #A9D692;
}
</style>