Shades of Feijoa #9ED76A
Tints of Feijoa #9ED76A
RGB
CMYK
RGB Variations
Color information
#9ED76A (or 0x9ED76A) is known color: Feijoa. HEX triplet: 9E, D7 and 6A. RGB value is (158,215,106). Sum of RGB (Red+Green+Blue) = 158+215+106=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED76A is #612895. Grayscale: #B9B9B9. Windows color (decimal): -6367382 or 7002014. OLE color: 7002014.
HSL color Cylindrical-coordinate representation of color #9ED76A: hue angle of 91.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED76A is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 106 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.16 |
| HSL | 91.38º | 0.58% | 0.63% | - |
| HSV(B) | 91.38º | 0.51% | 0.84% | - |
| XYZ | 41 | 56.91 | 22.46 | - |
| YUV | 185.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 106 | 0.27 | 0 | 0.51 | 0.16 | 91.38 | 0.58 | 0.63 |
| Hex | 9E | D7 | 6A | 1B | 0 | 33 | 10 | 5B | 3A | 3F |
| Octal | 236 | 327 | 152 | 33 | 0 | 63 | 20 | 133 | 72 | 77 |
| Binary | 10011110 | 11010111 | 1101010 | 11011 | 0 | 110011 | 10000 | 1011011 | 111010 | 111111 |
Color Harmonies of #9ED76A
Complementary color
Monochromatic Colors of #9ED76A
Black with #9ED76A
Text Example
Text Example
White with #9ED76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED76A; }
p { color: rgb(158,215,106); }
H1.HeaderClassName
{
color: #9ED76A;
}
.AnyTagClassName
{
color: #9ED76A;
}
</style>
background-color css
<style>
a { background-color: #9ED76A; }
a { background-color: rgb(158,215,106); }
div.DivClassName
{
background-color: #9ED76A;
}
.BgClassName
{
background-color: #9ED76A;
}
</style>
border-color css
<style>
span { border-color: #9ED76A; }
span { border-color: rgb(158,215,106); }
td.TdClassName
{
border-color: #9ED76A;
}
.TagClassName
{
border-color: #9ED76A;
}
</style>