Shades of Feijoa #A1F779
Tints of Feijoa #A1F779
RGB
CMYK
RGB Variations
Color information
#A1F779 (or 0xA1F779) is known color: Feijoa. HEX triplet: A1, F7 and 79. RGB value is (161,247,121). Sum of RGB (Red+Green+Blue) = 161+247+121=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F779 is #5E0886. Grayscale: #CFCFCF. Windows color (decimal): -6162567 or 7993249. OLE color: 7993249.
HSL color Cylindrical-coordinate representation of color #A1F779: hue angle of 100.95º 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 #A1F779 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 121 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.03 |
| HSL | 100.95º | 0.89% | 0.72% | - |
| HSV(B) | 100.95º | 0.51% | 0.97% | - |
| XYZ | 51.41 | 75.48 | 29.95 | - |
| YUV | 206.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 121 | 0.35 | 0 | 0.51 | 0.03 | 100.95 | 0.89 | 0.72 |
| Hex | A1 | F7 | 79 | 23 | 0 | 33 | 3 | 65 | 59 | 48 |
| Octal | 241 | 367 | 171 | 43 | 0 | 63 | 3 | 145 | 131 | 110 |
| Binary | 10100001 | 11110111 | 1111001 | 100011 | 0 | 110011 | 11 | 1100101 | 1011001 | 1001000 |
Color Harmonies of #A1F779
Complementary color
Monochromatic Colors of #A1F779
Black with #A1F779
Text Example
Text Example
White with #A1F779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F779; }
p { color: rgb(161,247,121); }
H1.HeaderClassName
{
color: #A1F779;
}
.AnyTagClassName
{
color: #A1F779;
}
</style>
background-color css
<style>
a { background-color: #A1F779; }
a { background-color: rgb(161,247,121); }
div.DivClassName
{
background-color: #A1F779;
}
.BgClassName
{
background-color: #A1F779;
}
</style>
border-color css
<style>
span { border-color: #A1F779; }
span { border-color: rgb(161,247,121); }
td.TdClassName
{
border-color: #A1F779;
}
.TagClassName
{
border-color: #A1F779;
}
</style>