Shades of Feijoa #A9FC7B
Tints of Feijoa #A9FC7B
RGB
CMYK
RGB Variations
Color information
#A9FC7B (or 0xA9FC7B) is known color: Feijoa. HEX triplet: A9, FC and 7B. RGB value is (169,252,123). Sum of RGB (Red+Green+Blue) = 169+252+123=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FC7B is #560384. Grayscale: #D4D4D4. Windows color (decimal): -5636997 or 8125609. OLE color: 8125609.
HSL color Cylindrical-coordinate representation of color #A9FC7B: hue angle of 98.6º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9FC7B is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 252 | 123 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.01 |
| HSL | 98.6º | 0.96% | 0.74% | - |
| HSV(B) | 98.6º | 0.51% | 0.99% | - |
| XYZ | 54.75 | 79.49 | 31.2 | - |
| YUV | 212.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 252 | 123 | 0.33 | 0 | 0.51 | 0.01 | 98.6 | 0.96 | 0.74 |
| Hex | A9 | FC | 7B | 21 | 0 | 33 | 1 | 63 | 60 | 4A |
| Octal | 251 | 374 | 173 | 41 | 0 | 63 | 1 | 143 | 140 | 112 |
| Binary | 10101001 | 11111100 | 1111011 | 100001 | 0 | 110011 | 1 | 1100011 | 1100000 | 1001010 |
Color Harmonies of #A9FC7B
Complementary color
Monochromatic Colors of #A9FC7B
Black with #A9FC7B
Text Example
Text Example
White with #A9FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FC7B; }
p { color: rgb(169,252,123); }
H1.HeaderClassName
{
color: #A9FC7B;
}
.AnyTagClassName
{
color: #A9FC7B;
}
</style>
background-color css
<style>
a { background-color: #A9FC7B; }
a { background-color: rgb(169,252,123); }
div.DivClassName
{
background-color: #A9FC7B;
}
.BgClassName
{
background-color: #A9FC7B;
}
</style>
border-color css
<style>
span { border-color: #A9FC7B; }
span { border-color: rgb(169,252,123); }
td.TdClassName
{
border-color: #A9FC7B;
}
.TagClassName
{
border-color: #A9FC7B;
}
</style>