Shades of Feijoa #9FEF72
Tints of Feijoa #9FEF72
RGB
CMYK
RGB Variations
Color information
#9FEF72 (or 0x9FEF72) is known color: Feijoa. HEX triplet: 9F, EF and 72. RGB value is (159,239,114). Sum of RGB (Red+Green+Blue) = 159+239+114=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF72 is #60108D. Grayscale: #C9C9C9. Windows color (decimal): -6295694 or 7532447. OLE color: 7532447.
HSL color Cylindrical-coordinate representation of color #9FEF72: hue angle of 98.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FEF72 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 114 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.06 |
| HSL | 98.4º | 0.8% | 0.69% | - |
| HSV(B) | 98.4º | 0.52% | 0.94% | - |
| XYZ | 48.2 | 70.32 | 26.95 | - |
| YUV | 200.83 | 79 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 114 | 0.33 | 0 | 0.52 | 0.06 | 98.4 | 0.8 | 0.69 |
| Hex | 9F | EF | 72 | 21 | 0 | 34 | 6 | 62 | 50 | 45 |
| Octal | 237 | 357 | 162 | 41 | 0 | 64 | 6 | 142 | 120 | 105 |
| Binary | 10011111 | 11101111 | 1110010 | 100001 | 0 | 110100 | 110 | 1100010 | 1010000 | 1000101 |
Color Harmonies of #9FEF72
Complementary color
Monochromatic Colors of #9FEF72
Black with #9FEF72
Text Example
Text Example
White with #9FEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF72; }
p { color: rgb(159,239,114); }
H1.HeaderClassName
{
color: #9FEF72;
}
.AnyTagClassName
{
color: #9FEF72;
}
</style>
background-color css
<style>
a { background-color: #9FEF72; }
a { background-color: rgb(159,239,114); }
div.DivClassName
{
background-color: #9FEF72;
}
.BgClassName
{
background-color: #9FEF72;
}
</style>
border-color css
<style>
span { border-color: #9FEF72; }
span { border-color: rgb(159,239,114); }
td.TdClassName
{
border-color: #9FEF72;
}
.TagClassName
{
border-color: #9FEF72;
}
</style>