Shades of Feijoa #A4F779
Tints of Feijoa #A4F779
RGB
CMYK
RGB Variations
Color information
#A4F779 (or 0xA4F779) is known color: Feijoa. HEX triplet: A4, F7 and 79. RGB value is (164,247,121). Sum of RGB (Red+Green+Blue) = 164+247+121=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F779 is #5B0886. Grayscale: #D0D0D0. Windows color (decimal): -5965959 or 7993252. OLE color: 7993252.
HSL color Cylindrical-coordinate representation of color #A4F779: hue angle of 99.52º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4F779 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 121 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 99.52º | 0.89% | 0.72% | - |
| HSV(B) | 99.52º | 0.51% | 0.97% | - |
| XYZ | 52.02 | 75.79 | 29.98 | - |
| YUV | 207.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 121 | 0.34 | 0 | 0.51 | 0.03 | 99.52 | 0.89 | 0.72 |
| Hex | A4 | F7 | 79 | 22 | 0 | 33 | 3 | 64 | 59 | 48 |
| Octal | 244 | 367 | 171 | 42 | 0 | 63 | 3 | 144 | 131 | 110 |
| Binary | 10100100 | 11110111 | 1111001 | 100010 | 0 | 110011 | 11 | 1100100 | 1011001 | 1001000 |
Color Harmonies of #A4F779
Complementary color
Monochromatic Colors of #A4F779
Black with #A4F779
Text Example
Text Example
White with #A4F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F779; }
p { color: rgb(164,247,121); }
H1.HeaderClassName
{
color: #A4F779;
}
.AnyTagClassName
{
color: #A4F779;
}
</style>
background-color css
<style>
a { background-color: #A4F779; }
a { background-color: rgb(164,247,121); }
div.DivClassName
{
background-color: #A4F779;
}
.BgClassName
{
background-color: #A4F779;
}
</style>
border-color css
<style>
span { border-color: #A4F779; }
span { border-color: rgb(164,247,121); }
td.TdClassName
{
border-color: #A4F779;
}
.TagClassName
{
border-color: #A4F779;
}
</style>