Shades of Feijoa #9FFE6D
Tints of Feijoa #9FFE6D
RGB
CMYK
RGB Variations
Color information
#9FFE6D (or 0x9FFE6D) is known color: Feijoa. HEX triplet: 9F, FE and 6D. RGB value is (159,254,109). Sum of RGB (Red+Green+Blue) = 159+254+109=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE6D is #600192. Grayscale: #D1D1D1. Windows color (decimal): -6291859 or 7208607. OLE color: 7208607.
HSL color Cylindrical-coordinate representation of color #9FFE6D: hue angle of 99.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FFE6D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 109 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.00 |
| HSL | 99.31º | 0.99% | 0.71% | - |
| HSV(B) | 99.31º | 0.57% | 1% | - |
| XYZ | 52.5 | 79.36 | 27.02 | - |
| YUV | 209.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 109 | 0.37 | 0 | 0.57 | 0.00 | 99.31 | 0.99 | 0.71 |
| Hex | 9F | FE | 6D | 25 | 0 | 39 | 0 | 63 | 63 | 47 |
| Octal | 237 | 376 | 155 | 45 | 0 | 71 | 0 | 143 | 143 | 107 |
| Binary | 10011111 | 11111110 | 1101101 | 100101 | 0 | 111001 | 0 | 1100011 | 1100011 | 1000111 |
Color Harmonies of #9FFE6D
Complementary color
Monochromatic Colors of #9FFE6D
Black with #9FFE6D
Text Example
Text Example
White with #9FFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE6D; }
p { color: rgb(159,254,109); }
H1.HeaderClassName
{
color: #9FFE6D;
}
.AnyTagClassName
{
color: #9FFE6D;
}
</style>
background-color css
<style>
a { background-color: #9FFE6D; }
a { background-color: rgb(159,254,109); }
div.DivClassName
{
background-color: #9FFE6D;
}
.BgClassName
{
background-color: #9FFE6D;
}
</style>
border-color css
<style>
span { border-color: #9FFE6D; }
span { border-color: rgb(159,254,109); }
td.TdClassName
{
border-color: #9FFE6D;
}
.TagClassName
{
border-color: #9FFE6D;
}
</style>