Shades of Feijoa #9EFE6A
Tints of Feijoa #9EFE6A
RGB
CMYK
RGB Variations
Color information
#9EFE6A (or 0x9EFE6A) is known color: Feijoa. HEX triplet: 9E, FE and 6A. RGB value is (158,254,106). Sum of RGB (Red+Green+Blue) = 158+254+106=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE6A is #610195. Grayscale: #D0D0D0. Windows color (decimal): -6357398 or 7011998. OLE color: 7011998.
HSL color Cylindrical-coordinate representation of color #9EFE6A: hue angle of 98.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFE6A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 106 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.00 |
| HSL | 98.92º | 0.99% | 0.71% | - |
| HSV(B) | 98.92º | 0.58% | 1% | - |
| XYZ | 52.14 | 79.19 | 26.17 | - |
| YUV | 208.42 | 70.2 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 106 | 0.38 | 0 | 0.58 | 0.00 | 98.92 | 0.99 | 0.71 |
| Hex | 9E | FE | 6A | 26 | 0 | 3A | 0 | 63 | 63 | 47 |
| Octal | 236 | 376 | 152 | 46 | 0 | 72 | 0 | 143 | 143 | 107 |
| Binary | 10011110 | 11111110 | 1101010 | 100110 | 0 | 111010 | 0 | 1100011 | 1100011 | 1000111 |
Color Harmonies of #9EFE6A
Complementary color
Monochromatic Colors of #9EFE6A
Black with #9EFE6A
Text Example
Text Example
White with #9EFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE6A; }
p { color: rgb(158,254,106); }
H1.HeaderClassName
{
color: #9EFE6A;
}
.AnyTagClassName
{
color: #9EFE6A;
}
</style>
background-color css
<style>
a { background-color: #9EFE6A; }
a { background-color: rgb(158,254,106); }
div.DivClassName
{
background-color: #9EFE6A;
}
.BgClassName
{
background-color: #9EFE6A;
}
</style>
border-color css
<style>
span { border-color: #9EFE6A; }
span { border-color: rgb(158,254,106); }
td.TdClassName
{
border-color: #9EFE6A;
}
.TagClassName
{
border-color: #9EFE6A;
}
</style>