Shades of Feijoa #ADD799
Tints of Feijoa #ADD799
RGB
CMYK
RGB Variations
Color information
#ADD799 (or 0xADD799) is known color: Feijoa. HEX triplet: AD, D7 and 99. RGB value is (173,215,153). Sum of RGB (Red+Green+Blue) = 173+215+153=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD799 is #522866. Grayscale: #C3C3C3. Windows color (decimal): -5384295 or 10082221. OLE color: 10082221.
HSL color Cylindrical-coordinate representation of color #ADD799: hue angle of 100.65º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD799 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 153 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.16 |
| HSL | 100.65º | 0.44% | 0.72% | - |
| HSV(B) | 100.65º | 0.29% | 0.84% | - |
| XYZ | 47.28 | 59.79 | 39.18 | - |
| YUV | 195.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 153 | 0.20 | 0 | 0.29 | 0.16 | 100.65 | 0.44 | 0.72 |
| Hex | AD | D7 | 99 | 14 | 0 | 1D | 10 | 65 | 2C | 48 |
| Octal | 255 | 327 | 231 | 24 | 0 | 35 | 20 | 145 | 54 | 110 |
| Binary | 10101101 | 11010111 | 10011001 | 10100 | 0 | 11101 | 10000 | 1100101 | 101100 | 1001000 |
Color Harmonies of #ADD799
Complementary color
Monochromatic Colors of #ADD799
Black with #ADD799
Text Example
Text Example
White with #ADD799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD799; }
p { color: rgb(173,215,153); }
H1.HeaderClassName
{
color: #ADD799;
}
.AnyTagClassName
{
color: #ADD799;
}
</style>
background-color css
<style>
a { background-color: #ADD799; }
a { background-color: rgb(173,215,153); }
div.DivClassName
{
background-color: #ADD799;
}
.BgClassName
{
background-color: #ADD799;
}
</style>
border-color css
<style>
span { border-color: #ADD799; }
span { border-color: rgb(173,215,153); }
td.TdClassName
{
border-color: #ADD799;
}
.TagClassName
{
border-color: #ADD799;
}
</style>