Shades of Feijoa #ADD296
Tints of Feijoa #ADD296
RGB
CMYK
RGB Variations
Color information
#ADD296 (or 0xADD296) is known color: Feijoa. HEX triplet: AD, D2 and 96. RGB value is (173,210,150). Sum of RGB (Red+Green+Blue) = 173+210+150=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD296 is #522D69. Grayscale: #C0C0C0. Windows color (decimal): -5385578 or 9884333. OLE color: 9884333.
HSL color Cylindrical-coordinate representation of color #ADD296: hue angle of 97º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD296 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 150 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.18 |
| HSL | 97º | 0.4% | 0.71% | - |
| HSV(B) | 97º | 0.29% | 0.82% | - |
| XYZ | 45.79 | 57.18 | 37.48 | - |
| YUV | 192.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 150 | 0.18 | 0 | 0.29 | 0.18 | 97 | 0.4 | 0.71 |
| Hex | AD | D2 | 96 | 12 | 0 | 1D | 12 | 61 | 28 | 47 |
| Octal | 255 | 322 | 226 | 22 | 0 | 35 | 22 | 141 | 50 | 107 |
| Binary | 10101101 | 11010010 | 10010110 | 10010 | 0 | 11101 | 10010 | 1100001 | 101000 | 1000111 |
Color Harmonies of #ADD296
Complementary color
Monochromatic Colors of #ADD296
Black with #ADD296
Text Example
Text Example
White with #ADD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD296; }
p { color: rgb(173,210,150); }
H1.HeaderClassName
{
color: #ADD296;
}
.AnyTagClassName
{
color: #ADD296;
}
</style>
background-color css
<style>
a { background-color: #ADD296; }
a { background-color: rgb(173,210,150); }
div.DivClassName
{
background-color: #ADD296;
}
.BgClassName
{
background-color: #ADD296;
}
</style>
border-color css
<style>
span { border-color: #ADD296; }
span { border-color: rgb(173,210,150); }
td.TdClassName
{
border-color: #ADD296;
}
.TagClassName
{
border-color: #ADD296;
}
</style>