Shades of Feijoa #9EF37A
Tints of Feijoa #9EF37A
RGB
CMYK
RGB Variations
Color information
#9EF37A (or 0x9EF37A) is known color: Feijoa. HEX triplet: 9E, F3 and 7A. RGB value is (158,243,122). Sum of RGB (Red+Green+Blue) = 158+243+122=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF37A is #610C85. Grayscale: #CCCCCC. Windows color (decimal): -6360198 or 8057758. OLE color: 8057758.
HSL color Cylindrical-coordinate representation of color #9EF37A: hue angle of 102.15º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EF37A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 122 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.05 |
| HSL | 102.15º | 0.83% | 0.72% | - |
| HSV(B) | 102.15º | 0.5% | 0.95% | - |
| XYZ | 49.66 | 72.78 | 29.84 | - |
| YUV | 203.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 122 | 0.35 | 0 | 0.50 | 0.05 | 102.15 | 0.83 | 0.72 |
| Hex | 9E | F3 | 7A | 23 | 0 | 32 | 5 | 66 | 53 | 48 |
| Octal | 236 | 363 | 172 | 43 | 0 | 62 | 5 | 146 | 123 | 110 |
| Binary | 10011110 | 11110011 | 1111010 | 100011 | 0 | 110010 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #9EF37A
Complementary color
Monochromatic Colors of #9EF37A
Black with #9EF37A
Text Example
Text Example
White with #9EF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF37A; }
p { color: rgb(158,243,122); }
H1.HeaderClassName
{
color: #9EF37A;
}
.AnyTagClassName
{
color: #9EF37A;
}
</style>
background-color css
<style>
a { background-color: #9EF37A; }
a { background-color: rgb(158,243,122); }
div.DivClassName
{
background-color: #9EF37A;
}
.BgClassName
{
background-color: #9EF37A;
}
</style>
border-color css
<style>
span { border-color: #9EF37A; }
span { border-color: rgb(158,243,122); }
td.TdClassName
{
border-color: #9EF37A;
}
.TagClassName
{
border-color: #9EF37A;
}
</style>