Shades of Feijoa #ADD791
Tints of Feijoa #ADD791
RGB
CMYK
RGB Variations
Color information
#ADD791 (or 0xADD791) is known color: Feijoa. HEX triplet: AD, D7 and 91. RGB value is (173,215,145). Sum of RGB (Red+Green+Blue) = 173+215+145=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD791 is #52286E. Grayscale: #C2C2C2. Windows color (decimal): -5384303 or 9557933. OLE color: 9557933.
HSL color Cylindrical-coordinate representation of color #ADD791: hue angle of 96º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD791 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 145 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.16 |
| HSL | 96º | 0.47% | 0.71% | - |
| HSV(B) | 96º | 0.33% | 0.84% | - |
| XYZ | 46.64 | 59.53 | 35.82 | - |
| YUV | 194.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 145 | 0.20 | 0 | 0.33 | 0.16 | 96 | 0.47 | 0.71 |
| Hex | AD | D7 | 91 | 14 | 0 | 21 | 10 | 60 | 2F | 47 |
| Octal | 255 | 327 | 221 | 24 | 0 | 41 | 20 | 140 | 57 | 107 |
| Binary | 10101101 | 11010111 | 10010001 | 10100 | 0 | 100001 | 10000 | 1100000 | 101111 | 1000111 |
Color Harmonies of #ADD791
Complementary color
Monochromatic Colors of #ADD791
Black with #ADD791
Text Example
Text Example
White with #ADD791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD791; }
p { color: rgb(173,215,145); }
H1.HeaderClassName
{
color: #ADD791;
}
.AnyTagClassName
{
color: #ADD791;
}
</style>
background-color css
<style>
a { background-color: #ADD791; }
a { background-color: rgb(173,215,145); }
div.DivClassName
{
background-color: #ADD791;
}
.BgClassName
{
background-color: #ADD791;
}
</style>
border-color css
<style>
span { border-color: #ADD791; }
span { border-color: rgb(173,215,145); }
td.TdClassName
{
border-color: #ADD791;
}
.TagClassName
{
border-color: #ADD791;
}
</style>