Shades of Feijoa #A9FB7D
Tints of Feijoa #A9FB7D
RGB
CMYK
RGB Variations
Color information
#A9FB7D (or 0xA9FB7D) is known color: Feijoa. HEX triplet: A9, FB and 7D. RGB value is (169,251,125). Sum of RGB (Red+Green+Blue) = 169+251+125=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FB7D is #560482. Grayscale: #D4D4D4. Windows color (decimal): -5637251 or 8256425. OLE color: 8256425.
HSL color Cylindrical-coordinate representation of color #A9FB7D: hue angle of 99.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9FB7D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 125 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.02 |
| HSL | 99.05º | 0.94% | 0.74% | - |
| HSV(B) | 99.05º | 0.5% | 0.98% | - |
| XYZ | 54.56 | 78.91 | 31.76 | - |
| YUV | 212.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 125 | 0.33 | 0 | 0.50 | 0.02 | 99.05 | 0.94 | 0.74 |
| Hex | A9 | FB | 7D | 21 | 0 | 32 | 2 | 63 | 5E | 4A |
| Octal | 251 | 373 | 175 | 41 | 0 | 62 | 2 | 143 | 136 | 112 |
| Binary | 10101001 | 11111011 | 1111101 | 100001 | 0 | 110010 | 10 | 1100011 | 1011110 | 1001010 |
Color Harmonies of #A9FB7D
Complementary color
Monochromatic Colors of #A9FB7D
Black with #A9FB7D
Text Example
Text Example
White with #A9FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FB7D; }
p { color: rgb(169,251,125); }
H1.HeaderClassName
{
color: #A9FB7D;
}
.AnyTagClassName
{
color: #A9FB7D;
}
</style>
background-color css
<style>
a { background-color: #A9FB7D; }
a { background-color: rgb(169,251,125); }
div.DivClassName
{
background-color: #A9FB7D;
}
.BgClassName
{
background-color: #A9FB7D;
}
</style>
border-color css
<style>
span { border-color: #A9FB7D; }
span { border-color: rgb(169,251,125); }
td.TdClassName
{
border-color: #A9FB7D;
}
.TagClassName
{
border-color: #A9FB7D;
}
</style>