Shades of Feijoa #9FE383
Tints of Feijoa #9FE383
RGB
CMYK
RGB Variations
Color information
#9FE383 (or 0x9FE383) is known color: Feijoa. HEX triplet: 9F, E3 and 83. RGB value is (159,227,131). Sum of RGB (Red+Green+Blue) = 159+227+131=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE383 is #601C7C. Grayscale: #C4C4C4. Windows color (decimal): -6298749 or 8643487. OLE color: 8643487.
HSL color Cylindrical-coordinate representation of color #9FE383: hue angle of 102.5º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FE383 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 131 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.11 |
| HSL | 102.5º | 0.63% | 0.7% | - |
| HSV(B) | 102.5º | 0.42% | 0.89% | - |
| XYZ | 45.86 | 63.95 | 31.4 | - |
| YUV | 195.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 131 | 0.30 | 0 | 0.42 | 0.11 | 102.5 | 0.63 | 0.7 |
| Hex | 9F | E3 | 83 | 1E | 0 | 2A | B | 66 | 3F | 46 |
| Octal | 237 | 343 | 203 | 36 | 0 | 52 | 13 | 146 | 77 | 106 |
| Binary | 10011111 | 11100011 | 10000011 | 11110 | 0 | 101010 | 1011 | 1100110 | 111111 | 1000110 |
Color Harmonies of #9FE383
Complementary color
Monochromatic Colors of #9FE383
Black with #9FE383
Text Example
Text Example
White with #9FE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE383; }
p { color: rgb(159,227,131); }
H1.HeaderClassName
{
color: #9FE383;
}
.AnyTagClassName
{
color: #9FE383;
}
</style>
background-color css
<style>
a { background-color: #9FE383; }
a { background-color: rgb(159,227,131); }
div.DivClassName
{
background-color: #9FE383;
}
.BgClassName
{
background-color: #9FE383;
}
</style>
border-color css
<style>
span { border-color: #9FE383; }
span { border-color: rgb(159,227,131); }
td.TdClassName
{
border-color: #9FE383;
}
.TagClassName
{
border-color: #9FE383;
}
</style>