Shades of Feijoa #ADD979
Tints of Feijoa #ADD979
RGB
CMYK
RGB Variations
Color information
#ADD979 (or 0xADD979) is known color: Feijoa. HEX triplet: AD, D9 and 79. RGB value is (173,217,121). Sum of RGB (Red+Green+Blue) = 173+217+121=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD979 is #522686. Grayscale: #C1C1C1. Windows color (decimal): -5383815 or 7985581. OLE color: 7985581.
HSL color Cylindrical-coordinate representation of color #ADD979: hue angle of 87.5º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD979 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 121 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.15 |
| HSL | 87.5º | 0.56% | 0.66% | - |
| HSV(B) | 87.5º | 0.44% | 0.85% | - |
| XYZ | 45.5 | 59.89 | 27.25 | - |
| YUV | 192.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 121 | 0.20 | 0 | 0.44 | 0.15 | 87.5 | 0.56 | 0.66 |
| Hex | AD | D9 | 79 | 14 | 0 | 2C | F | 57 | 38 | 42 |
| Octal | 255 | 331 | 171 | 24 | 0 | 54 | 17 | 127 | 70 | 102 |
| Binary | 10101101 | 11011001 | 1111001 | 10100 | 0 | 101100 | 1111 | 1010111 | 111000 | 1000010 |
Color Harmonies of #ADD979
Complementary color
Monochromatic Colors of #ADD979
Black with #ADD979
Text Example
Text Example
White with #ADD979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD979; }
p { color: rgb(173,217,121); }
H1.HeaderClassName
{
color: #ADD979;
}
.AnyTagClassName
{
color: #ADD979;
}
</style>
background-color css
<style>
a { background-color: #ADD979; }
a { background-color: rgb(173,217,121); }
div.DivClassName
{
background-color: #ADD979;
}
.BgClassName
{
background-color: #ADD979;
}
</style>
border-color css
<style>
span { border-color: #ADD979; }
span { border-color: rgb(173,217,121); }
td.TdClassName
{
border-color: #ADD979;
}
.TagClassName
{
border-color: #ADD979;
}
</style>