Shades of Feijoa #A3D871
Tints of Feijoa #A3D871
RGB
CMYK
RGB Variations
Color information
#A3D871 (or 0xA3D871) is known color: Feijoa. HEX triplet: A3, D8 and 71. RGB value is (163,216,113). Sum of RGB (Red+Green+Blue) = 163+216+113=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D871 is #5C278E. Grayscale: #BCBCBC. Windows color (decimal): -6039439 or 7461027. OLE color: 7461027.
HSL color Cylindrical-coordinate representation of color #A3D871: hue angle of 90.87º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3D871 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 113 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.15 |
| HSL | 90.87º | 0.57% | 0.65% | - |
| HSV(B) | 90.87º | 0.48% | 0.85% | - |
| XYZ | 42.64 | 58.09 | 24.59 | - |
| YUV | 188.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 113 | 0.25 | 0 | 0.48 | 0.15 | 90.87 | 0.57 | 0.65 |
| Hex | A3 | D8 | 71 | 19 | 0 | 30 | F | 5B | 39 | 41 |
| Octal | 243 | 330 | 161 | 31 | 0 | 60 | 17 | 133 | 71 | 101 |
| Binary | 10100011 | 11011000 | 1110001 | 11001 | 0 | 110000 | 1111 | 1011011 | 111001 | 1000001 |
Color Harmonies of #A3D871
Complementary color
Monochromatic Colors of #A3D871
Black with #A3D871
Text Example
Text Example
White with #A3D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D871; }
p { color: rgb(163,216,113); }
H1.HeaderClassName
{
color: #A3D871;
}
.AnyTagClassName
{
color: #A3D871;
}
</style>
background-color css
<style>
a { background-color: #A3D871; }
a { background-color: rgb(163,216,113); }
div.DivClassName
{
background-color: #A3D871;
}
.BgClassName
{
background-color: #A3D871;
}
</style>
border-color css
<style>
span { border-color: #A3D871; }
span { border-color: rgb(163,216,113); }
td.TdClassName
{
border-color: #A3D871;
}
.TagClassName
{
border-color: #A3D871;
}
</style>