Shades of Feijoa #ADD996
Tints of Feijoa #ADD996
RGB
CMYK
RGB Variations
Color information
#ADD996 (or 0xADD996) is known color: Feijoa. HEX triplet: AD, D9 and 96. RGB value is (173,217,150). Sum of RGB (Red+Green+Blue) = 173+217+150=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD996 is #522669. Grayscale: #C4C4C4. Windows color (decimal): -5383786 or 9886125. OLE color: 9886125.
HSL color Cylindrical-coordinate representation of color #ADD996: hue angle of 99.4º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD996 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 150 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.15 |
| HSL | 99.4º | 0.47% | 0.72% | - |
| HSV(B) | 99.4º | 0.31% | 0.85% | - |
| XYZ | 47.55 | 60.71 | 38.07 | - |
| YUV | 196.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 150 | 0.20 | 0 | 0.31 | 0.15 | 99.4 | 0.47 | 0.72 |
| Hex | AD | D9 | 96 | 14 | 0 | 1F | F | 63 | 2F | 48 |
| Octal | 255 | 331 | 226 | 24 | 0 | 37 | 17 | 143 | 57 | 110 |
| Binary | 10101101 | 11011001 | 10010110 | 10100 | 0 | 11111 | 1111 | 1100011 | 101111 | 1001000 |
Color Harmonies of #ADD996
Complementary color
Monochromatic Colors of #ADD996
Black with #ADD996
Text Example
Text Example
White with #ADD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD996; }
p { color: rgb(173,217,150); }
H1.HeaderClassName
{
color: #ADD996;
}
.AnyTagClassName
{
color: #ADD996;
}
</style>
background-color css
<style>
a { background-color: #ADD996; }
a { background-color: rgb(173,217,150); }
div.DivClassName
{
background-color: #ADD996;
}
.BgClassName
{
background-color: #ADD996;
}
</style>
border-color css
<style>
span { border-color: #ADD996; }
span { border-color: rgb(173,217,150); }
td.TdClassName
{
border-color: #ADD996;
}
.TagClassName
{
border-color: #ADD996;
}
</style>