Shades of Feijoa #9FE07F
Tints of Feijoa #9FE07F
RGB
CMYK
RGB Variations
Color information
#9FE07F (or 0x9FE07F) is known color: Feijoa. HEX triplet: 9F, E0 and 7F. RGB value is (159,224,127). Sum of RGB (Red+Green+Blue) = 159+224+127=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE07F is #601F80. Grayscale: #C1C1C1. Windows color (decimal): -6299521 or 8380575. OLE color: 8380575.
HSL color Cylindrical-coordinate representation of color #9FE07F: hue angle of 100.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FE07F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 127 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.12 |
| HSL | 100.21º | 0.61% | 0.69% | - |
| HSV(B) | 100.21º | 0.43% | 0.88% | - |
| XYZ | 44.78 | 62.21 | 29.73 | - |
| YUV | 193.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 127 | 0.29 | 0 | 0.43 | 0.12 | 100.21 | 0.61 | 0.69 |
| Hex | 9F | E0 | 7F | 1D | 0 | 2B | C | 64 | 3D | 45 |
| Octal | 237 | 340 | 177 | 35 | 0 | 53 | 14 | 144 | 75 | 105 |
| Binary | 10011111 | 11100000 | 1111111 | 11101 | 0 | 101011 | 1100 | 1100100 | 111101 | 1000101 |
Color Harmonies of #9FE07F
Complementary color
Monochromatic Colors of #9FE07F
Black with #9FE07F
Text Example
Text Example
White with #9FE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE07F; }
p { color: rgb(159,224,127); }
H1.HeaderClassName
{
color: #9FE07F;
}
.AnyTagClassName
{
color: #9FE07F;
}
</style>
background-color css
<style>
a { background-color: #9FE07F; }
a { background-color: rgb(159,224,127); }
div.DivClassName
{
background-color: #9FE07F;
}
.BgClassName
{
background-color: #9FE07F;
}
</style>
border-color css
<style>
span { border-color: #9FE07F; }
span { border-color: rgb(159,224,127); }
td.TdClassName
{
border-color: #9FE07F;
}
.TagClassName
{
border-color: #9FE07F;
}
</style>