Shades of Feijoa #9FF16F
Tints of Feijoa #9FF16F
RGB
CMYK
RGB Variations
Color information
#9FF16F (or 0x9FF16F) is known color: Feijoa. HEX triplet: 9F, F1 and 6F. RGB value is (159,241,111). Sum of RGB (Red+Green+Blue) = 159+241+111=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF16F is #600E90. Grayscale: #CACACA. Windows color (decimal): -6295185 or 7336351. OLE color: 7336351.
HSL color Cylindrical-coordinate representation of color #9FF16F: hue angle of 97.85º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FF16F is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 111 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.05 |
| HSL | 97.85º | 0.82% | 0.69% | - |
| HSV(B) | 97.85º | 0.54% | 0.95% | - |
| XYZ | 48.62 | 71.43 | 26.26 | - |
| YUV | 201.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 111 | 0.34 | 0 | 0.54 | 0.05 | 97.85 | 0.82 | 0.69 |
| Hex | 9F | F1 | 6F | 22 | 0 | 36 | 5 | 62 | 52 | 45 |
| Octal | 237 | 361 | 157 | 42 | 0 | 66 | 5 | 142 | 122 | 105 |
| Binary | 10011111 | 11110001 | 1101111 | 100010 | 0 | 110110 | 101 | 1100010 | 1010010 | 1000101 |
Color Harmonies of #9FF16F
Complementary color
Monochromatic Colors of #9FF16F
Black with #9FF16F
Text Example
Text Example
White with #9FF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF16F; }
p { color: rgb(159,241,111); }
H1.HeaderClassName
{
color: #9FF16F;
}
.AnyTagClassName
{
color: #9FF16F;
}
</style>
background-color css
<style>
a { background-color: #9FF16F; }
a { background-color: rgb(159,241,111); }
div.DivClassName
{
background-color: #9FF16F;
}
.BgClassName
{
background-color: #9FF16F;
}
</style>
border-color css
<style>
span { border-color: #9FF16F; }
span { border-color: rgb(159,241,111); }
td.TdClassName
{
border-color: #9FF16F;
}
.TagClassName
{
border-color: #9FF16F;
}
</style>