Shades of Feijoa #ADD097
Tints of Feijoa #ADD097
RGB
CMYK
RGB Variations
Color information
#ADD097 (or 0xADD097) is known color: Feijoa. HEX triplet: AD, D0 and 97. RGB value is (173,208,151). Sum of RGB (Red+Green+Blue) = 173+208+151=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD097 is #522F68. Grayscale: #BFBFBF. Windows color (decimal): -5386089 or 9949357. OLE color: 9949357.
HSL color Cylindrical-coordinate representation of color #ADD097: hue angle of 96.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD097 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 151 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.18 |
| HSL | 96.84º | 0.38% | 0.7% | - |
| HSV(B) | 96.84º | 0.27% | 0.82% | - |
| XYZ | 45.38 | 56.23 | 37.74 | - |
| YUV | 191.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 151 | 0.17 | 0 | 0.27 | 0.18 | 96.84 | 0.38 | 0.7 |
| Hex | AD | D0 | 97 | 11 | 0 | 1B | 12 | 61 | 26 | 46 |
| Octal | 255 | 320 | 227 | 21 | 0 | 33 | 22 | 141 | 46 | 106 |
| Binary | 10101101 | 11010000 | 10010111 | 10001 | 0 | 11011 | 10010 | 1100001 | 100110 | 1000110 |
Color Harmonies of #ADD097
Complementary color
Monochromatic Colors of #ADD097
Black with #ADD097
Text Example
Text Example
White with #ADD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD097; }
p { color: rgb(173,208,151); }
H1.HeaderClassName
{
color: #ADD097;
}
.AnyTagClassName
{
color: #ADD097;
}
</style>
background-color css
<style>
a { background-color: #ADD097; }
a { background-color: rgb(173,208,151); }
div.DivClassName
{
background-color: #ADD097;
}
.BgClassName
{
background-color: #ADD097;
}
</style>
border-color css
<style>
span { border-color: #ADD097; }
span { border-color: rgb(173,208,151); }
td.TdClassName
{
border-color: #ADD097;
}
.TagClassName
{
border-color: #ADD097;
}
</style>