Shades of Feijoa #9FE36B
Tints of Feijoa #9FE36B
RGB
CMYK
RGB Variations
Color information
#9FE36B (or 0x9FE36B) is known color: Feijoa. HEX triplet: 9F, E3 and 6B. RGB value is (159,227,107). Sum of RGB (Red+Green+Blue) = 159+227+107=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE36B is #601C94. Grayscale: #C1C1C1. Windows color (decimal): -6298773 or 7070623. OLE color: 7070623.
HSL color Cylindrical-coordinate representation of color #9FE36B: hue angle of 94º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE36B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 107 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94º | 0.68% | 0.65% | - |
| HSV(B) | 94º | 0.53% | 0.89% | - |
| XYZ | 44.42 | 63.37 | 23.8 | - |
| YUV | 192.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 107 | 0.30 | 0 | 0.53 | 0.11 | 94 | 0.68 | 0.65 |
| Hex | 9F | E3 | 6B | 1E | 0 | 35 | B | 5E | 44 | 41 |
| Octal | 237 | 343 | 153 | 36 | 0 | 65 | 13 | 136 | 104 | 101 |
| Binary | 10011111 | 11100011 | 1101011 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000100 | 1000001 |
Color Harmonies of #9FE36B
Complementary color
Monochromatic Colors of #9FE36B
Black with #9FE36B
Text Example
Text Example
White with #9FE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE36B; }
p { color: rgb(159,227,107); }
H1.HeaderClassName
{
color: #9FE36B;
}
.AnyTagClassName
{
color: #9FE36B;
}
</style>
background-color css
<style>
a { background-color: #9FE36B; }
a { background-color: rgb(159,227,107); }
div.DivClassName
{
background-color: #9FE36B;
}
.BgClassName
{
background-color: #9FE36B;
}
</style>
border-color css
<style>
span { border-color: #9FE36B; }
span { border-color: rgb(159,227,107); }
td.TdClassName
{
border-color: #9FE36B;
}
.TagClassName
{
border-color: #9FE36B;
}
</style>