Shades of Feijoa #A9F873
Tints of Feijoa #A9F873
RGB
CMYK
RGB Variations
Color information
#A9F873 (or 0xA9F873) is known color: Feijoa. HEX triplet: A9, F8 and 73. RGB value is (169,248,115). Sum of RGB (Red+Green+Blue) = 169+248+115=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F873 is #56078C. Grayscale: #D1D1D1. Windows color (decimal): -5638029 or 7600297. OLE color: 7600297.
HSL color Cylindrical-coordinate representation of color #A9F873: hue angle of 95.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9F873 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 115 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.03 |
| HSL | 95.64º | 0.9% | 0.71% | - |
| HSV(B) | 95.64º | 0.54% | 0.97% | - |
| XYZ | 53.02 | 76.81 | 28.25 | - |
| YUV | 209.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 115 | 0.32 | 0 | 0.54 | 0.03 | 95.64 | 0.9 | 0.71 |
| Hex | A9 | F8 | 73 | 20 | 0 | 36 | 3 | 60 | 5A | 47 |
| Octal | 251 | 370 | 163 | 40 | 0 | 66 | 3 | 140 | 132 | 107 |
| Binary | 10101001 | 11111000 | 1110011 | 100000 | 0 | 110110 | 11 | 1100000 | 1011010 | 1000111 |
Color Harmonies of #A9F873
Complementary color
Monochromatic Colors of #A9F873
Black with #A9F873
Text Example
Text Example
White with #A9F873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F873; }
p { color: rgb(169,248,115); }
H1.HeaderClassName
{
color: #A9F873;
}
.AnyTagClassName
{
color: #A9F873;
}
</style>
background-color css
<style>
a { background-color: #A9F873; }
a { background-color: rgb(169,248,115); }
div.DivClassName
{
background-color: #A9F873;
}
.BgClassName
{
background-color: #A9F873;
}
</style>
border-color css
<style>
span { border-color: #A9F873; }
span { border-color: rgb(169,248,115); }
td.TdClassName
{
border-color: #A9F873;
}
.TagClassName
{
border-color: #A9F873;
}
</style>