Shades of Feijoa #A3FA6E
Tints of Feijoa #A3FA6E
RGB
CMYK
RGB Variations
Color information
#A3FA6E (or 0xA3FA6E) is known color: Feijoa. HEX triplet: A3, FA and 6E. RGB value is (163,250,110). Sum of RGB (Red+Green+Blue) = 163+250+110=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FA6E is #5C0591. Grayscale: #D0D0D0. Windows color (decimal): -6030738 or 7273123. OLE color: 7273123.
HSL color Cylindrical-coordinate representation of color #A3FA6E: hue angle of 97.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3FA6E is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 110 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.02 |
| HSL | 97.29º | 0.93% | 0.71% | - |
| HSV(B) | 97.29º | 0.56% | 0.98% | - |
| XYZ | 52.1 | 77.28 | 26.92 | - |
| YUV | 208.03 | 72.68 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 110 | 0.35 | 0 | 0.56 | 0.02 | 97.29 | 0.93 | 0.71 |
| Hex | A3 | FA | 6E | 23 | 0 | 38 | 2 | 61 | 5D | 47 |
| Octal | 243 | 372 | 156 | 43 | 0 | 70 | 2 | 141 | 135 | 107 |
| Binary | 10100011 | 11111010 | 1101110 | 100011 | 0 | 111000 | 10 | 1100001 | 1011101 | 1000111 |
Color Harmonies of #A3FA6E
Complementary color
Monochromatic Colors of #A3FA6E
Black with #A3FA6E
Text Example
Text Example
White with #A3FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FA6E; }
p { color: rgb(163,250,110); }
H1.HeaderClassName
{
color: #A3FA6E;
}
.AnyTagClassName
{
color: #A3FA6E;
}
</style>
background-color css
<style>
a { background-color: #A3FA6E; }
a { background-color: rgb(163,250,110); }
div.DivClassName
{
background-color: #A3FA6E;
}
.BgClassName
{
background-color: #A3FA6E;
}
</style>
border-color css
<style>
span { border-color: #A3FA6E; }
span { border-color: rgb(163,250,110); }
td.TdClassName
{
border-color: #A3FA6E;
}
.TagClassName
{
border-color: #A3FA6E;
}
</style>