Shades of Feijoa #A4D786
Tints of Feijoa #A4D786
RGB
CMYK
RGB Variations
Color information
#A4D786 (or 0xA4D786) is known color: Feijoa. HEX triplet: A4, D7 and 86. RGB value is (164,215,134). Sum of RGB (Red+Green+Blue) = 164+215+134=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D786 is #5B2879. Grayscale: #BEBEBE. Windows color (decimal): -5974138 or 8837028. OLE color: 8837028.
HSL color Cylindrical-coordinate representation of color #A4D786: hue angle of 97.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4D786 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 215 | 134 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.16 |
| HSL | 97.78º | 0.5% | 0.68% | - |
| HSV(B) | 97.78º | 0.38% | 0.84% | - |
| XYZ | 43.91 | 58.21 | 31.48 | - |
| YUV | 190.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 215 | 134 | 0.24 | 0 | 0.38 | 0.16 | 97.78 | 0.5 | 0.68 |
| Hex | A4 | D7 | 86 | 18 | 0 | 26 | 10 | 62 | 32 | 44 |
| Octal | 244 | 327 | 206 | 30 | 0 | 46 | 20 | 142 | 62 | 104 |
| Binary | 10100100 | 11010111 | 10000110 | 11000 | 0 | 100110 | 10000 | 1100010 | 110010 | 1000100 |
Color Harmonies of #A4D786
Complementary color
Monochromatic Colors of #A4D786
Black with #A4D786
Text Example
Text Example
White with #A4D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D786; }
p { color: rgb(164,215,134); }
H1.HeaderClassName
{
color: #A4D786;
}
.AnyTagClassName
{
color: #A4D786;
}
</style>
background-color css
<style>
a { background-color: #A4D786; }
a { background-color: rgb(164,215,134); }
div.DivClassName
{
background-color: #A4D786;
}
.BgClassName
{
background-color: #A4D786;
}
</style>
border-color css
<style>
span { border-color: #A4D786; }
span { border-color: rgb(164,215,134); }
td.TdClassName
{
border-color: #A4D786;
}
.TagClassName
{
border-color: #A4D786;
}
</style>