Shades of Feijoa #9EEB7B
Tints of Feijoa #9EEB7B
RGB
CMYK
RGB Variations
Color information
#9EEB7B (or 0x9EEB7B) is known color: Feijoa. HEX triplet: 9E, EB and 7B. RGB value is (158,235,123). Sum of RGB (Red+Green+Blue) = 158+235+123=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB7B is #611484. Grayscale: #C7C7C7. Windows color (decimal): -6362245 or 8121246. OLE color: 8121246.
HSL color Cylindrical-coordinate representation of color #9EEB7B: hue angle of 101.25º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EEB7B is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 123 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.08 |
| HSL | 101.25º | 0.74% | 0.7% | - |
| HSV(B) | 101.25º | 0.48% | 0.92% | - |
| XYZ | 47.38 | 68.12 | 29.39 | - |
| YUV | 199.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 123 | 0.33 | 0 | 0.48 | 0.08 | 101.25 | 0.74 | 0.7 |
| Hex | 9E | EB | 7B | 21 | 0 | 30 | 8 | 65 | 4A | 46 |
| Octal | 236 | 353 | 173 | 41 | 0 | 60 | 10 | 145 | 112 | 106 |
| Binary | 10011110 | 11101011 | 1111011 | 100001 | 0 | 110000 | 1000 | 1100101 | 1001010 | 1000110 |
Color Harmonies of #9EEB7B
Complementary color
Monochromatic Colors of #9EEB7B
Black with #9EEB7B
Text Example
Text Example
White with #9EEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEB7B; }
p { color: rgb(158,235,123); }
H1.HeaderClassName
{
color: #9EEB7B;
}
.AnyTagClassName
{
color: #9EEB7B;
}
</style>
background-color css
<style>
a { background-color: #9EEB7B; }
a { background-color: rgb(158,235,123); }
div.DivClassName
{
background-color: #9EEB7B;
}
.BgClassName
{
background-color: #9EEB7B;
}
</style>
border-color css
<style>
span { border-color: #9EEB7B; }
span { border-color: rgb(158,235,123); }
td.TdClassName
{
border-color: #9EEB7B;
}
.TagClassName
{
border-color: #9EEB7B;
}
</style>