Shades of Feijoa #9FD574
Tints of Feijoa #9FD574
RGB
CMYK
RGB Variations
Color information
#9FD574 (or 0x9FD574) is known color: Feijoa. HEX triplet: 9F, D5 and 74. RGB value is (159,213,116). Sum of RGB (Red+Green+Blue) = 159+213+116=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD574 is #602A8B. Grayscale: #BABABA. Windows color (decimal): -6302348 or 7656863. OLE color: 7656863.
HSL color Cylindrical-coordinate representation of color #9FD574: hue angle of 93.4º degrees, saturation: 0.54, 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 #9FD574 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 116 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 93.4º | 0.54% | 0.65% | - |
| HSV(B) | 93.4º | 0.46% | 0.84% | - |
| XYZ | 41.24 | 56.22 | 25.2 | - |
| YUV | 185.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 116 | 0.25 | 0 | 0.46 | 0.16 | 93.4 | 0.54 | 0.65 |
| Hex | 9F | D5 | 74 | 19 | 0 | 2E | 10 | 5D | 36 | 41 |
| Octal | 237 | 325 | 164 | 31 | 0 | 56 | 20 | 135 | 66 | 101 |
| Binary | 10011111 | 11010101 | 1110100 | 11001 | 0 | 101110 | 10000 | 1011101 | 110110 | 1000001 |
Color Harmonies of #9FD574
Complementary color
Monochromatic Colors of #9FD574
Black with #9FD574
Text Example
Text Example
White with #9FD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD574; }
p { color: rgb(159,213,116); }
H1.HeaderClassName
{
color: #9FD574;
}
.AnyTagClassName
{
color: #9FD574;
}
</style>
background-color css
<style>
a { background-color: #9FD574; }
a { background-color: rgb(159,213,116); }
div.DivClassName
{
background-color: #9FD574;
}
.BgClassName
{
background-color: #9FD574;
}
</style>
border-color css
<style>
span { border-color: #9FD574; }
span { border-color: rgb(159,213,116); }
td.TdClassName
{
border-color: #9FD574;
}
.TagClassName
{
border-color: #9FD574;
}
</style>