Shades of Feijoa #A3F76B
Tints of Feijoa #A3F76B
RGB
CMYK
RGB Variations
Color information
#A3F76B (or 0xA3F76B) is known color: Feijoa. HEX triplet: A3, F7 and 6B. RGB value is (163,247,107). Sum of RGB (Red+Green+Blue) = 163+247+107=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F76B is #5C0894. Grayscale: #CECECE. Windows color (decimal): -6031509 or 7075747. OLE color: 7075747.
HSL color Cylindrical-coordinate representation of color #A3F76B: hue angle of 96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3F76B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 107 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.03 |
| HSL | 96º | 0.9% | 0.69% | - |
| HSV(B) | 96º | 0.57% | 0.97% | - |
| XYZ | 51.02 | 75.37 | 25.77 | - |
| YUV | 205.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 107 | 0.34 | 0 | 0.57 | 0.03 | 96 | 0.9 | 0.69 |
| Hex | A3 | F7 | 6B | 22 | 0 | 39 | 3 | 60 | 5A | 45 |
| Octal | 243 | 367 | 153 | 42 | 0 | 71 | 3 | 140 | 132 | 105 |
| Binary | 10100011 | 11110111 | 1101011 | 100010 | 0 | 111001 | 11 | 1100000 | 1011010 | 1000101 |
Color Harmonies of #A3F76B
Complementary color
Monochromatic Colors of #A3F76B
Black with #A3F76B
Text Example
Text Example
White with #A3F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F76B; }
p { color: rgb(163,247,107); }
H1.HeaderClassName
{
color: #A3F76B;
}
.AnyTagClassName
{
color: #A3F76B;
}
</style>
background-color css
<style>
a { background-color: #A3F76B; }
a { background-color: rgb(163,247,107); }
div.DivClassName
{
background-color: #A3F76B;
}
.BgClassName
{
background-color: #A3F76B;
}
</style>
border-color css
<style>
span { border-color: #A3F76B; }
span { border-color: rgb(163,247,107); }
td.TdClassName
{
border-color: #A3F76B;
}
.TagClassName
{
border-color: #A3F76B;
}
</style>