Shades of Feijoa #A9D995
Tints of Feijoa #A9D995
RGB
CMYK
RGB Variations
Color information
#A9D995 (or 0xA9D995) is known color: Feijoa. HEX triplet: A9, D9 and 95. RGB value is (169,217,149). Sum of RGB (Red+Green+Blue) = 169+217+149=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D995 is #56266A. Grayscale: #C3C3C3. Windows color (decimal): -5645931 or 9820585. OLE color: 9820585.
HSL color Cylindrical-coordinate representation of color #A9D995: hue angle of 102.35º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9D995 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 149 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.15 |
| HSL | 102.35º | 0.47% | 0.72% | - |
| HSV(B) | 102.35º | 0.31% | 0.85% | - |
| XYZ | 46.6 | 60.23 | 37.6 | - |
| YUV | 194.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 149 | 0.22 | 0 | 0.31 | 0.15 | 102.35 | 0.47 | 0.72 |
| Hex | A9 | D9 | 95 | 16 | 0 | 1F | F | 66 | 2F | 48 |
| Octal | 251 | 331 | 225 | 26 | 0 | 37 | 17 | 146 | 57 | 110 |
| Binary | 10101001 | 11011001 | 10010101 | 10110 | 0 | 11111 | 1111 | 1100110 | 101111 | 1001000 |
Color Harmonies of #A9D995
Complementary color
Monochromatic Colors of #A9D995
Black with #A9D995
Text Example
Text Example
White with #A9D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D995; }
p { color: rgb(169,217,149); }
H1.HeaderClassName
{
color: #A9D995;
}
.AnyTagClassName
{
color: #A9D995;
}
</style>
background-color css
<style>
a { background-color: #A9D995; }
a { background-color: rgb(169,217,149); }
div.DivClassName
{
background-color: #A9D995;
}
.BgClassName
{
background-color: #A9D995;
}
</style>
border-color css
<style>
span { border-color: #A9D995; }
span { border-color: rgb(169,217,149); }
td.TdClassName
{
border-color: #A9D995;
}
.TagClassName
{
border-color: #A9D995;
}
</style>