Shades of Feijoa #9FD573
Tints of Feijoa #9FD573
RGB
CMYK
RGB Variations
Color information
#9FD573 (or 0x9FD573) is known color: Feijoa. HEX triplet: 9F, D5 and 73. RGB value is (159,213,115). Sum of RGB (Red+Green+Blue) = 159+213+115=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD573 is #602A8C. Grayscale: #BABABA. Windows color (decimal): -6302349 or 7591327. OLE color: 7591327.
HSL color Cylindrical-coordinate representation of color #9FD573: hue angle of 93.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FD573 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 115 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 93.06º | 0.54% | 0.64% | - |
| HSV(B) | 93.06º | 0.46% | 0.84% | - |
| XYZ | 41.19 | 56.2 | 24.9 | - |
| YUV | 185.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 115 | 0.25 | 0 | 0.46 | 0.16 | 93.06 | 0.54 | 0.64 |
| Hex | 9F | D5 | 73 | 19 | 0 | 2E | 10 | 5D | 36 | 40 |
| Octal | 237 | 325 | 163 | 31 | 0 | 56 | 20 | 135 | 66 | 100 |
| Binary | 10011111 | 11010101 | 1110011 | 11001 | 0 | 101110 | 10000 | 1011101 | 110110 | 1000000 |
Color Harmonies of #9FD573
Complementary color
Monochromatic Colors of #9FD573
Black with #9FD573
Text Example
Text Example
White with #9FD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD573; }
p { color: rgb(159,213,115); }
H1.HeaderClassName
{
color: #9FD573;
}
.AnyTagClassName
{
color: #9FD573;
}
</style>
background-color css
<style>
a { background-color: #9FD573; }
a { background-color: rgb(159,213,115); }
div.DivClassName
{
background-color: #9FD573;
}
.BgClassName
{
background-color: #9FD573;
}
</style>
border-color css
<style>
span { border-color: #9FD573; }
span { border-color: rgb(159,213,115); }
td.TdClassName
{
border-color: #9FD573;
}
.TagClassName
{
border-color: #9FD573;
}
</style>