Shades of Feijoa #ADD086
Tints of Feijoa #ADD086
RGB
CMYK
RGB Variations
Color information
#ADD086 (or 0xADD086) is known color: Feijoa. HEX triplet: AD, D0 and 86. RGB value is (173,208,134). Sum of RGB (Red+Green+Blue) = 173+208+134=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD086 is #522F79. Grayscale: #BDBDBD. Windows color (decimal): -5386106 or 8835245. OLE color: 8835245.
HSL color Cylindrical-coordinate representation of color #ADD086: hue angle of 88.38º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADD086 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 134 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.18 |
| HSL | 88.38º | 0.44% | 0.67% | - |
| HSV(B) | 88.38º | 0.36% | 0.82% | - |
| XYZ | 44.09 | 55.72 | 30.98 | - |
| YUV | 189.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 134 | 0.17 | 0 | 0.36 | 0.18 | 88.38 | 0.44 | 0.67 |
| Hex | AD | D0 | 86 | 11 | 0 | 24 | 12 | 58 | 2C | 43 |
| Octal | 255 | 320 | 206 | 21 | 0 | 44 | 22 | 130 | 54 | 103 |
| Binary | 10101101 | 11010000 | 10000110 | 10001 | 0 | 100100 | 10010 | 1011000 | 101100 | 1000011 |
Color Harmonies of #ADD086
Complementary color
Monochromatic Colors of #ADD086
Black with #ADD086
Text Example
Text Example
White with #ADD086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD086; }
p { color: rgb(173,208,134); }
H1.HeaderClassName
{
color: #ADD086;
}
.AnyTagClassName
{
color: #ADD086;
}
</style>
background-color css
<style>
a { background-color: #ADD086; }
a { background-color: rgb(173,208,134); }
div.DivClassName
{
background-color: #ADD086;
}
.BgClassName
{
background-color: #ADD086;
}
</style>
border-color css
<style>
span { border-color: #ADD086; }
span { border-color: rgb(173,208,134); }
td.TdClassName
{
border-color: #ADD086;
}
.TagClassName
{
border-color: #ADD086;
}
</style>