Shades of Feijoa #ADD389
Tints of Feijoa #ADD389
RGB
CMYK
RGB Variations
Color information
#ADD389 (or 0xADD389) is known color: Feijoa. HEX triplet: AD, D3 and 89. RGB value is (173,211,137). Sum of RGB (Red+Green+Blue) = 173+211+137=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD389 is #522C76. Grayscale: #BFBFBF. Windows color (decimal): -5385335 or 9032621. OLE color: 9032621.
HSL color Cylindrical-coordinate representation of color #ADD389: hue angle of 90.81º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADD389 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 137 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.17 |
| HSL | 90.81º | 0.46% | 0.68% | - |
| HSV(B) | 90.81º | 0.35% | 0.83% | - |
| XYZ | 45.04 | 57.28 | 32.35 | - |
| YUV | 191.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 137 | 0.18 | 0 | 0.35 | 0.17 | 90.81 | 0.46 | 0.68 |
| Hex | AD | D3 | 89 | 12 | 0 | 23 | 11 | 5B | 2E | 44 |
| Octal | 255 | 323 | 211 | 22 | 0 | 43 | 21 | 133 | 56 | 104 |
| Binary | 10101101 | 11010011 | 10001001 | 10010 | 0 | 100011 | 10001 | 1011011 | 101110 | 1000100 |
Color Harmonies of #ADD389
Complementary color
Monochromatic Colors of #ADD389
Black with #ADD389
Text Example
Text Example
White with #ADD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD389; }
p { color: rgb(173,211,137); }
H1.HeaderClassName
{
color: #ADD389;
}
.AnyTagClassName
{
color: #ADD389;
}
</style>
background-color css
<style>
a { background-color: #ADD389; }
a { background-color: rgb(173,211,137); }
div.DivClassName
{
background-color: #ADD389;
}
.BgClassName
{
background-color: #ADD389;
}
</style>
border-color css
<style>
span { border-color: #ADD389; }
span { border-color: rgb(173,211,137); }
td.TdClassName
{
border-color: #ADD389;
}
.TagClassName
{
border-color: #ADD389;
}
</style>