Shades of Feijoa #A3FA7B
Tints of Feijoa #A3FA7B
RGB
CMYK
RGB Variations
Color information
#A3FA7B (or 0xA3FA7B) is known color: Feijoa. HEX triplet: A3, FA and 7B. RGB value is (163,250,123). Sum of RGB (Red+Green+Blue) = 163+250+123=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FA7B is #5C0584. Grayscale: #D1D1D1. Windows color (decimal): -6030725 or 8125091. OLE color: 8125091.
HSL color Cylindrical-coordinate representation of color #A3FA7B: hue angle of 101.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3FA7B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 123 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.02 |
| HSL | 101.1º | 0.93% | 0.73% | - |
| HSV(B) | 101.1º | 0.51% | 0.98% | - |
| XYZ | 52.87 | 77.59 | 30.93 | - |
| YUV | 209.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 123 | 0.35 | 0 | 0.51 | 0.02 | 101.1 | 0.93 | 0.73 |
| Hex | A3 | FA | 7B | 23 | 0 | 33 | 2 | 65 | 5D | 49 |
| Octal | 243 | 372 | 173 | 43 | 0 | 63 | 2 | 145 | 135 | 111 |
| Binary | 10100011 | 11111010 | 1111011 | 100011 | 0 | 110011 | 10 | 1100101 | 1011101 | 1001001 |
Color Harmonies of #A3FA7B
Complementary color
Monochromatic Colors of #A3FA7B
Black with #A3FA7B
Text Example
Text Example
White with #A3FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FA7B; }
p { color: rgb(163,250,123); }
H1.HeaderClassName
{
color: #A3FA7B;
}
.AnyTagClassName
{
color: #A3FA7B;
}
</style>
background-color css
<style>
a { background-color: #A3FA7B; }
a { background-color: rgb(163,250,123); }
div.DivClassName
{
background-color: #A3FA7B;
}
.BgClassName
{
background-color: #A3FA7B;
}
</style>
border-color css
<style>
span { border-color: #A3FA7B; }
span { border-color: rgb(163,250,123); }
td.TdClassName
{
border-color: #A3FA7B;
}
.TagClassName
{
border-color: #A3FA7B;
}
</style>