Shades of Feijoa #9EFF6D
Tints of Feijoa #9EFF6D
RGB
CMYK
RGB Variations
Color information
#9EFF6D (or 0x9EFF6D) is known color: Feijoa. HEX triplet: 9E, FF and 6D. RGB value is (158,255,109). Sum of RGB (Red+Green+Blue) = 158+255+109=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF6D is #610092. Grayscale: #D1D1D1. Windows color (decimal): -6357139 or 7208862. OLE color: 7208862.
HSL color Cylindrical-coordinate representation of color #9EFF6D: hue angle of 99.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EFF6D is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 109 | - |
| CMYK | 0.38 | 0 | 0.57 | 0 |
| HSL | 99.86º | 1% | 0.71% | - |
| HSV(B) | 99.86º | 0.57% | 1% | - |
| XYZ | 52.62 | 79.89 | 27.12 | - |
| YUV | 209.35 | 71.36 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 109 | 0.38 | 0 | 0.57 | 0 | 99.86 | 1 | 0.71 |
| Hex | 9E | FF | 6D | 26 | 0 | 39 | 0 | 64 | 64 | 47 |
| Octal | 236 | 377 | 155 | 46 | 0 | 71 | 0 | 144 | 144 | 107 |
| Binary | 10011110 | 11111111 | 1101101 | 100110 | 0 | 111001 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9EFF6D
Complementary color
Monochromatic Colors of #9EFF6D
Black with #9EFF6D
Text Example
Text Example
White with #9EFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF6D; }
p { color: rgb(158,255,109); }
H1.HeaderClassName
{
color: #9EFF6D;
}
.AnyTagClassName
{
color: #9EFF6D;
}
</style>
background-color css
<style>
a { background-color: #9EFF6D; }
a { background-color: rgb(158,255,109); }
div.DivClassName
{
background-color: #9EFF6D;
}
.BgClassName
{
background-color: #9EFF6D;
}
</style>
border-color css
<style>
span { border-color: #9EFF6D; }
span { border-color: rgb(158,255,109); }
td.TdClassName
{
border-color: #9EFF6D;
}
.TagClassName
{
border-color: #9EFF6D;
}
</style>