Shades of Feijoa #A3F871
Tints of Feijoa #A3F871
RGB
CMYK
RGB Variations
Color information
#A3F871 (or 0xA3F871) is known color: Feijoa. HEX triplet: A3, F8 and 71. RGB value is (163,248,113). Sum of RGB (Red+Green+Blue) = 163+248+113=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F871 is #5C078E. Grayscale: #CFCFCF. Windows color (decimal): -6031247 or 7469219. OLE color: 7469219.
HSL color Cylindrical-coordinate representation of color #A3F871: hue angle of 97.78º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3F871 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 113 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.03 |
| HSL | 97.78º | 0.91% | 0.71% | - |
| HSV(B) | 97.78º | 0.54% | 0.97% | - |
| XYZ | 51.65 | 76.11 | 27.59 | - |
| YUV | 207.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 113 | 0.34 | 0 | 0.54 | 0.03 | 97.78 | 0.91 | 0.71 |
| Hex | A3 | F8 | 71 | 22 | 0 | 36 | 3 | 62 | 5B | 47 |
| Octal | 243 | 370 | 161 | 42 | 0 | 66 | 3 | 142 | 133 | 107 |
| Binary | 10100011 | 11111000 | 1110001 | 100010 | 0 | 110110 | 11 | 1100010 | 1011011 | 1000111 |
Color Harmonies of #A3F871
Complementary color
Monochromatic Colors of #A3F871
Black with #A3F871
Text Example
Text Example
White with #A3F871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F871; }
p { color: rgb(163,248,113); }
H1.HeaderClassName
{
color: #A3F871;
}
.AnyTagClassName
{
color: #A3F871;
}
</style>
background-color css
<style>
a { background-color: #A3F871; }
a { background-color: rgb(163,248,113); }
div.DivClassName
{
background-color: #A3F871;
}
.BgClassName
{
background-color: #A3F871;
}
</style>
border-color css
<style>
span { border-color: #A3F871; }
span { border-color: rgb(163,248,113); }
td.TdClassName
{
border-color: #A3F871;
}
.TagClassName
{
border-color: #A3F871;
}
</style>