Shades of Feijoa #9ED975
Tints of Feijoa #9ED975
RGB
CMYK
RGB Variations
Color information
#9ED975 (or 0x9ED975) is known color: Feijoa. HEX triplet: 9E, D9 and 75. RGB value is (158,217,117). Sum of RGB (Red+Green+Blue) = 158+217+117=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED975 is #61268A. Grayscale: #BCBCBC. Windows color (decimal): -6366859 or 7723422. OLE color: 7723422.
HSL color Cylindrical-coordinate representation of color #9ED975: hue angle of 95.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED975 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 117 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.15 |
| HSL | 95.4º | 0.57% | 0.65% | - |
| HSV(B) | 95.4º | 0.46% | 0.85% | - |
| XYZ | 42.12 | 58.18 | 25.84 | - |
| YUV | 187.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 117 | 0.27 | 0 | 0.46 | 0.15 | 95.4 | 0.57 | 0.65 |
| Hex | 9E | D9 | 75 | 1B | 0 | 2E | F | 5F | 39 | 41 |
| Octal | 236 | 331 | 165 | 33 | 0 | 56 | 17 | 137 | 71 | 101 |
| Binary | 10011110 | 11011001 | 1110101 | 11011 | 0 | 101110 | 1111 | 1011111 | 111001 | 1000001 |
Color Harmonies of #9ED975
Complementary color
Monochromatic Colors of #9ED975
Black with #9ED975
Text Example
Text Example
White with #9ED975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED975; }
p { color: rgb(158,217,117); }
H1.HeaderClassName
{
color: #9ED975;
}
.AnyTagClassName
{
color: #9ED975;
}
</style>
background-color css
<style>
a { background-color: #9ED975; }
a { background-color: rgb(158,217,117); }
div.DivClassName
{
background-color: #9ED975;
}
.BgClassName
{
background-color: #9ED975;
}
</style>
border-color css
<style>
span { border-color: #9ED975; }
span { border-color: rgb(158,217,117); }
td.TdClassName
{
border-color: #9ED975;
}
.TagClassName
{
border-color: #9ED975;
}
</style>