Shades of Feijoa #ADF589
Tints of Feijoa #ADF589
RGB
CMYK
RGB Variations
Color information
#ADF589 (or 0xADF589) is known color: Feijoa. HEX triplet: AD, F5 and 89. RGB value is (173,245,137). Sum of RGB (Red+Green+Blue) = 173+245+137=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF589 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF589 is #520A76. Grayscale: #D3D3D3. Windows color (decimal): -5376631 or 9041325. OLE color: 9041325.
HSL color Cylindrical-coordinate representation of color #ADF589: hue angle of 100º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF589 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 137 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.04 |
| HSL | 100º | 0.84% | 0.75% | - |
| HSV(B) | 100º | 0.44% | 0.96% | - |
| XYZ | 54.4 | 76 | 35.47 | - |
| YUV | 211.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 137 | 0.29 | 0 | 0.44 | 0.04 | 100 | 0.84 | 0.75 |
| Hex | AD | F5 | 89 | 1D | 0 | 2C | 4 | 64 | 54 | 4B |
| Octal | 255 | 365 | 211 | 35 | 0 | 54 | 4 | 144 | 124 | 113 |
| Binary | 10101101 | 11110101 | 10001001 | 11101 | 0 | 101100 | 100 | 1100100 | 1010100 | 1001011 |
Color Harmonies of #ADF589
Complementary color
Monochromatic Colors of #ADF589
Black with #ADF589
Text Example
Text Example
White with #ADF589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF589; }
p { color: rgb(173,245,137); }
H1.HeaderClassName
{
color: #ADF589;
}
.AnyTagClassName
{
color: #ADF589;
}
</style>
background-color css
<style>
a { background-color: #ADF589; }
a { background-color: rgb(173,245,137); }
div.DivClassName
{
background-color: #ADF589;
}
.BgClassName
{
background-color: #ADF589;
}
</style>
border-color css
<style>
span { border-color: #ADF589; }
span { border-color: rgb(173,245,137); }
td.TdClassName
{
border-color: #ADF589;
}
.TagClassName
{
border-color: #ADF589;
}
</style>