Shades of Feijoa #9FEF7B
Tints of Feijoa #9FEF7B
RGB
CMYK
RGB Variations
Color information
#9FEF7B (or 0x9FEF7B) is known color: Feijoa. HEX triplet: 9F, EF and 7B. RGB value is (159,239,123). Sum of RGB (Red+Green+Blue) = 159+239+123=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF7B is #601084. Grayscale: #CACACA. Windows color (decimal): -6295685 or 8122271. OLE color: 8122271.
HSL color Cylindrical-coordinate representation of color #9FEF7B: hue angle of 101.38º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FEF7B is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 123 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.06 |
| HSL | 101.38º | 0.78% | 0.71% | - |
| HSV(B) | 101.38º | 0.49% | 0.94% | - |
| XYZ | 48.74 | 70.53 | 29.78 | - |
| YUV | 201.86 | 83.5 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 123 | 0.33 | 0 | 0.49 | 0.06 | 101.38 | 0.78 | 0.71 |
| Hex | 9F | EF | 7B | 21 | 0 | 31 | 6 | 65 | 4E | 47 |
| Octal | 237 | 357 | 173 | 41 | 0 | 61 | 6 | 145 | 116 | 107 |
| Binary | 10011111 | 11101111 | 1111011 | 100001 | 0 | 110001 | 110 | 1100101 | 1001110 | 1000111 |
Color Harmonies of #9FEF7B
Complementary color
Monochromatic Colors of #9FEF7B
Black with #9FEF7B
Text Example
Text Example
White with #9FEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF7B; }
p { color: rgb(159,239,123); }
H1.HeaderClassName
{
color: #9FEF7B;
}
.AnyTagClassName
{
color: #9FEF7B;
}
</style>
background-color css
<style>
a { background-color: #9FEF7B; }
a { background-color: rgb(159,239,123); }
div.DivClassName
{
background-color: #9FEF7B;
}
.BgClassName
{
background-color: #9FEF7B;
}
</style>
border-color css
<style>
span { border-color: #9FEF7B; }
span { border-color: rgb(159,239,123); }
td.TdClassName
{
border-color: #9FEF7B;
}
.TagClassName
{
border-color: #9FEF7B;
}
</style>