Shades of Feijoa #9FD673
Tints of Feijoa #9FD673
RGB
CMYK
RGB Variations
Color information
#9FD673 (or 0x9FD673) is known color: Feijoa. HEX triplet: 9F, D6 and 73. RGB value is (159,214,115). Sum of RGB (Red+Green+Blue) = 159+214+115=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD673 is #60298C. Grayscale: #BABABA. Windows color (decimal): -6302093 or 7591583. OLE color: 7591583.
HSL color Cylindrical-coordinate representation of color #9FD673: hue angle of 93.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FD673 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 115 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.16 |
| HSL | 93.33º | 0.55% | 0.65% | - |
| HSV(B) | 93.33º | 0.46% | 0.84% | - |
| XYZ | 41.44 | 56.7 | 24.98 | - |
| YUV | 186.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 115 | 0.26 | 0 | 0.46 | 0.16 | 93.33 | 0.55 | 0.65 |
| Hex | 9F | D6 | 73 | 1A | 0 | 2E | 10 | 5D | 37 | 41 |
| Octal | 237 | 326 | 163 | 32 | 0 | 56 | 20 | 135 | 67 | 101 |
| Binary | 10011111 | 11010110 | 1110011 | 11010 | 0 | 101110 | 10000 | 1011101 | 110111 | 1000001 |
Color Harmonies of #9FD673
Complementary color
Monochromatic Colors of #9FD673
Black with #9FD673
Text Example
Text Example
White with #9FD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD673; }
p { color: rgb(159,214,115); }
H1.HeaderClassName
{
color: #9FD673;
}
.AnyTagClassName
{
color: #9FD673;
}
</style>
background-color css
<style>
a { background-color: #9FD673; }
a { background-color: rgb(159,214,115); }
div.DivClassName
{
background-color: #9FD673;
}
.BgClassName
{
background-color: #9FD673;
}
</style>
border-color css
<style>
span { border-color: #9FD673; }
span { border-color: rgb(159,214,115); }
td.TdClassName
{
border-color: #9FD673;
}
.TagClassName
{
border-color: #9FD673;
}
</style>