Shades of Feijoa #9FE37F
Tints of Feijoa #9FE37F
RGB
CMYK
RGB Variations
Color information
#9FE37F (or 0x9FE37F) is known color: Feijoa. HEX triplet: 9F, E3 and 7F. RGB value is (159,227,127). Sum of RGB (Red+Green+Blue) = 159+227+127=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE37F is #601C80. Grayscale: #C3C3C3. Windows color (decimal): -6298753 or 8381343. OLE color: 8381343.
HSL color Cylindrical-coordinate representation of color #9FE37F: hue angle of 100.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FE37F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 127 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.11 |
| HSL | 100.8º | 0.64% | 0.69% | - |
| HSV(B) | 100.8º | 0.44% | 0.89% | - |
| XYZ | 45.6 | 63.84 | 30 | - |
| YUV | 195.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 127 | 0.30 | 0 | 0.44 | 0.11 | 100.8 | 0.64 | 0.69 |
| Hex | 9F | E3 | 7F | 1E | 0 | 2C | B | 65 | 40 | 45 |
| Octal | 237 | 343 | 177 | 36 | 0 | 54 | 13 | 145 | 100 | 105 |
| Binary | 10011111 | 11100011 | 1111111 | 11110 | 0 | 101100 | 1011 | 1100101 | 1000000 | 1000101 |
Color Harmonies of #9FE37F
Complementary color
Monochromatic Colors of #9FE37F
Black with #9FE37F
Text Example
Text Example
White with #9FE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE37F; }
p { color: rgb(159,227,127); }
H1.HeaderClassName
{
color: #9FE37F;
}
.AnyTagClassName
{
color: #9FE37F;
}
</style>
background-color css
<style>
a { background-color: #9FE37F; }
a { background-color: rgb(159,227,127); }
div.DivClassName
{
background-color: #9FE37F;
}
.BgClassName
{
background-color: #9FE37F;
}
</style>
border-color css
<style>
span { border-color: #9FE37F; }
span { border-color: rgb(159,227,127); }
td.TdClassName
{
border-color: #9FE37F;
}
.TagClassName
{
border-color: #9FE37F;
}
</style>