Shades of Feijoa #9FE37E
Tints of Feijoa #9FE37E
RGB
CMYK
RGB Variations
Color information
#9FE37E (or 0x9FE37E) is known color: Feijoa. HEX triplet: 9F, E3 and 7E. RGB value is (159,227,126). Sum of RGB (Red+Green+Blue) = 159+227+126=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE37E is #601C81. Grayscale: #C3C3C3. Windows color (decimal): -6298754 or 8315807. OLE color: 8315807.
HSL color Cylindrical-coordinate representation of color #9FE37E: hue angle of 100.4º 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 #9FE37E is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 126 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.11 |
| HSL | 100.4º | 0.64% | 0.69% | - |
| HSV(B) | 100.4º | 0.44% | 0.89% | - |
| XYZ | 45.53 | 63.82 | 29.66 | - |
| YUV | 195.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 126 | 0.30 | 0 | 0.44 | 0.11 | 100.4 | 0.64 | 0.69 |
| Hex | 9F | E3 | 7E | 1E | 0 | 2C | B | 64 | 40 | 45 |
| Octal | 237 | 343 | 176 | 36 | 0 | 54 | 13 | 144 | 100 | 105 |
| Binary | 10011111 | 11100011 | 1111110 | 11110 | 0 | 101100 | 1011 | 1100100 | 1000000 | 1000101 |
Color Harmonies of #9FE37E
Complementary color
Monochromatic Colors of #9FE37E
Black with #9FE37E
Text Example
Text Example
White with #9FE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE37E; }
p { color: rgb(159,227,126); }
H1.HeaderClassName
{
color: #9FE37E;
}
.AnyTagClassName
{
color: #9FE37E;
}
</style>
background-color css
<style>
a { background-color: #9FE37E; }
a { background-color: rgb(159,227,126); }
div.DivClassName
{
background-color: #9FE37E;
}
.BgClassName
{
background-color: #9FE37E;
}
</style>
border-color css
<style>
span { border-color: #9FE37E; }
span { border-color: rgb(159,227,126); }
td.TdClassName
{
border-color: #9FE37E;
}
.TagClassName
{
border-color: #9FE37E;
}
</style>