Shades of Feijoa #9FF071
Tints of Feijoa #9FF071
RGB
CMYK
RGB Variations
Color information
#9FF071 (or 0x9FF071) is known color: Feijoa. HEX triplet: 9F, F0 and 71. RGB value is (159,240,113). Sum of RGB (Red+Green+Blue) = 159+240+113=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF071 is #600F8E. Grayscale: #C9C9C9. Windows color (decimal): -6295439 or 7467167. OLE color: 7467167.
HSL color Cylindrical-coordinate representation of color #9FF071: hue angle of 98.27º degrees, saturation: 0.81, 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 #9FF071 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 113 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.06 |
| HSL | 98.27º | 0.81% | 0.69% | - |
| HSV(B) | 98.27º | 0.53% | 0.94% | - |
| XYZ | 48.44 | 70.88 | 26.75 | - |
| YUV | 201.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 113 | 0.34 | 0 | 0.53 | 0.06 | 98.27 | 0.81 | 0.69 |
| Hex | 9F | F0 | 71 | 22 | 0 | 35 | 6 | 62 | 51 | 45 |
| Octal | 237 | 360 | 161 | 42 | 0 | 65 | 6 | 142 | 121 | 105 |
| Binary | 10011111 | 11110000 | 1110001 | 100010 | 0 | 110101 | 110 | 1100010 | 1010001 | 1000101 |
Color Harmonies of #9FF071
Complementary color
Monochromatic Colors of #9FF071
Black with #9FF071
Text Example
Text Example
White with #9FF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF071; }
p { color: rgb(159,240,113); }
H1.HeaderClassName
{
color: #9FF071;
}
.AnyTagClassName
{
color: #9FF071;
}
</style>
background-color css
<style>
a { background-color: #9FF071; }
a { background-color: rgb(159,240,113); }
div.DivClassName
{
background-color: #9FF071;
}
.BgClassName
{
background-color: #9FF071;
}
</style>
border-color css
<style>
span { border-color: #9FF071; }
span { border-color: rgb(159,240,113); }
td.TdClassName
{
border-color: #9FF071;
}
.TagClassName
{
border-color: #9FF071;
}
</style>