Shades of Feijoa #9FEB7A
Tints of Feijoa #9FEB7A
RGB
CMYK
RGB Variations
Color information
#9FEB7A (or 0x9FEB7A) is known color: Feijoa. HEX triplet: 9F, EB and 7A. RGB value is (159,235,122). Sum of RGB (Red+Green+Blue) = 159+235+122=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEB7A is #601485. Grayscale: #C7C7C7. Windows color (decimal): -6296710 or 8055711. OLE color: 8055711.
HSL color Cylindrical-coordinate representation of color #9FEB7A: hue angle of 100.35º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FEB7A is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 122 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.08 |
| HSL | 100.35º | 0.74% | 0.7% | - |
| HSV(B) | 100.35º | 0.48% | 0.92% | - |
| XYZ | 47.52 | 68.19 | 29.07 | - |
| YUV | 199.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 122 | 0.32 | 0 | 0.48 | 0.08 | 100.35 | 0.74 | 0.7 |
| Hex | 9F | EB | 7A | 20 | 0 | 30 | 8 | 64 | 4A | 46 |
| Octal | 237 | 353 | 172 | 40 | 0 | 60 | 10 | 144 | 112 | 106 |
| Binary | 10011111 | 11101011 | 1111010 | 100000 | 0 | 110000 | 1000 | 1100100 | 1001010 | 1000110 |
Color Harmonies of #9FEB7A
Complementary color
Monochromatic Colors of #9FEB7A
Black with #9FEB7A
Text Example
Text Example
White with #9FEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEB7A; }
p { color: rgb(159,235,122); }
H1.HeaderClassName
{
color: #9FEB7A;
}
.AnyTagClassName
{
color: #9FEB7A;
}
</style>
background-color css
<style>
a { background-color: #9FEB7A; }
a { background-color: rgb(159,235,122); }
div.DivClassName
{
background-color: #9FEB7A;
}
.BgClassName
{
background-color: #9FEB7A;
}
</style>
border-color css
<style>
span { border-color: #9FEB7A; }
span { border-color: rgb(159,235,122); }
td.TdClassName
{
border-color: #9FEB7A;
}
.TagClassName
{
border-color: #9FEB7A;
}
</style>