Shades of Feijoa #A3FB7D
Tints of Feijoa #A3FB7D
RGB
CMYK
RGB Variations
Color information
#A3FB7D (or 0xA3FB7D) is known color: Feijoa. HEX triplet: A3, FB and 7D. RGB value is (163,251,125). Sum of RGB (Red+Green+Blue) = 163+251+125=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FB7D is #5C0482. Grayscale: #D2D2D2. Windows color (decimal): -6030467 or 8256419. OLE color: 8256419.
HSL color Cylindrical-coordinate representation of color #A3FB7D: hue angle of 101.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3FB7D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 125 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.02 |
| HSL | 101.9º | 0.94% | 0.74% | - |
| HSV(B) | 101.9º | 0.5% | 0.98% | - |
| XYZ | 53.3 | 78.26 | 31.7 | - |
| YUV | 210.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 125 | 0.35 | 0 | 0.50 | 0.02 | 101.9 | 0.94 | 0.74 |
| Hex | A3 | FB | 7D | 23 | 0 | 32 | 2 | 66 | 5E | 4A |
| Octal | 243 | 373 | 175 | 43 | 0 | 62 | 2 | 146 | 136 | 112 |
| Binary | 10100011 | 11111011 | 1111101 | 100011 | 0 | 110010 | 10 | 1100110 | 1011110 | 1001010 |
Color Harmonies of #A3FB7D
Complementary color
Monochromatic Colors of #A3FB7D
Black with #A3FB7D
Text Example
Text Example
White with #A3FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FB7D; }
p { color: rgb(163,251,125); }
H1.HeaderClassName
{
color: #A3FB7D;
}
.AnyTagClassName
{
color: #A3FB7D;
}
</style>
background-color css
<style>
a { background-color: #A3FB7D; }
a { background-color: rgb(163,251,125); }
div.DivClassName
{
background-color: #A3FB7D;
}
.BgClassName
{
background-color: #A3FB7D;
}
</style>
border-color css
<style>
span { border-color: #A3FB7D; }
span { border-color: rgb(163,251,125); }
td.TdClassName
{
border-color: #A3FB7D;
}
.TagClassName
{
border-color: #A3FB7D;
}
</style>