Shades of Feijoa #A3F77B
Tints of Feijoa #A3F77B
RGB
CMYK
RGB Variations
Color information
#A3F77B (or 0xA3F77B) is known color: Feijoa. HEX triplet: A3, F7 and 7B. RGB value is (163,247,123). Sum of RGB (Red+Green+Blue) = 163+247+123=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F77B is #5C0884. Grayscale: #D0D0D0. Windows color (decimal): -6031493 or 8124323. OLE color: 8124323.
HSL color Cylindrical-coordinate representation of color #A3F77B: hue angle of 100.65º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3F77B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 123 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.03 |
| HSL | 100.65º | 0.89% | 0.73% | - |
| HSV(B) | 100.65º | 0.5% | 0.97% | - |
| XYZ | 51.94 | 75.74 | 30.62 | - |
| YUV | 207.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 123 | 0.34 | 0 | 0.50 | 0.03 | 100.65 | 0.89 | 0.73 |
| Hex | A3 | F7 | 7B | 22 | 0 | 32 | 3 | 65 | 59 | 49 |
| Octal | 243 | 367 | 173 | 42 | 0 | 62 | 3 | 145 | 131 | 111 |
| Binary | 10100011 | 11110111 | 1111011 | 100010 | 0 | 110010 | 11 | 1100101 | 1011001 | 1001001 |
Color Harmonies of #A3F77B
Complementary color
Monochromatic Colors of #A3F77B
Black with #A3F77B
Text Example
Text Example
White with #A3F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F77B; }
p { color: rgb(163,247,123); }
H1.HeaderClassName
{
color: #A3F77B;
}
.AnyTagClassName
{
color: #A3F77B;
}
</style>
background-color css
<style>
a { background-color: #A3F77B; }
a { background-color: rgb(163,247,123); }
div.DivClassName
{
background-color: #A3F77B;
}
.BgClassName
{
background-color: #A3F77B;
}
</style>
border-color css
<style>
span { border-color: #A3F77B; }
span { border-color: rgb(163,247,123); }
td.TdClassName
{
border-color: #A3F77B;
}
.TagClassName
{
border-color: #A3F77B;
}
</style>