Shades of Feijoa #A9FB7E
Tints of Feijoa #A9FB7E
RGB
CMYK
RGB Variations
Color information
#A9FB7E (or 0xA9FB7E) is known color: Feijoa. HEX triplet: A9, FB and 7E. RGB value is (169,251,126). Sum of RGB (Red+Green+Blue) = 169+251+126=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FB7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FB7E is #560481. Grayscale: #D4D4D4. Windows color (decimal): -5637250 or 8321961. OLE color: 8321961.
HSL color Cylindrical-coordinate representation of color #A9FB7E: hue angle of 99.36º 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 #A9FB7E is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 126 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.02 |
| HSL | 99.36º | 0.94% | 0.74% | - |
| HSV(B) | 99.36º | 0.5% | 0.98% | - |
| XYZ | 54.63 | 78.94 | 32.1 | - |
| YUV | 212.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 126 | 0.33 | 0 | 0.50 | 0.02 | 99.36 | 0.94 | 0.74 |
| Hex | A9 | FB | 7E | 21 | 0 | 32 | 2 | 63 | 5E | 4A |
| Octal | 251 | 373 | 176 | 41 | 0 | 62 | 2 | 143 | 136 | 112 |
| Binary | 10101001 | 11111011 | 1111110 | 100001 | 0 | 110010 | 10 | 1100011 | 1011110 | 1001010 |
Color Harmonies of #A9FB7E
Complementary color
Monochromatic Colors of #A9FB7E
Black with #A9FB7E
Text Example
Text Example
White with #A9FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FB7E; }
p { color: rgb(169,251,126); }
H1.HeaderClassName
{
color: #A9FB7E;
}
.AnyTagClassName
{
color: #A9FB7E;
}
</style>
background-color css
<style>
a { background-color: #A9FB7E; }
a { background-color: rgb(169,251,126); }
div.DivClassName
{
background-color: #A9FB7E;
}
.BgClassName
{
background-color: #A9FB7E;
}
</style>
border-color css
<style>
span { border-color: #A9FB7E; }
span { border-color: rgb(169,251,126); }
td.TdClassName
{
border-color: #A9FB7E;
}
.TagClassName
{
border-color: #A9FB7E;
}
</style>