Shades of Feijoa #9EFB6D
Tints of Feijoa #9EFB6D
RGB
CMYK
RGB Variations
Color information
#9EFB6D (or 0x9EFB6D) is known color: Feijoa. HEX triplet: 9E, FB and 6D. RGB value is (158,251,109). Sum of RGB (Red+Green+Blue) = 158+251+109=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB6D is #610492. Grayscale: #CFCFCF. Windows color (decimal): -6358163 or 7207838. OLE color: 7207838.
HSL color Cylindrical-coordinate representation of color #9EFB6D: hue angle of 99.3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EFB6D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 109 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.02 |
| HSL | 99.3º | 0.95% | 0.71% | - |
| HSV(B) | 99.3º | 0.57% | 0.98% | - |
| XYZ | 51.36 | 77.37 | 26.69 | - |
| YUV | 207.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 109 | 0.37 | 0 | 0.57 | 0.02 | 99.3 | 0.95 | 0.71 |
| Hex | 9E | FB | 6D | 25 | 0 | 39 | 2 | 63 | 5F | 47 |
| Octal | 236 | 373 | 155 | 45 | 0 | 71 | 2 | 143 | 137 | 107 |
| Binary | 10011110 | 11111011 | 1101101 | 100101 | 0 | 111001 | 10 | 1100011 | 1011111 | 1000111 |
Color Harmonies of #9EFB6D
Complementary color
Monochromatic Colors of #9EFB6D
Black with #9EFB6D
Text Example
Text Example
White with #9EFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB6D; }
p { color: rgb(158,251,109); }
H1.HeaderClassName
{
color: #9EFB6D;
}
.AnyTagClassName
{
color: #9EFB6D;
}
</style>
background-color css
<style>
a { background-color: #9EFB6D; }
a { background-color: rgb(158,251,109); }
div.DivClassName
{
background-color: #9EFB6D;
}
.BgClassName
{
background-color: #9EFB6D;
}
</style>
border-color css
<style>
span { border-color: #9EFB6D; }
span { border-color: rgb(158,251,109); }
td.TdClassName
{
border-color: #9EFB6D;
}
.TagClassName
{
border-color: #9EFB6D;
}
</style>