Shades of Feijoa #A3F77A
Tints of Feijoa #A3F77A
RGB
CMYK
RGB Variations
Color information
#A3F77A (or 0xA3F77A) is known color: Feijoa. HEX triplet: A3, F7 and 7A. RGB value is (163,247,122). Sum of RGB (Red+Green+Blue) = 163+247+122=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F77A is #5C0885. Grayscale: #D0D0D0. Windows color (decimal): -6031494 or 8058787. OLE color: 8058787.
HSL color Cylindrical-coordinate representation of color #A3F77A: hue angle of 100.32º 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 #A3F77A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 100.32º | 0.89% | 0.72% | - |
| HSV(B) | 100.32º | 0.51% | 0.97% | - |
| XYZ | 51.88 | 75.71 | 30.29 | - |
| YUV | 207.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 122 | 0.34 | 0 | 0.51 | 0.03 | 100.32 | 0.89 | 0.72 |
| Hex | A3 | F7 | 7A | 22 | 0 | 33 | 3 | 64 | 59 | 48 |
| Octal | 243 | 367 | 172 | 42 | 0 | 63 | 3 | 144 | 131 | 110 |
| Binary | 10100011 | 11110111 | 1111010 | 100010 | 0 | 110011 | 11 | 1100100 | 1011001 | 1001000 |
Color Harmonies of #A3F77A
Complementary color
Monochromatic Colors of #A3F77A
Black with #A3F77A
Text Example
Text Example
White with #A3F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F77A; }
p { color: rgb(163,247,122); }
H1.HeaderClassName
{
color: #A3F77A;
}
.AnyTagClassName
{
color: #A3F77A;
}
</style>
background-color css
<style>
a { background-color: #A3F77A; }
a { background-color: rgb(163,247,122); }
div.DivClassName
{
background-color: #A3F77A;
}
.BgClassName
{
background-color: #A3F77A;
}
</style>
border-color css
<style>
span { border-color: #A3F77A; }
span { border-color: rgb(163,247,122); }
td.TdClassName
{
border-color: #A3F77A;
}
.TagClassName
{
border-color: #A3F77A;
}
</style>