Shades of Feijoa #9FEE74
Tints of Feijoa #9FEE74
RGB
CMYK
RGB Variations
Color information
#9FEE74 (or 0x9FEE74) is known color: Feijoa. HEX triplet: 9F, EE and 74. RGB value is (159,238,116). Sum of RGB (Red+Green+Blue) = 159+238+116=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEE74 is #60118B. Grayscale: #C8C8C8. Windows color (decimal): -6295948 or 7663263. OLE color: 7663263.
HSL color Cylindrical-coordinate representation of color #9FEE74: hue angle of 98.85º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FEE74 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 116 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.07 |
| HSL | 98.85º | 0.78% | 0.69% | - |
| HSV(B) | 98.85º | 0.51% | 0.93% | - |
| XYZ | 48.03 | 69.78 | 27.46 | - |
| YUV | 200.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 116 | 0.33 | 0 | 0.51 | 0.07 | 98.85 | 0.78 | 0.69 |
| Hex | 9F | EE | 74 | 21 | 0 | 33 | 7 | 63 | 4E | 45 |
| Octal | 237 | 356 | 164 | 41 | 0 | 63 | 7 | 143 | 116 | 105 |
| Binary | 10011111 | 11101110 | 1110100 | 100001 | 0 | 110011 | 111 | 1100011 | 1001110 | 1000101 |
Color Harmonies of #9FEE74
Complementary color
Monochromatic Colors of #9FEE74
Black with #9FEE74
Text Example
Text Example
White with #9FEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEE74; }
p { color: rgb(159,238,116); }
H1.HeaderClassName
{
color: #9FEE74;
}
.AnyTagClassName
{
color: #9FEE74;
}
</style>
background-color css
<style>
a { background-color: #9FEE74; }
a { background-color: rgb(159,238,116); }
div.DivClassName
{
background-color: #9FEE74;
}
.BgClassName
{
background-color: #9FEE74;
}
</style>
border-color css
<style>
span { border-color: #9FEE74; }
span { border-color: rgb(159,238,116); }
td.TdClassName
{
border-color: #9FEE74;
}
.TagClassName
{
border-color: #9FEE74;
}
</style>