Shades of Feijoa #A9FB73
Tints of Feijoa #A9FB73
RGB
CMYK
RGB Variations
Color information
#A9FB73 (or 0xA9FB73) is known color: Feijoa. HEX triplet: A9, FB and 73. RGB value is (169,251,115). Sum of RGB (Red+Green+Blue) = 169+251+115=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FB73 is #56048C. Grayscale: #D3D3D3. Windows color (decimal): -5637261 or 7601065. OLE color: 7601065.
HSL color Cylindrical-coordinate representation of color #A9FB73: hue angle of 96.18º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9FB73 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 115 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.02 |
| HSL | 96.18º | 0.94% | 0.72% | - |
| HSV(B) | 96.18º | 0.54% | 0.98% | - |
| XYZ | 53.95 | 78.67 | 28.56 | - |
| YUV | 210.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 115 | 0.33 | 0 | 0.54 | 0.02 | 96.18 | 0.94 | 0.72 |
| Hex | A9 | FB | 73 | 21 | 0 | 36 | 2 | 60 | 5E | 48 |
| Octal | 251 | 373 | 163 | 41 | 0 | 66 | 2 | 140 | 136 | 110 |
| Binary | 10101001 | 11111011 | 1110011 | 100001 | 0 | 110110 | 10 | 1100000 | 1011110 | 1001000 |
Color Harmonies of #A9FB73
Complementary color
Monochromatic Colors of #A9FB73
Black with #A9FB73
Text Example
Text Example
White with #A9FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FB73; }
p { color: rgb(169,251,115); }
H1.HeaderClassName
{
color: #A9FB73;
}
.AnyTagClassName
{
color: #A9FB73;
}
</style>
background-color css
<style>
a { background-color: #A9FB73; }
a { background-color: rgb(169,251,115); }
div.DivClassName
{
background-color: #A9FB73;
}
.BgClassName
{
background-color: #A9FB73;
}
</style>
border-color css
<style>
span { border-color: #A9FB73; }
span { border-color: rgb(169,251,115); }
td.TdClassName
{
border-color: #A9FB73;
}
.TagClassName
{
border-color: #A9FB73;
}
</style>