Shades of Feijoa #ADD776
Tints of Feijoa #ADD776
RGB
CMYK
RGB Variations
Color information
#ADD776 (or 0xADD776) is known color: Feijoa. HEX triplet: AD, D7 and 76. RGB value is (173,215,118). Sum of RGB (Red+Green+Blue) = 173+215+118=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD776 is #522889. Grayscale: #BFBFBF. Windows color (decimal): -5384330 or 7788461. OLE color: 7788461.
HSL color Cylindrical-coordinate representation of color #ADD776: hue angle of 85.98º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADD776 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 118 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.16 |
| HSL | 85.98º | 0.55% | 0.65% | - |
| HSV(B) | 85.98º | 0.45% | 0.84% | - |
| XYZ | 44.8 | 58.79 | 26.13 | - |
| YUV | 191.38 | 86.59 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 118 | 0.20 | 0 | 0.45 | 0.16 | 85.98 | 0.55 | 0.65 |
| Hex | AD | D7 | 76 | 14 | 0 | 2D | 10 | 56 | 37 | 41 |
| Octal | 255 | 327 | 166 | 24 | 0 | 55 | 20 | 126 | 67 | 101 |
| Binary | 10101101 | 11010111 | 1110110 | 10100 | 0 | 101101 | 10000 | 1010110 | 110111 | 1000001 |
Color Harmonies of #ADD776
Complementary color
Monochromatic Colors of #ADD776
Black with #ADD776
Text Example
Text Example
White with #ADD776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD776; }
p { color: rgb(173,215,118); }
H1.HeaderClassName
{
color: #ADD776;
}
.AnyTagClassName
{
color: #ADD776;
}
</style>
background-color css
<style>
a { background-color: #ADD776; }
a { background-color: rgb(173,215,118); }
div.DivClassName
{
background-color: #ADD776;
}
.BgClassName
{
background-color: #ADD776;
}
</style>
border-color css
<style>
span { border-color: #ADD776; }
span { border-color: rgb(173,215,118); }
td.TdClassName
{
border-color: #ADD776;
}
.TagClassName
{
border-color: #ADD776;
}
</style>