Shades of Feijoa #A9F078
Tints of Feijoa #A9F078
RGB
CMYK
RGB Variations
Color information
#A9F078 (or 0xA9F078) is known color: Feijoa. HEX triplet: A9, F0 and 78. RGB value is (169,240,120). Sum of RGB (Red+Green+Blue) = 169+240+120=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F078 is #560F87. Grayscale: #CDCDCD. Windows color (decimal): -5640072 or 7925929. OLE color: 7925929.
HSL color Cylindrical-coordinate representation of color #A9F078: hue angle of 95.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9F078 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 120 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.06 |
| HSL | 95.5º | 0.8% | 0.71% | - |
| HSV(B) | 95.5º | 0.5% | 0.94% | - |
| XYZ | 50.91 | 72.11 | 29 | - |
| YUV | 205.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 120 | 0.30 | 0 | 0.5 | 0.06 | 95.5 | 0.8 | 0.71 |
| Hex | A9 | F0 | 78 | 1E | 0 | 32 | 6 | 60 | 50 | 47 |
| Octal | 251 | 360 | 170 | 36 | 0 | 62 | 6 | 140 | 120 | 107 |
| Binary | 10101001 | 11110000 | 1111000 | 11110 | 0 | 110010 | 110 | 1100000 | 1010000 | 1000111 |
Color Harmonies of #A9F078
Complementary color
Monochromatic Colors of #A9F078
Black with #A9F078
Text Example
Text Example
White with #A9F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F078; }
p { color: rgb(169,240,120); }
H1.HeaderClassName
{
color: #A9F078;
}
.AnyTagClassName
{
color: #A9F078;
}
</style>
background-color css
<style>
a { background-color: #A9F078; }
a { background-color: rgb(169,240,120); }
div.DivClassName
{
background-color: #A9F078;
}
.BgClassName
{
background-color: #A9F078;
}
</style>
border-color css
<style>
span { border-color: #A9F078; }
span { border-color: rgb(169,240,120); }
td.TdClassName
{
border-color: #A9F078;
}
.TagClassName
{
border-color: #A9F078;
}
</style>