Shades of Feijoa #A1FA78
Tints of Feijoa #A1FA78
RGB
CMYK
RGB Variations
Color information
#A1FA78 (or 0xA1FA78) is known color: Feijoa. HEX triplet: A1, FA and 78. RGB value is (161,250,120). Sum of RGB (Red+Green+Blue) = 161+250+120=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA78 is #5E0587. Grayscale: #D1D1D1. Windows color (decimal): -6161800 or 7928481. OLE color: 7928481.
HSL color Cylindrical-coordinate representation of color #A1FA78: hue angle of 101.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1FA78 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 120 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.02 |
| HSL | 101.08º | 0.93% | 0.73% | - |
| HSV(B) | 101.08º | 0.52% | 0.98% | - |
| XYZ | 52.27 | 77.3 | 29.94 | - |
| YUV | 208.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 120 | 0.36 | 0 | 0.52 | 0.02 | 101.08 | 0.93 | 0.73 |
| Hex | A1 | FA | 78 | 24 | 0 | 34 | 2 | 65 | 5D | 49 |
| Octal | 241 | 372 | 170 | 44 | 0 | 64 | 2 | 145 | 135 | 111 |
| Binary | 10100001 | 11111010 | 1111000 | 100100 | 0 | 110100 | 10 | 1100101 | 1011101 | 1001001 |
Color Harmonies of #A1FA78
Complementary color
Monochromatic Colors of #A1FA78
Black with #A1FA78
Text Example
Text Example
White with #A1FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA78; }
p { color: rgb(161,250,120); }
H1.HeaderClassName
{
color: #A1FA78;
}
.AnyTagClassName
{
color: #A1FA78;
}
</style>
background-color css
<style>
a { background-color: #A1FA78; }
a { background-color: rgb(161,250,120); }
div.DivClassName
{
background-color: #A1FA78;
}
.BgClassName
{
background-color: #A1FA78;
}
</style>
border-color css
<style>
span { border-color: #A1FA78; }
span { border-color: rgb(161,250,120); }
td.TdClassName
{
border-color: #A1FA78;
}
.TagClassName
{
border-color: #A1FA78;
}
</style>