Shades of Feijoa #9FE46B
Tints of Feijoa #9FE46B
RGB
CMYK
RGB Variations
Color information
#9FE46B (or 0x9FE46B) is known color: Feijoa. HEX triplet: 9F, E4 and 6B. RGB value is (159,228,107). Sum of RGB (Red+Green+Blue) = 159+228+107=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE46B is #601B94. Grayscale: #C1C1C1. Windows color (decimal): -6298517 or 7070879. OLE color: 7070879.
HSL color Cylindrical-coordinate representation of color #9FE46B: hue angle of 94.21º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE46B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 107 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.11 |
| HSL | 94.21º | 0.69% | 0.66% | - |
| HSV(B) | 94.21º | 0.53% | 0.89% | - |
| XYZ | 44.7 | 63.92 | 23.89 | - |
| YUV | 193.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 107 | 0.30 | 0 | 0.53 | 0.11 | 94.21 | 0.69 | 0.66 |
| Hex | 9F | E4 | 6B | 1E | 0 | 35 | B | 5E | 45 | 42 |
| Octal | 237 | 344 | 153 | 36 | 0 | 65 | 13 | 136 | 105 | 102 |
| Binary | 10011111 | 11100100 | 1101011 | 11110 | 0 | 110101 | 1011 | 1011110 | 1000101 | 1000010 |
Color Harmonies of #9FE46B
Complementary color
Monochromatic Colors of #9FE46B
Black with #9FE46B
Text Example
Text Example
White with #9FE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE46B; }
p { color: rgb(159,228,107); }
H1.HeaderClassName
{
color: #9FE46B;
}
.AnyTagClassName
{
color: #9FE46B;
}
</style>
background-color css
<style>
a { background-color: #9FE46B; }
a { background-color: rgb(159,228,107); }
div.DivClassName
{
background-color: #9FE46B;
}
.BgClassName
{
background-color: #9FE46B;
}
</style>
border-color css
<style>
span { border-color: #9FE46B; }
span { border-color: rgb(159,228,107); }
td.TdClassName
{
border-color: #9FE46B;
}
.TagClassName
{
border-color: #9FE46B;
}
</style>