Shades of Feijoa #A3DA87
Tints of Feijoa #A3DA87
RGB
CMYK
RGB Variations
Color information
#A3DA87 (or 0xA3DA87) is known color: Feijoa. HEX triplet: A3, DA and 87. RGB value is (163,218,135). Sum of RGB (Red+Green+Blue) = 163+218+135=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DA87 is #5C2578. Grayscale: #C0C0C0. Windows color (decimal): -6038905 or 8903331. OLE color: 8903331.
HSL color Cylindrical-coordinate representation of color #A3DA87: hue angle of 99.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3DA87 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 135 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.15 |
| HSL | 99.76º | 0.53% | 0.69% | - |
| HSV(B) | 99.76º | 0.38% | 0.85% | - |
| XYZ | 44.55 | 59.68 | 32.09 | - |
| YUV | 192.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 135 | 0.25 | 0 | 0.38 | 0.15 | 99.76 | 0.53 | 0.69 |
| Hex | A3 | DA | 87 | 19 | 0 | 26 | F | 64 | 35 | 45 |
| Octal | 243 | 332 | 207 | 31 | 0 | 46 | 17 | 144 | 65 | 105 |
| Binary | 10100011 | 11011010 | 10000111 | 11001 | 0 | 100110 | 1111 | 1100100 | 110101 | 1000101 |
Color Harmonies of #A3DA87
Complementary color
Monochromatic Colors of #A3DA87
Black with #A3DA87
Text Example
Text Example
White with #A3DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA87; }
p { color: rgb(163,218,135); }
H1.HeaderClassName
{
color: #A3DA87;
}
.AnyTagClassName
{
color: #A3DA87;
}
</style>
background-color css
<style>
a { background-color: #A3DA87; }
a { background-color: rgb(163,218,135); }
div.DivClassName
{
background-color: #A3DA87;
}
.BgClassName
{
background-color: #A3DA87;
}
</style>
border-color css
<style>
span { border-color: #A3DA87; }
span { border-color: rgb(163,218,135); }
td.TdClassName
{
border-color: #A3DA87;
}
.TagClassName
{
border-color: #A3DA87;
}
</style>