Shades of Feijoa #9FE16F
Tints of Feijoa #9FE16F
RGB
CMYK
RGB Variations
Color information
#9FE16F (or 0x9FE16F) is known color: Feijoa. HEX triplet: 9F, E1 and 6F. RGB value is (159,225,111). Sum of RGB (Red+Green+Blue) = 159+225+111=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE16F is #601E90. Grayscale: #C0C0C0. Windows color (decimal): -6299281 or 7332255. OLE color: 7332255.
HSL color Cylindrical-coordinate representation of color #9FE16F: hue angle of 94.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FE16F is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 111 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.12 |
| HSL | 94.74º | 0.66% | 0.66% | - |
| HSV(B) | 94.74º | 0.51% | 0.88% | - |
| XYZ | 44.09 | 62.37 | 24.75 | - |
| YUV | 192.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 111 | 0.29 | 0 | 0.51 | 0.12 | 94.74 | 0.66 | 0.66 |
| Hex | 9F | E1 | 6F | 1D | 0 | 33 | C | 5F | 42 | 42 |
| Octal | 237 | 341 | 157 | 35 | 0 | 63 | 14 | 137 | 102 | 102 |
| Binary | 10011111 | 11100001 | 1101111 | 11101 | 0 | 110011 | 1100 | 1011111 | 1000010 | 1000010 |
Color Harmonies of #9FE16F
Complementary color
Monochromatic Colors of #9FE16F
Black with #9FE16F
Text Example
Text Example
White with #9FE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE16F; }
p { color: rgb(159,225,111); }
H1.HeaderClassName
{
color: #9FE16F;
}
.AnyTagClassName
{
color: #9FE16F;
}
</style>
background-color css
<style>
a { background-color: #9FE16F; }
a { background-color: rgb(159,225,111); }
div.DivClassName
{
background-color: #9FE16F;
}
.BgClassName
{
background-color: #9FE16F;
}
</style>
border-color css
<style>
span { border-color: #9FE16F; }
span { border-color: rgb(159,225,111); }
td.TdClassName
{
border-color: #9FE16F;
}
.TagClassName
{
border-color: #9FE16F;
}
</style>