Shades of Feijoa #A9D297
Tints of Feijoa #A9D297
RGB
CMYK
RGB Variations
Color information
#A9D297 (or 0xA9D297) is known color: Feijoa. HEX triplet: A9, D2 and 97. RGB value is (169,210,151). Sum of RGB (Red+Green+Blue) = 169+210+151=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D297 is #562D68. Grayscale: #BFBFBF. Windows color (decimal): -5647721 or 9949865. OLE color: 9949865.
HSL color Cylindrical-coordinate representation of color #A9D297: hue angle of 101.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9D297 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 151 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.18 |
| HSL | 101.69º | 0.4% | 0.71% | - |
| HSV(B) | 101.69º | 0.28% | 0.82% | - |
| XYZ | 44.99 | 56.76 | 37.86 | - |
| YUV | 191.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 151 | 0.20 | 0 | 0.28 | 0.18 | 101.69 | 0.4 | 0.71 |
| Hex | A9 | D2 | 97 | 14 | 0 | 1C | 12 | 66 | 28 | 47 |
| Octal | 251 | 322 | 227 | 24 | 0 | 34 | 22 | 146 | 50 | 107 |
| Binary | 10101001 | 11010010 | 10010111 | 10100 | 0 | 11100 | 10010 | 1100110 | 101000 | 1000111 |
Color Harmonies of #A9D297
Complementary color
Monochromatic Colors of #A9D297
Black with #A9D297
Text Example
Text Example
White with #A9D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D297; }
p { color: rgb(169,210,151); }
H1.HeaderClassName
{
color: #A9D297;
}
.AnyTagClassName
{
color: #A9D297;
}
</style>
background-color css
<style>
a { background-color: #A9D297; }
a { background-color: rgb(169,210,151); }
div.DivClassName
{
background-color: #A9D297;
}
.BgClassName
{
background-color: #A9D297;
}
</style>
border-color css
<style>
span { border-color: #A9D297; }
span { border-color: rgb(169,210,151); }
td.TdClassName
{
border-color: #A9D297;
}
.TagClassName
{
border-color: #A9D297;
}
</style>