Shades of Feijoa #9EF37D
Tints of Feijoa #9EF37D
RGB
CMYK
RGB Variations
Color information
#9EF37D (or 0x9EF37D) is known color: Feijoa. HEX triplet: 9E, F3 and 7D. RGB value is (158,243,125). Sum of RGB (Red+Green+Blue) = 158+243+125=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF37D is #610C82. Grayscale: #CCCCCC. Windows color (decimal): -6360195 or 8254366. OLE color: 8254366.
HSL color Cylindrical-coordinate representation of color #9EF37D: hue angle of 103.22º 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 #9EF37D is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 125 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.05 |
| HSL | 103.22º | 0.83% | 0.72% | - |
| HSV(B) | 103.22º | 0.49% | 0.95% | - |
| XYZ | 49.85 | 72.85 | 30.84 | - |
| YUV | 204.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 125 | 0.35 | 0 | 0.49 | 0.05 | 103.22 | 0.83 | 0.72 |
| Hex | 9E | F3 | 7D | 23 | 0 | 31 | 5 | 67 | 53 | 48 |
| Octal | 236 | 363 | 175 | 43 | 0 | 61 | 5 | 147 | 123 | 110 |
| Binary | 10011110 | 11110011 | 1111101 | 100011 | 0 | 110001 | 101 | 1100111 | 1010011 | 1001000 |
Color Harmonies of #9EF37D
Complementary color
Monochromatic Colors of #9EF37D
Black with #9EF37D
Text Example
Text Example
White with #9EF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF37D; }
p { color: rgb(158,243,125); }
H1.HeaderClassName
{
color: #9EF37D;
}
.AnyTagClassName
{
color: #9EF37D;
}
</style>
background-color css
<style>
a { background-color: #9EF37D; }
a { background-color: rgb(158,243,125); }
div.DivClassName
{
background-color: #9EF37D;
}
.BgClassName
{
background-color: #9EF37D;
}
</style>
border-color css
<style>
span { border-color: #9EF37D; }
span { border-color: rgb(158,243,125); }
td.TdClassName
{
border-color: #9EF37D;
}
.TagClassName
{
border-color: #9EF37D;
}
</style>