Shades of Feijoa #A9F885
Tints of Feijoa #A9F885
RGB
CMYK
RGB Variations
Color information
#A9F885 (or 0xA9F885) is known color: Feijoa. HEX triplet: A9, F8 and 85. RGB value is (169,248,133). Sum of RGB (Red+Green+Blue) = 169+248+133=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F885 is #56077A. Grayscale: #D3D3D3. Windows color (decimal): -5638011 or 8779945. OLE color: 8779945.
HSL color Cylindrical-coordinate representation of color #A9F885: hue angle of 101.22º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9F885 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 133 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.03 |
| HSL | 101.22º | 0.89% | 0.75% | - |
| HSV(B) | 101.22º | 0.46% | 0.97% | - |
| XYZ | 54.16 | 77.26 | 34.25 | - |
| YUV | 211.27 | 83.83 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 133 | 0.32 | 0 | 0.46 | 0.03 | 101.22 | 0.89 | 0.75 |
| Hex | A9 | F8 | 85 | 20 | 0 | 2E | 3 | 65 | 59 | 4B |
| Octal | 251 | 370 | 205 | 40 | 0 | 56 | 3 | 145 | 131 | 113 |
| Binary | 10101001 | 11111000 | 10000101 | 100000 | 0 | 101110 | 11 | 1100101 | 1011001 | 1001011 |
Color Harmonies of #A9F885
Complementary color
Monochromatic Colors of #A9F885
Black with #A9F885
Text Example
Text Example
White with #A9F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F885; }
p { color: rgb(169,248,133); }
H1.HeaderClassName
{
color: #A9F885;
}
.AnyTagClassName
{
color: #A9F885;
}
</style>
background-color css
<style>
a { background-color: #A9F885; }
a { background-color: rgb(169,248,133); }
div.DivClassName
{
background-color: #A9F885;
}
.BgClassName
{
background-color: #A9F885;
}
</style>
border-color css
<style>
span { border-color: #A9F885; }
span { border-color: rgb(169,248,133); }
td.TdClassName
{
border-color: #A9F885;
}
.TagClassName
{
border-color: #A9F885;
}
</style>