Shades of Feijoa #A3F87A
Tints of Feijoa #A3F87A
RGB
CMYK
RGB Variations
Color information
#A3F87A (or 0xA3F87A) is known color: Feijoa. HEX triplet: A3, F8 and 7A. RGB value is (163,248,122). Sum of RGB (Red+Green+Blue) = 163+248+122=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F87A is #5C0785. Grayscale: #D0D0D0. Windows color (decimal): -6031238 or 8059043. OLE color: 8059043.
HSL color Cylindrical-coordinate representation of color #A3F87A: hue angle of 100.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3F87A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 100.48º | 0.9% | 0.73% | - |
| HSV(B) | 100.48º | 0.51% | 0.97% | - |
| XYZ | 52.18 | 76.33 | 30.39 | - |
| YUV | 208.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 122 | 0.34 | 0 | 0.51 | 0.03 | 100.48 | 0.9 | 0.73 |
| Hex | A3 | F8 | 7A | 22 | 0 | 33 | 3 | 64 | 5A | 49 |
| Octal | 243 | 370 | 172 | 42 | 0 | 63 | 3 | 144 | 132 | 111 |
| Binary | 10100011 | 11111000 | 1111010 | 100010 | 0 | 110011 | 11 | 1100100 | 1011010 | 1001001 |
Color Harmonies of #A3F87A
Complementary color
Monochromatic Colors of #A3F87A
Black with #A3F87A
Text Example
Text Example
White with #A3F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F87A; }
p { color: rgb(163,248,122); }
H1.HeaderClassName
{
color: #A3F87A;
}
.AnyTagClassName
{
color: #A3F87A;
}
</style>
background-color css
<style>
a { background-color: #A3F87A; }
a { background-color: rgb(163,248,122); }
div.DivClassName
{
background-color: #A3F87A;
}
.BgClassName
{
background-color: #A3F87A;
}
</style>
border-color css
<style>
span { border-color: #A3F87A; }
span { border-color: rgb(163,248,122); }
td.TdClassName
{
border-color: #A3F87A;
}
.TagClassName
{
border-color: #A3F87A;
}
</style>