Shades of Feijoa #ADD786
Tints of Feijoa #ADD786
RGB
CMYK
RGB Variations
Color information
#ADD786 (or 0xADD786) is known color: Feijoa. HEX triplet: AD, D7 and 86. RGB value is (173,215,134). Sum of RGB (Red+Green+Blue) = 173+215+134=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD786 is #522879. Grayscale: #C1C1C1. Windows color (decimal): -5384314 or 8837037. OLE color: 8837037.
HSL color Cylindrical-coordinate representation of color #ADD786: hue angle of 91.11º 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 #ADD786 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 134 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.16 |
| HSL | 91.11º | 0.5% | 0.68% | - |
| HSV(B) | 91.11º | 0.38% | 0.84% | - |
| XYZ | 45.84 | 59.21 | 31.57 | - |
| YUV | 193.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 134 | 0.20 | 0 | 0.38 | 0.16 | 91.11 | 0.5 | 0.68 |
| Hex | AD | D7 | 86 | 14 | 0 | 26 | 10 | 5B | 32 | 44 |
| Octal | 255 | 327 | 206 | 24 | 0 | 46 | 20 | 133 | 62 | 104 |
| Binary | 10101101 | 11010111 | 10000110 | 10100 | 0 | 100110 | 10000 | 1011011 | 110010 | 1000100 |
Color Harmonies of #ADD786
Complementary color
Monochromatic Colors of #ADD786
Black with #ADD786
Text Example
Text Example
White with #ADD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD786; }
p { color: rgb(173,215,134); }
H1.HeaderClassName
{
color: #ADD786;
}
.AnyTagClassName
{
color: #ADD786;
}
</style>
background-color css
<style>
a { background-color: #ADD786; }
a { background-color: rgb(173,215,134); }
div.DivClassName
{
background-color: #ADD786;
}
.BgClassName
{
background-color: #ADD786;
}
</style>
border-color css
<style>
span { border-color: #ADD786; }
span { border-color: rgb(173,215,134); }
td.TdClassName
{
border-color: #ADD786;
}
.TagClassName
{
border-color: #ADD786;
}
</style>