Shades of Feijoa #A9F875
Tints of Feijoa #A9F875
RGB
CMYK
RGB Variations
Color information
#A9F875 (or 0xA9F875) is known color: Feijoa. HEX triplet: A9, F8 and 75. RGB value is (169,248,117). Sum of RGB (Red+Green+Blue) = 169+248+117=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F875 is #56078A. Grayscale: #D1D1D1. Windows color (decimal): -5638027 or 7731369. OLE color: 7731369.
HSL color Cylindrical-coordinate representation of color #A9F875: hue angle of 96.18º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9F875 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 117 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.03 |
| HSL | 96.18º | 0.9% | 0.72% | - |
| HSV(B) | 96.18º | 0.53% | 0.97% | - |
| XYZ | 53.14 | 76.85 | 28.86 | - |
| YUV | 209.45 | 75.83 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 117 | 0.32 | 0 | 0.53 | 0.03 | 96.18 | 0.9 | 0.72 |
| Hex | A9 | F8 | 75 | 20 | 0 | 35 | 3 | 60 | 5A | 48 |
| Octal | 251 | 370 | 165 | 40 | 0 | 65 | 3 | 140 | 132 | 110 |
| Binary | 10101001 | 11111000 | 1110101 | 100000 | 0 | 110101 | 11 | 1100000 | 1011010 | 1001000 |
Color Harmonies of #A9F875
Complementary color
Monochromatic Colors of #A9F875
Black with #A9F875
Text Example
Text Example
White with #A9F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F875; }
p { color: rgb(169,248,117); }
H1.HeaderClassName
{
color: #A9F875;
}
.AnyTagClassName
{
color: #A9F875;
}
</style>
background-color css
<style>
a { background-color: #A9F875; }
a { background-color: rgb(169,248,117); }
div.DivClassName
{
background-color: #A9F875;
}
.BgClassName
{
background-color: #A9F875;
}
</style>
border-color css
<style>
span { border-color: #A9F875; }
span { border-color: rgb(169,248,117); }
td.TdClassName
{
border-color: #A9F875;
}
.TagClassName
{
border-color: #A9F875;
}
</style>