Shades of Feijoa #A9D195
Tints of Feijoa #A9D195
RGB
CMYK
RGB Variations
Color information
#A9D195 (or 0xA9D195) is known color: Feijoa. HEX triplet: A9, D1 and 95. RGB value is (169,209,149). Sum of RGB (Red+Green+Blue) = 169+209+149=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D195 is #562E6A. Grayscale: #BEBEBE. Windows color (decimal): -5647979 or 9818537. OLE color: 9818537.
HSL color Cylindrical-coordinate representation of color #A9D195: hue angle of 100º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D195 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 149 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.18 |
| HSL | 100º | 0.39% | 0.7% | - |
| HSV(B) | 100º | 0.29% | 0.82% | - |
| XYZ | 44.59 | 56.21 | 36.93 | - |
| YUV | 190.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 149 | 0.19 | 0 | 0.29 | 0.18 | 100 | 0.39 | 0.7 |
| Hex | A9 | D1 | 95 | 13 | 0 | 1D | 12 | 64 | 27 | 46 |
| Octal | 251 | 321 | 225 | 23 | 0 | 35 | 22 | 144 | 47 | 106 |
| Binary | 10101001 | 11010001 | 10010101 | 10011 | 0 | 11101 | 10010 | 1100100 | 100111 | 1000110 |
Color Harmonies of #A9D195
Complementary color
Monochromatic Colors of #A9D195
Black with #A9D195
Text Example
Text Example
White with #A9D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D195; }
p { color: rgb(169,209,149); }
H1.HeaderClassName
{
color: #A9D195;
}
.AnyTagClassName
{
color: #A9D195;
}
</style>
background-color css
<style>
a { background-color: #A9D195; }
a { background-color: rgb(169,209,149); }
div.DivClassName
{
background-color: #A9D195;
}
.BgClassName
{
background-color: #A9D195;
}
</style>
border-color css
<style>
span { border-color: #A9D195; }
span { border-color: rgb(169,209,149); }
td.TdClassName
{
border-color: #A9D195;
}
.TagClassName
{
border-color: #A9D195;
}
</style>