Shades of Feijoa #9EFE6E
Tints of Feijoa #9EFE6E
RGB
CMYK
RGB Variations
Color information
#9EFE6E (or 0x9EFE6E) is known color: Feijoa. HEX triplet: 9E, FE and 6E. RGB value is (158,254,110). Sum of RGB (Red+Green+Blue) = 158+254+110=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE6E is #610191. Grayscale: #D1D1D1. Windows color (decimal): -6357394 or 7274142. OLE color: 7274142.
HSL color Cylindrical-coordinate representation of color #9EFE6E: hue angle of 100º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EFE6E is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 110 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.00 |
| HSL | 100º | 0.99% | 0.71% | - |
| HSV(B) | 100º | 0.57% | 1% | - |
| XYZ | 52.36 | 79.28 | 27.29 | - |
| YUV | 208.88 | 72.2 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 110 | 0.38 | 0 | 0.57 | 0.00 | 100 | 0.99 | 0.71 |
| Hex | 9E | FE | 6E | 26 | 0 | 39 | 0 | 64 | 63 | 47 |
| Octal | 236 | 376 | 156 | 46 | 0 | 71 | 0 | 144 | 143 | 107 |
| Binary | 10011110 | 11111110 | 1101110 | 100110 | 0 | 111001 | 0 | 1100100 | 1100011 | 1000111 |
Color Harmonies of #9EFE6E
Complementary color
Monochromatic Colors of #9EFE6E
Black with #9EFE6E
Text Example
Text Example
White with #9EFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE6E; }
p { color: rgb(158,254,110); }
H1.HeaderClassName
{
color: #9EFE6E;
}
.AnyTagClassName
{
color: #9EFE6E;
}
</style>
background-color css
<style>
a { background-color: #9EFE6E; }
a { background-color: rgb(158,254,110); }
div.DivClassName
{
background-color: #9EFE6E;
}
.BgClassName
{
background-color: #9EFE6E;
}
</style>
border-color css
<style>
span { border-color: #9EFE6E; }
span { border-color: rgb(158,254,110); }
td.TdClassName
{
border-color: #9EFE6E;
}
.TagClassName
{
border-color: #9EFE6E;
}
</style>