Shades of Feijoa #9FE16E
Tints of Feijoa #9FE16E
RGB
CMYK
RGB Variations
Color information
#9FE16E (or 0x9FE16E) is known color: Feijoa. HEX triplet: 9F, E1 and 6E. RGB value is (159,225,110). Sum of RGB (Red+Green+Blue) = 159+225+110=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE16E is #601E91. Grayscale: #C0C0C0. Windows color (decimal): -6299282 or 7266719. OLE color: 7266719.
HSL color Cylindrical-coordinate representation of color #9FE16E: hue angle of 94.43º 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 #9FE16E is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 110 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.12 |
| HSL | 94.43º | 0.66% | 0.66% | - |
| HSV(B) | 94.43º | 0.51% | 0.88% | - |
| XYZ | 44.04 | 62.35 | 24.47 | - |
| YUV | 192.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 110 | 0.29 | 0 | 0.51 | 0.12 | 94.43 | 0.66 | 0.66 |
| Hex | 9F | E1 | 6E | 1D | 0 | 33 | C | 5E | 42 | 42 |
| Octal | 237 | 341 | 156 | 35 | 0 | 63 | 14 | 136 | 102 | 102 |
| Binary | 10011111 | 11100001 | 1101110 | 11101 | 0 | 110011 | 1100 | 1011110 | 1000010 | 1000010 |
Color Harmonies of #9FE16E
Complementary color
Monochromatic Colors of #9FE16E
Black with #9FE16E
Text Example
Text Example
White with #9FE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE16E; }
p { color: rgb(159,225,110); }
H1.HeaderClassName
{
color: #9FE16E;
}
.AnyTagClassName
{
color: #9FE16E;
}
</style>
background-color css
<style>
a { background-color: #9FE16E; }
a { background-color: rgb(159,225,110); }
div.DivClassName
{
background-color: #9FE16E;
}
.BgClassName
{
background-color: #9FE16E;
}
</style>
border-color css
<style>
span { border-color: #9FE16E; }
span { border-color: rgb(159,225,110); }
td.TdClassName
{
border-color: #9FE16E;
}
.TagClassName
{
border-color: #9FE16E;
}
</style>