Shades of Feijoa #A9FA7B
Tints of Feijoa #A9FA7B
RGB
CMYK
RGB Variations
Color information
#A9FA7B (or 0xA9FA7B) is known color: Feijoa. HEX triplet: A9, FA and 7B. RGB value is (169,250,123). Sum of RGB (Red+Green+Blue) = 169+250+123=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FA7B is #560584. Grayscale: #D3D3D3. Windows color (decimal): -5637509 or 8125097. OLE color: 8125097.
HSL color Cylindrical-coordinate representation of color #A9FA7B: hue angle of 98.27º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9FA7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 123 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.02 |
| HSL | 98.27º | 0.93% | 0.73% | - |
| HSV(B) | 98.27º | 0.51% | 0.98% | - |
| XYZ | 54.12 | 78.24 | 30.99 | - |
| YUV | 211.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 123 | 0.32 | 0 | 0.51 | 0.02 | 98.27 | 0.93 | 0.73 |
| Hex | A9 | FA | 7B | 20 | 0 | 33 | 2 | 62 | 5D | 49 |
| Octal | 251 | 372 | 173 | 40 | 0 | 63 | 2 | 142 | 135 | 111 |
| Binary | 10101001 | 11111010 | 1111011 | 100000 | 0 | 110011 | 10 | 1100010 | 1011101 | 1001001 |
Color Harmonies of #A9FA7B
Complementary color
Monochromatic Colors of #A9FA7B
Black with #A9FA7B
Text Example
Text Example
White with #A9FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FA7B; }
p { color: rgb(169,250,123); }
H1.HeaderClassName
{
color: #A9FA7B;
}
.AnyTagClassName
{
color: #A9FA7B;
}
</style>
background-color css
<style>
a { background-color: #A9FA7B; }
a { background-color: rgb(169,250,123); }
div.DivClassName
{
background-color: #A9FA7B;
}
.BgClassName
{
background-color: #A9FA7B;
}
</style>
border-color css
<style>
span { border-color: #A9FA7B; }
span { border-color: rgb(169,250,123); }
td.TdClassName
{
border-color: #A9FA7B;
}
.TagClassName
{
border-color: #A9FA7B;
}
</style>