Shades of Feijoa #9FE385
Tints of Feijoa #9FE385
RGB
CMYK
RGB Variations
Color information
#9FE385 (or 0x9FE385) is known color: Feijoa. HEX triplet: 9F, E3 and 85. RGB value is (159,227,133). Sum of RGB (Red+Green+Blue) = 159+227+133=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE385 is #601C7A. Grayscale: #C4C4C4. Windows color (decimal): -6298747 or 8774559. OLE color: 8774559.
HSL color Cylindrical-coordinate representation of color #9FE385: hue angle of 103.4º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FE385 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 133 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.11 |
| HSL | 103.4º | 0.63% | 0.71% | - |
| HSV(B) | 103.4º | 0.41% | 0.89% | - |
| XYZ | 46 | 64 | 32.12 | - |
| YUV | 195.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 133 | 0.30 | 0 | 0.41 | 0.11 | 103.4 | 0.63 | 0.71 |
| Hex | 9F | E3 | 85 | 1E | 0 | 29 | B | 67 | 3F | 47 |
| Octal | 237 | 343 | 205 | 36 | 0 | 51 | 13 | 147 | 77 | 107 |
| Binary | 10011111 | 11100011 | 10000101 | 11110 | 0 | 101001 | 1011 | 1100111 | 111111 | 1000111 |
Color Harmonies of #9FE385
Complementary color
Monochromatic Colors of #9FE385
Black with #9FE385
Text Example
Text Example
White with #9FE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE385; }
p { color: rgb(159,227,133); }
H1.HeaderClassName
{
color: #9FE385;
}
.AnyTagClassName
{
color: #9FE385;
}
</style>
background-color css
<style>
a { background-color: #9FE385; }
a { background-color: rgb(159,227,133); }
div.DivClassName
{
background-color: #9FE385;
}
.BgClassName
{
background-color: #9FE385;
}
</style>
border-color css
<style>
span { border-color: #9FE385; }
span { border-color: rgb(159,227,133); }
td.TdClassName
{
border-color: #9FE385;
}
.TagClassName
{
border-color: #9FE385;
}
</style>