Shades of Feijoa #9EDF7E
Tints of Feijoa #9EDF7E
RGB
CMYK
RGB Variations
Color information
#9EDF7E (or 0x9EDF7E) is known color: Feijoa. HEX triplet: 9E, DF and 7E. RGB value is (158,223,126). Sum of RGB (Red+Green+Blue) = 158+223+126=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF7E is #612081. Grayscale: #C0C0C0. Windows color (decimal): -6365314 or 8314782. OLE color: 8314782.
HSL color Cylindrical-coordinate representation of color #9EDF7E: hue angle of 100.21º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EDF7E is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 126 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.13 |
| HSL | 100.21º | 0.6% | 0.68% | - |
| HSV(B) | 100.21º | 0.43% | 0.87% | - |
| XYZ | 44.25 | 61.55 | 29.29 | - |
| YUV | 192.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 126 | 0.29 | 0 | 0.43 | 0.13 | 100.21 | 0.6 | 0.68 |
| Hex | 9E | DF | 7E | 1D | 0 | 2B | D | 64 | 3C | 44 |
| Octal | 236 | 337 | 176 | 35 | 0 | 53 | 15 | 144 | 74 | 104 |
| Binary | 10011110 | 11011111 | 1111110 | 11101 | 0 | 101011 | 1101 | 1100100 | 111100 | 1000100 |
Color Harmonies of #9EDF7E
Complementary color
Monochromatic Colors of #9EDF7E
Black with #9EDF7E
Text Example
Text Example
White with #9EDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF7E; }
p { color: rgb(158,223,126); }
H1.HeaderClassName
{
color: #9EDF7E;
}
.AnyTagClassName
{
color: #9EDF7E;
}
</style>
background-color css
<style>
a { background-color: #9EDF7E; }
a { background-color: rgb(158,223,126); }
div.DivClassName
{
background-color: #9EDF7E;
}
.BgClassName
{
background-color: #9EDF7E;
}
</style>
border-color css
<style>
span { border-color: #9EDF7E; }
span { border-color: rgb(158,223,126); }
td.TdClassName
{
border-color: #9EDF7E;
}
.TagClassName
{
border-color: #9EDF7E;
}
</style>