Shades of Feijoa #9FEF70
Tints of Feijoa #9FEF70
RGB
CMYK
RGB Variations
Color information
#9FEF70 (or 0x9FEF70) is known color: Feijoa. HEX triplet: 9F, EF and 70. RGB value is (159,239,112). Sum of RGB (Red+Green+Blue) = 159+239+112=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF70 is #60108F. Grayscale: #C9C9C9. Windows color (decimal): -6295696 or 7401375. OLE color: 7401375.
HSL color Cylindrical-coordinate representation of color #9FEF70: hue angle of 97.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FEF70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 112 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.06 |
| HSL | 97.8º | 0.8% | 0.69% | - |
| HSV(B) | 97.8º | 0.53% | 0.94% | - |
| XYZ | 48.09 | 70.27 | 26.36 | - |
| YUV | 200.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 112 | 0.33 | 0 | 0.53 | 0.06 | 97.8 | 0.8 | 0.69 |
| Hex | 9F | EF | 70 | 21 | 0 | 35 | 6 | 62 | 50 | 45 |
| Octal | 237 | 357 | 160 | 41 | 0 | 65 | 6 | 142 | 120 | 105 |
| Binary | 10011111 | 11101111 | 1110000 | 100001 | 0 | 110101 | 110 | 1100010 | 1010000 | 1000101 |
Color Harmonies of #9FEF70
Complementary color
Monochromatic Colors of #9FEF70
Black with #9FEF70
Text Example
Text Example
White with #9FEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF70; }
p { color: rgb(159,239,112); }
H1.HeaderClassName
{
color: #9FEF70;
}
.AnyTagClassName
{
color: #9FEF70;
}
</style>
background-color css
<style>
a { background-color: #9FEF70; }
a { background-color: rgb(159,239,112); }
div.DivClassName
{
background-color: #9FEF70;
}
.BgClassName
{
background-color: #9FEF70;
}
</style>
border-color css
<style>
span { border-color: #9FEF70; }
span { border-color: rgb(159,239,112); }
td.TdClassName
{
border-color: #9FEF70;
}
.TagClassName
{
border-color: #9FEF70;
}
</style>