Shades of Feijoa #ADD187
Tints of Feijoa #ADD187
RGB
CMYK
RGB Variations
Color information
#ADD187 (or 0xADD187) is known color: Feijoa. HEX triplet: AD, D1 and 87. RGB value is (173,209,135). Sum of RGB (Red+Green+Blue) = 173+209+135=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD187 is #522E78. Grayscale: #BEBEBE. Windows color (decimal): -5385849 or 8901037. OLE color: 8901037.
HSL color Cylindrical-coordinate representation of color #ADD187: hue angle of 89.19º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADD187 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 135 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.18 |
| HSL | 89.19º | 0.45% | 0.67% | - |
| HSV(B) | 89.19º | 0.35% | 0.82% | - |
| XYZ | 44.41 | 56.23 | 31.44 | - |
| YUV | 189.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 135 | 0.17 | 0 | 0.35 | 0.18 | 89.19 | 0.45 | 0.67 |
| Hex | AD | D1 | 87 | 11 | 0 | 23 | 12 | 59 | 2D | 43 |
| Octal | 255 | 321 | 207 | 21 | 0 | 43 | 22 | 131 | 55 | 103 |
| Binary | 10101101 | 11010001 | 10000111 | 10001 | 0 | 100011 | 10010 | 1011001 | 101101 | 1000011 |
Color Harmonies of #ADD187
Complementary color
Monochromatic Colors of #ADD187
Black with #ADD187
Text Example
Text Example
White with #ADD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD187; }
p { color: rgb(173,209,135); }
H1.HeaderClassName
{
color: #ADD187;
}
.AnyTagClassName
{
color: #ADD187;
}
</style>
background-color css
<style>
a { background-color: #ADD187; }
a { background-color: rgb(173,209,135); }
div.DivClassName
{
background-color: #ADD187;
}
.BgClassName
{
background-color: #ADD187;
}
</style>
border-color css
<style>
span { border-color: #ADD187; }
span { border-color: rgb(173,209,135); }
td.TdClassName
{
border-color: #ADD187;
}
.TagClassName
{
border-color: #ADD187;
}
</style>