Shades of Feijoa #ADD897
Tints of Feijoa #ADD897
RGB
CMYK
RGB Variations
Color information
#ADD897 (or 0xADD897) is known color: Feijoa. HEX triplet: AD, D8 and 97. RGB value is (173,216,151). Sum of RGB (Red+Green+Blue) = 173+216+151=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD897 is #522768. Grayscale: #C3C3C3. Windows color (decimal): -5384041 or 9951405. OLE color: 9951405.
HSL color Cylindrical-coordinate representation of color #ADD897: hue angle of 99.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD897 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 151 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.15 |
| HSL | 99.69º | 0.45% | 0.72% | - |
| HSV(B) | 99.69º | 0.3% | 0.85% | - |
| XYZ | 47.38 | 60.23 | 38.41 | - |
| YUV | 195.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 151 | 0.20 | 0 | 0.30 | 0.15 | 99.69 | 0.45 | 0.72 |
| Hex | AD | D8 | 97 | 14 | 0 | 1E | F | 64 | 2D | 48 |
| Octal | 255 | 330 | 227 | 24 | 0 | 36 | 17 | 144 | 55 | 110 |
| Binary | 10101101 | 11011000 | 10010111 | 10100 | 0 | 11110 | 1111 | 1100100 | 101101 | 1001000 |
Color Harmonies of #ADD897
Complementary color
Monochromatic Colors of #ADD897
Black with #ADD897
Text Example
Text Example
White with #ADD897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD897; }
p { color: rgb(173,216,151); }
H1.HeaderClassName
{
color: #ADD897;
}
.AnyTagClassName
{
color: #ADD897;
}
</style>
background-color css
<style>
a { background-color: #ADD897; }
a { background-color: rgb(173,216,151); }
div.DivClassName
{
background-color: #ADD897;
}
.BgClassName
{
background-color: #ADD897;
}
</style>
border-color css
<style>
span { border-color: #ADD897; }
span { border-color: rgb(173,216,151); }
td.TdClassName
{
border-color: #ADD897;
}
.TagClassName
{
border-color: #ADD897;
}
</style>