Shades of Feijoa #9FF477
Tints of Feijoa #9FF477
RGB
CMYK
RGB Variations
Color information
#9FF477 (or 0x9FF477) is known color: Feijoa. HEX triplet: 9F, F4 and 77. RGB value is (159,244,119). Sum of RGB (Red+Green+Blue) = 159+244+119=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF477 is #600B88. Grayscale: #CCCCCC. Windows color (decimal): -6294409 or 7861407. OLE color: 7861407.
HSL color Cylindrical-coordinate representation of color #9FF477: hue angle of 100.8º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FF477 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 244 | 119 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.04 |
| HSL | 100.8º | 0.85% | 0.71% | - |
| HSV(B) | 100.8º | 0.51% | 0.96% | - |
| XYZ | 49.98 | 73.4 | 28.99 | - |
| YUV | 204.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 244 | 119 | 0.35 | 0 | 0.51 | 0.04 | 100.8 | 0.85 | 0.71 |
| Hex | 9F | F4 | 77 | 23 | 0 | 33 | 4 | 65 | 55 | 47 |
| Octal | 237 | 364 | 167 | 43 | 0 | 63 | 4 | 145 | 125 | 107 |
| Binary | 10011111 | 11110100 | 1110111 | 100011 | 0 | 110011 | 100 | 1100101 | 1010101 | 1000111 |
Color Harmonies of #9FF477
Complementary color
Monochromatic Colors of #9FF477
Black with #9FF477
Text Example
Text Example
White with #9FF477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF477; }
p { color: rgb(159,244,119); }
H1.HeaderClassName
{
color: #9FF477;
}
.AnyTagClassName
{
color: #9FF477;
}
</style>
background-color css
<style>
a { background-color: #9FF477; }
a { background-color: rgb(159,244,119); }
div.DivClassName
{
background-color: #9FF477;
}
.BgClassName
{
background-color: #9FF477;
}
</style>
border-color css
<style>
span { border-color: #9FF477; }
span { border-color: rgb(159,244,119); }
td.TdClassName
{
border-color: #9FF477;
}
.TagClassName
{
border-color: #9FF477;
}
</style>