Shades of Feijoa #9EE27C
Tints of Feijoa #9EE27C
RGB
CMYK
RGB Variations
Color information
#9EE27C (or 0x9EE27C) is known color: Feijoa. HEX triplet: 9E, E2 and 7C. RGB value is (158,226,124). Sum of RGB (Red+Green+Blue) = 158+226+124=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE27C is #611D83. Grayscale: #C2C2C2. Windows color (decimal): -6364548 or 8184478. OLE color: 8184478.
HSL color Cylindrical-coordinate representation of color #9EE27C: hue angle of 100º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EE27C is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 124 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.11 |
| HSL | 100º | 0.64% | 0.69% | - |
| HSV(B) | 100º | 0.45% | 0.89% | - |
| XYZ | 44.94 | 63.12 | 28.88 | - |
| YUV | 194.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 124 | 0.30 | 0 | 0.45 | 0.11 | 100 | 0.64 | 0.69 |
| Hex | 9E | E2 | 7C | 1E | 0 | 2D | B | 64 | 40 | 45 |
| Octal | 236 | 342 | 174 | 36 | 0 | 55 | 13 | 144 | 100 | 105 |
| Binary | 10011110 | 11100010 | 1111100 | 11110 | 0 | 101101 | 1011 | 1100100 | 1000000 | 1000101 |
Color Harmonies of #9EE27C
Complementary color
Monochromatic Colors of #9EE27C
Black with #9EE27C
Text Example
Text Example
White with #9EE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE27C; }
p { color: rgb(158,226,124); }
H1.HeaderClassName
{
color: #9EE27C;
}
.AnyTagClassName
{
color: #9EE27C;
}
</style>
background-color css
<style>
a { background-color: #9EE27C; }
a { background-color: rgb(158,226,124); }
div.DivClassName
{
background-color: #9EE27C;
}
.BgClassName
{
background-color: #9EE27C;
}
</style>
border-color css
<style>
span { border-color: #9EE27C; }
span { border-color: rgb(158,226,124); }
td.TdClassName
{
border-color: #9EE27C;
}
.TagClassName
{
border-color: #9EE27C;
}
</style>