Shades of Feijoa #9EF37B
Tints of Feijoa #9EF37B
RGB
CMYK
RGB Variations
Color information
#9EF37B (or 0x9EF37B) is known color: Feijoa. HEX triplet: 9E, F3 and 7B. RGB value is (158,243,123). Sum of RGB (Red+Green+Blue) = 158+243+123=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF37B is #610C84. Grayscale: #CCCCCC. Windows color (decimal): -6360197 or 8123294. OLE color: 8123294.
HSL color Cylindrical-coordinate representation of color #9EF37B: hue angle of 102.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EF37B is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 123 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.05 |
| HSL | 102.5º | 0.83% | 0.72% | - |
| HSV(B) | 102.5º | 0.49% | 0.95% | - |
| XYZ | 49.73 | 72.8 | 30.17 | - |
| YUV | 203.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 123 | 0.35 | 0 | 0.49 | 0.05 | 102.5 | 0.83 | 0.72 |
| Hex | 9E | F3 | 7B | 23 | 0 | 31 | 5 | 66 | 53 | 48 |
| Octal | 236 | 363 | 173 | 43 | 0 | 61 | 5 | 146 | 123 | 110 |
| Binary | 10011110 | 11110011 | 1111011 | 100011 | 0 | 110001 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #9EF37B
Complementary color
Monochromatic Colors of #9EF37B
Black with #9EF37B
Text Example
Text Example
White with #9EF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF37B; }
p { color: rgb(158,243,123); }
H1.HeaderClassName
{
color: #9EF37B;
}
.AnyTagClassName
{
color: #9EF37B;
}
</style>
background-color css
<style>
a { background-color: #9EF37B; }
a { background-color: rgb(158,243,123); }
div.DivClassName
{
background-color: #9EF37B;
}
.BgClassName
{
background-color: #9EF37B;
}
</style>
border-color css
<style>
span { border-color: #9EF37B; }
span { border-color: rgb(158,243,123); }
td.TdClassName
{
border-color: #9EF37B;
}
.TagClassName
{
border-color: #9EF37B;
}
</style>