Shades of Feijoa #ADD096
Tints of Feijoa #ADD096
RGB
CMYK
RGB Variations
Color information
#ADD096 (or 0xADD096) is known color: Feijoa. HEX triplet: AD, D0 and 96. RGB value is (173,208,150). Sum of RGB (Red+Green+Blue) = 173+208+150=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD096 is #522F69. Grayscale: #BFBFBF. Windows color (decimal): -5386090 or 9883821. OLE color: 9883821.
HSL color Cylindrical-coordinate representation of color #ADD096: hue angle of 96.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD096 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 150 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.18 |
| HSL | 96.21º | 0.38% | 0.7% | - |
| HSV(B) | 96.21º | 0.28% | 0.82% | - |
| XYZ | 45.29 | 56.2 | 37.31 | - |
| YUV | 190.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 150 | 0.17 | 0 | 0.28 | 0.18 | 96.21 | 0.38 | 0.7 |
| Hex | AD | D0 | 96 | 11 | 0 | 1C | 12 | 60 | 26 | 46 |
| Octal | 255 | 320 | 226 | 21 | 0 | 34 | 22 | 140 | 46 | 106 |
| Binary | 10101101 | 11010000 | 10010110 | 10001 | 0 | 11100 | 10010 | 1100000 | 100110 | 1000110 |
Color Harmonies of #ADD096
Complementary color
Monochromatic Colors of #ADD096
Black with #ADD096
Text Example
Text Example
White with #ADD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD096; }
p { color: rgb(173,208,150); }
H1.HeaderClassName
{
color: #ADD096;
}
.AnyTagClassName
{
color: #ADD096;
}
</style>
background-color css
<style>
a { background-color: #ADD096; }
a { background-color: rgb(173,208,150); }
div.DivClassName
{
background-color: #ADD096;
}
.BgClassName
{
background-color: #ADD096;
}
</style>
border-color css
<style>
span { border-color: #ADD096; }
span { border-color: rgb(173,208,150); }
td.TdClassName
{
border-color: #ADD096;
}
.TagClassName
{
border-color: #ADD096;
}
</style>