Shades of Feijoa #9FE76B
Tints of Feijoa #9FE76B
RGB
CMYK
RGB Variations
Color information
#9FE76B (or 0x9FE76B) is known color: Feijoa. HEX triplet: 9F, E7 and 6B. RGB value is (159,231,107). Sum of RGB (Red+Green+Blue) = 159+231+107=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE76B is #601894. Grayscale: #C3C3C3. Windows color (decimal): -6297749 or 7071647. OLE color: 7071647.
HSL color Cylindrical-coordinate representation of color #9FE76B: hue angle of 94.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE76B is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 107 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.09 |
| HSL | 94.84º | 0.72% | 0.66% | - |
| HSV(B) | 94.84º | 0.54% | 0.91% | - |
| XYZ | 45.53 | 65.58 | 24.17 | - |
| YUV | 195.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 107 | 0.31 | 0 | 0.54 | 0.09 | 94.84 | 0.72 | 0.66 |
| Hex | 9F | E7 | 6B | 1F | 0 | 36 | 9 | 5F | 48 | 42 |
| Octal | 237 | 347 | 153 | 37 | 0 | 66 | 11 | 137 | 110 | 102 |
| Binary | 10011111 | 11100111 | 1101011 | 11111 | 0 | 110110 | 1001 | 1011111 | 1001000 | 1000010 |
Color Harmonies of #9FE76B
Complementary color
Monochromatic Colors of #9FE76B
Black with #9FE76B
Text Example
Text Example
White with #9FE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE76B; }
p { color: rgb(159,231,107); }
H1.HeaderClassName
{
color: #9FE76B;
}
.AnyTagClassName
{
color: #9FE76B;
}
</style>
background-color css
<style>
a { background-color: #9FE76B; }
a { background-color: rgb(159,231,107); }
div.DivClassName
{
background-color: #9FE76B;
}
.BgClassName
{
background-color: #9FE76B;
}
</style>
border-color css
<style>
span { border-color: #9FE76B; }
span { border-color: rgb(159,231,107); }
td.TdClassName
{
border-color: #9FE76B;
}
.TagClassName
{
border-color: #9FE76B;
}
</style>