Shades of Feijoa #9FCF74
Tints of Feijoa #9FCF74
RGB
CMYK
RGB Variations
Color information
#9FCF74 (or 0x9FCF74) is known color: Feijoa. HEX triplet: 9F, CF and 74. RGB value is (159,207,116). Sum of RGB (Red+Green+Blue) = 159+207+116=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF74 is #60308B. Grayscale: #B6B6B6. Windows color (decimal): -6303884 or 7655327. OLE color: 7655327.
HSL color Cylindrical-coordinate representation of color #9FCF74: hue angle of 91.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FCF74 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 116 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.19 |
| HSL | 91.65º | 0.49% | 0.63% | - |
| HSV(B) | 91.65º | 0.44% | 0.81% | - |
| XYZ | 39.76 | 53.26 | 24.71 | - |
| YUV | 182.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 116 | 0.23 | 0 | 0.44 | 0.19 | 91.65 | 0.49 | 0.63 |
| Hex | 9F | CF | 74 | 17 | 0 | 2C | 13 | 5C | 31 | 3F |
| Octal | 237 | 317 | 164 | 27 | 0 | 54 | 23 | 134 | 61 | 77 |
| Binary | 10011111 | 11001111 | 1110100 | 10111 | 0 | 101100 | 10011 | 1011100 | 110001 | 111111 |
Color Harmonies of #9FCF74
Complementary color
Monochromatic Colors of #9FCF74
Black with #9FCF74
Text Example
Text Example
White with #9FCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF74; }
p { color: rgb(159,207,116); }
H1.HeaderClassName
{
color: #9FCF74;
}
.AnyTagClassName
{
color: #9FCF74;
}
</style>
background-color css
<style>
a { background-color: #9FCF74; }
a { background-color: rgb(159,207,116); }
div.DivClassName
{
background-color: #9FCF74;
}
.BgClassName
{
background-color: #9FCF74;
}
</style>
border-color css
<style>
span { border-color: #9FCF74; }
span { border-color: rgb(159,207,116); }
td.TdClassName
{
border-color: #9FCF74;
}
.TagClassName
{
border-color: #9FCF74;
}
</style>