Shades of Feijoa #9FF16B
Tints of Feijoa #9FF16B
RGB
CMYK
RGB Variations
Color information
#9FF16B (or 0x9FF16B) is known color: Feijoa. HEX triplet: 9F, F1 and 6B. RGB value is (159,241,107). Sum of RGB (Red+Green+Blue) = 159+241+107=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF16B is #600E94. Grayscale: #C9C9C9. Windows color (decimal): -6295189 or 7074207. OLE color: 7074207.
HSL color Cylindrical-coordinate representation of color #9FF16B: hue angle of 96.72º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FF16B is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 107 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.05 |
| HSL | 96.72º | 0.83% | 0.68% | - |
| HSV(B) | 96.72º | 0.56% | 0.95% | - |
| XYZ | 48.41 | 71.34 | 25.13 | - |
| YUV | 201.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 107 | 0.34 | 0 | 0.56 | 0.05 | 96.72 | 0.83 | 0.68 |
| Hex | 9F | F1 | 6B | 22 | 0 | 38 | 5 | 61 | 53 | 44 |
| Octal | 237 | 361 | 153 | 42 | 0 | 70 | 5 | 141 | 123 | 104 |
| Binary | 10011111 | 11110001 | 1101011 | 100010 | 0 | 111000 | 101 | 1100001 | 1010011 | 1000100 |
Color Harmonies of #9FF16B
Complementary color
Monochromatic Colors of #9FF16B
Black with #9FF16B
Text Example
Text Example
White with #9FF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF16B; }
p { color: rgb(159,241,107); }
H1.HeaderClassName
{
color: #9FF16B;
}
.AnyTagClassName
{
color: #9FF16B;
}
</style>
background-color css
<style>
a { background-color: #9FF16B; }
a { background-color: rgb(159,241,107); }
div.DivClassName
{
background-color: #9FF16B;
}
.BgClassName
{
background-color: #9FF16B;
}
</style>
border-color css
<style>
span { border-color: #9FF16B; }
span { border-color: rgb(159,241,107); }
td.TdClassName
{
border-color: #9FF16B;
}
.TagClassName
{
border-color: #9FF16B;
}
</style>