Shades of Feijoa #A3FD7B
Tints of Feijoa #A3FD7B
RGB
CMYK
RGB Variations
Color information
#A3FD7B (or 0xA3FD7B) is known color: Feijoa. HEX triplet: A3, FD and 7B. RGB value is (163,253,123). Sum of RGB (Red+Green+Blue) = 163+253+123=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FD7B is #5C0284. Grayscale: #D3D3D3. Windows color (decimal): -6029957 or 8125859. OLE color: 8125859.
HSL color Cylindrical-coordinate representation of color #A3FD7B: hue angle of 101.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3FD7B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 123 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.01 |
| HSL | 101.54º | 0.97% | 0.74% | - |
| HSV(B) | 101.54º | 0.51% | 0.99% | - |
| XYZ | 53.8 | 79.47 | 31.24 | - |
| YUV | 211.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 123 | 0.36 | 0 | 0.51 | 0.01 | 101.54 | 0.97 | 0.74 |
| Hex | A3 | FD | 7B | 24 | 0 | 33 | 1 | 66 | 61 | 4A |
| Octal | 243 | 375 | 173 | 44 | 0 | 63 | 1 | 146 | 141 | 112 |
| Binary | 10100011 | 11111101 | 1111011 | 100100 | 0 | 110011 | 1 | 1100110 | 1100001 | 1001010 |
Color Harmonies of #A3FD7B
Complementary color
Monochromatic Colors of #A3FD7B
Black with #A3FD7B
Text Example
Text Example
White with #A3FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD7B; }
p { color: rgb(163,253,123); }
H1.HeaderClassName
{
color: #A3FD7B;
}
.AnyTagClassName
{
color: #A3FD7B;
}
</style>
background-color css
<style>
a { background-color: #A3FD7B; }
a { background-color: rgb(163,253,123); }
div.DivClassName
{
background-color: #A3FD7B;
}
.BgClassName
{
background-color: #A3FD7B;
}
</style>
border-color css
<style>
span { border-color: #A3FD7B; }
span { border-color: rgb(163,253,123); }
td.TdClassName
{
border-color: #A3FD7B;
}
.TagClassName
{
border-color: #A3FD7B;
}
</style>