Shades of Feijoa #ADD887
Tints of Feijoa #ADD887
RGB
CMYK
RGB Variations
Color information
#ADD887 (or 0xADD887) is known color: Feijoa. HEX triplet: AD, D8 and 87. RGB value is (173,216,135). Sum of RGB (Red+Green+Blue) = 173+216+135=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD887 is #522778. Grayscale: #C2C2C2. Windows color (decimal): -5384057 or 8902829. OLE color: 8902829.
HSL color Cylindrical-coordinate representation of color #ADD887: hue angle of 91.85º degrees, saturation: 0.51, 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 #ADD887 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 135 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.15 |
| HSL | 91.85º | 0.51% | 0.69% | - |
| HSV(B) | 91.85º | 0.38% | 0.85% | - |
| XYZ | 46.16 | 59.75 | 32.02 | - |
| YUV | 193.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 135 | 0.20 | 0 | 0.38 | 0.15 | 91.85 | 0.51 | 0.69 |
| Hex | AD | D8 | 87 | 14 | 0 | 26 | F | 5C | 33 | 45 |
| Octal | 255 | 330 | 207 | 24 | 0 | 46 | 17 | 134 | 63 | 105 |
| Binary | 10101101 | 11011000 | 10000111 | 10100 | 0 | 100110 | 1111 | 1011100 | 110011 | 1000101 |
Color Harmonies of #ADD887
Complementary color
Monochromatic Colors of #ADD887
Black with #ADD887
Text Example
Text Example
White with #ADD887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD887; }
p { color: rgb(173,216,135); }
H1.HeaderClassName
{
color: #ADD887;
}
.AnyTagClassName
{
color: #ADD887;
}
</style>
background-color css
<style>
a { background-color: #ADD887; }
a { background-color: rgb(173,216,135); }
div.DivClassName
{
background-color: #ADD887;
}
.BgClassName
{
background-color: #ADD887;
}
</style>
border-color css
<style>
span { border-color: #ADD887; }
span { border-color: rgb(173,216,135); }
td.TdClassName
{
border-color: #ADD887;
}
.TagClassName
{
border-color: #ADD887;
}
</style>