Shades of Feijoa #A3D689
Tints of Feijoa #A3D689
RGB
CMYK
RGB Variations
Color information
#A3D689 (or 0xA3D689) is known color: Feijoa. HEX triplet: A3, D6 and 89. RGB value is (163,214,137). Sum of RGB (Red+Green+Blue) = 163+214+137=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D689 is #5C2976. Grayscale: #BEBEBE. Windows color (decimal): -6039927 or 9033379. OLE color: 9033379.
HSL color Cylindrical-coordinate representation of color #A3D689: hue angle of 99.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3D689 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 137 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.16 |
| HSL | 99.74º | 0.48% | 0.69% | - |
| HSV(B) | 99.74º | 0.36% | 0.84% | - |
| XYZ | 43.67 | 57.69 | 32.5 | - |
| YUV | 189.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 137 | 0.24 | 0 | 0.36 | 0.16 | 99.74 | 0.48 | 0.69 |
| Hex | A3 | D6 | 89 | 18 | 0 | 24 | 10 | 64 | 30 | 45 |
| Octal | 243 | 326 | 211 | 30 | 0 | 44 | 20 | 144 | 60 | 105 |
| Binary | 10100011 | 11010110 | 10001001 | 11000 | 0 | 100100 | 10000 | 1100100 | 110000 | 1000101 |
Color Harmonies of #A3D689
Complementary color
Monochromatic Colors of #A3D689
Black with #A3D689
Text Example
Text Example
White with #A3D689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D689; }
p { color: rgb(163,214,137); }
H1.HeaderClassName
{
color: #A3D689;
}
.AnyTagClassName
{
color: #A3D689;
}
</style>
background-color css
<style>
a { background-color: #A3D689; }
a { background-color: rgb(163,214,137); }
div.DivClassName
{
background-color: #A3D689;
}
.BgClassName
{
background-color: #A3D689;
}
</style>
border-color css
<style>
span { border-color: #A3D689; }
span { border-color: rgb(163,214,137); }
td.TdClassName
{
border-color: #A3D689;
}
.TagClassName
{
border-color: #A3D689;
}
</style>