Shades of Feijoa #A0F779
Tints of Feijoa #A0F779
RGB
CMYK
RGB Variations
Color information
#A0F779 (or 0xA0F779) is known color: Feijoa. HEX triplet: A0, F7 and 79. RGB value is (160,247,121). Sum of RGB (Red+Green+Blue) = 160+247+121=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F779 is #5F0886. Grayscale: #CFCFCF. Windows color (decimal): -6228103 or 7993248. OLE color: 7993248.
HSL color Cylindrical-coordinate representation of color #A0F779: hue angle of 101.43º 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 #A0F779 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 121 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.03 |
| HSL | 101.43º | 0.89% | 0.72% | - |
| HSV(B) | 101.43º | 0.51% | 0.97% | - |
| XYZ | 51.21 | 75.38 | 29.94 | - |
| YUV | 206.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 121 | 0.35 | 0 | 0.51 | 0.03 | 101.43 | 0.89 | 0.72 |
| Hex | A0 | F7 | 79 | 23 | 0 | 33 | 3 | 65 | 59 | 48 |
| Octal | 240 | 367 | 171 | 43 | 0 | 63 | 3 | 145 | 131 | 110 |
| Binary | 10100000 | 11110111 | 1111001 | 100011 | 0 | 110011 | 11 | 1100101 | 1011001 | 1001000 |
Color Harmonies of #A0F779
Complementary color
Monochromatic Colors of #A0F779
Black with #A0F779
Text Example
Text Example
White with #A0F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F779; }
p { color: rgb(160,247,121); }
H1.HeaderClassName
{
color: #A0F779;
}
.AnyTagClassName
{
color: #A0F779;
}
</style>
background-color css
<style>
a { background-color: #A0F779; }
a { background-color: rgb(160,247,121); }
div.DivClassName
{
background-color: #A0F779;
}
.BgClassName
{
background-color: #A0F779;
}
</style>
border-color css
<style>
span { border-color: #A0F779; }
span { border-color: rgb(160,247,121); }
td.TdClassName
{
border-color: #A0F779;
}
.TagClassName
{
border-color: #A0F779;
}
</style>