Shades of Feijoa #9EF76B
Tints of Feijoa #9EF76B
RGB
CMYK
RGB Variations
Color information
#9EF76B (or 0x9EF76B) is known color: Feijoa. HEX triplet: 9E, F7 and 6B. RGB value is (158,247,107). Sum of RGB (Red+Green+Blue) = 158+247+107=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF76B is #610894. Grayscale: #CCCCCC. Windows color (decimal): -6359189 or 7075742. OLE color: 7075742.
HSL color Cylindrical-coordinate representation of color #9EF76B: hue angle of 98.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EF76B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 247 | 107 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.03 |
| HSL | 98.14º | 0.9% | 0.69% | - |
| HSV(B) | 98.14º | 0.57% | 0.97% | - |
| XYZ | 50.02 | 74.85 | 25.72 | - |
| YUV | 204.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 247 | 107 | 0.36 | 0 | 0.57 | 0.03 | 98.14 | 0.9 | 0.69 |
| Hex | 9E | F7 | 6B | 24 | 0 | 39 | 3 | 62 | 5A | 45 |
| Octal | 236 | 367 | 153 | 44 | 0 | 71 | 3 | 142 | 132 | 105 |
| Binary | 10011110 | 11110111 | 1101011 | 100100 | 0 | 111001 | 11 | 1100010 | 1011010 | 1000101 |
Color Harmonies of #9EF76B
Complementary color
Monochromatic Colors of #9EF76B
Black with #9EF76B
Text Example
Text Example
White with #9EF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF76B; }
p { color: rgb(158,247,107); }
H1.HeaderClassName
{
color: #9EF76B;
}
.AnyTagClassName
{
color: #9EF76B;
}
</style>
background-color css
<style>
a { background-color: #9EF76B; }
a { background-color: rgb(158,247,107); }
div.DivClassName
{
background-color: #9EF76B;
}
.BgClassName
{
background-color: #9EF76B;
}
</style>
border-color css
<style>
span { border-color: #9EF76B; }
span { border-color: rgb(158,247,107); }
td.TdClassName
{
border-color: #9EF76B;
}
.TagClassName
{
border-color: #9EF76B;
}
</style>