Shades of Feijoa #ADD987
Tints of Feijoa #ADD987
RGB
CMYK
RGB Variations
Color information
#ADD987 (or 0xADD987) is known color: Feijoa. HEX triplet: AD, D9 and 87. RGB value is (173,217,135). Sum of RGB (Red+Green+Blue) = 173+217+135=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD987 is #522678. Grayscale: #C2C2C2. Windows color (decimal): -5383801 or 8903085. OLE color: 8903085.
HSL color Cylindrical-coordinate representation of color #ADD987: hue angle of 92.2º degrees, saturation: 0.52, 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 #ADD987 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 135 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.15 |
| HSL | 92.2º | 0.52% | 0.69% | - |
| HSV(B) | 92.2º | 0.38% | 0.85% | - |
| XYZ | 46.42 | 60.26 | 32.11 | - |
| YUV | 194.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 135 | 0.20 | 0 | 0.38 | 0.15 | 92.2 | 0.52 | 0.69 |
| Hex | AD | D9 | 87 | 14 | 0 | 26 | F | 5C | 34 | 45 |
| Octal | 255 | 331 | 207 | 24 | 0 | 46 | 17 | 134 | 64 | 105 |
| Binary | 10101101 | 11011001 | 10000111 | 10100 | 0 | 100110 | 1111 | 1011100 | 110100 | 1000101 |
Color Harmonies of #ADD987
Complementary color
Monochromatic Colors of #ADD987
Black with #ADD987
Text Example
Text Example
White with #ADD987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD987; }
p { color: rgb(173,217,135); }
H1.HeaderClassName
{
color: #ADD987;
}
.AnyTagClassName
{
color: #ADD987;
}
</style>
background-color css
<style>
a { background-color: #ADD987; }
a { background-color: rgb(173,217,135); }
div.DivClassName
{
background-color: #ADD987;
}
.BgClassName
{
background-color: #ADD987;
}
</style>
border-color css
<style>
span { border-color: #ADD987; }
span { border-color: rgb(173,217,135); }
td.TdClassName
{
border-color: #ADD987;
}
.TagClassName
{
border-color: #ADD987;
}
</style>