Shades of Feijoa #9ED671
Tints of Feijoa #9ED671
RGB
CMYK
RGB Variations
Color information
#9ED671 (or 0x9ED671) is known color: Feijoa. HEX triplet: 9E, D6 and 71. RGB value is (158,214,113). Sum of RGB (Red+Green+Blue) = 158+214+113=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED671 is #61298E. Grayscale: #BABABA. Windows color (decimal): -6367631 or 7460510. OLE color: 7460510.
HSL color Cylindrical-coordinate representation of color #9ED671: hue angle of 93.27º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ED671 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 113 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.16 |
| HSL | 93.27º | 0.55% | 0.64% | - |
| HSV(B) | 93.27º | 0.47% | 0.84% | - |
| XYZ | 41.13 | 56.55 | 24.37 | - |
| YUV | 185.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 113 | 0.26 | 0 | 0.47 | 0.16 | 93.27 | 0.55 | 0.64 |
| Hex | 9E | D6 | 71 | 1A | 0 | 2F | 10 | 5D | 37 | 40 |
| Octal | 236 | 326 | 161 | 32 | 0 | 57 | 20 | 135 | 67 | 100 |
| Binary | 10011110 | 11010110 | 1110001 | 11010 | 0 | 101111 | 10000 | 1011101 | 110111 | 1000000 |
Color Harmonies of #9ED671
Complementary color
Monochromatic Colors of #9ED671
Black with #9ED671
Text Example
Text Example
White with #9ED671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED671; }
p { color: rgb(158,214,113); }
H1.HeaderClassName
{
color: #9ED671;
}
.AnyTagClassName
{
color: #9ED671;
}
</style>
background-color css
<style>
a { background-color: #9ED671; }
a { background-color: rgb(158,214,113); }
div.DivClassName
{
background-color: #9ED671;
}
.BgClassName
{
background-color: #9ED671;
}
</style>
border-color css
<style>
span { border-color: #9ED671; }
span { border-color: rgb(158,214,113); }
td.TdClassName
{
border-color: #9ED671;
}
.TagClassName
{
border-color: #9ED671;
}
</style>