Shades of Feijoa #9EED6B
Tints of Feijoa #9EED6B
RGB
CMYK
RGB Variations
Color information
#9EED6B (or 0x9EED6B) is known color: Feijoa. HEX triplet: 9E, ED and 6B. RGB value is (158,237,107). Sum of RGB (Red+Green+Blue) = 158+237+107=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED6B is #611294. Grayscale: #C7C7C7. Windows color (decimal): -6361749 or 7073182. OLE color: 7073182.
HSL color Cylindrical-coordinate representation of color #9EED6B: hue angle of 96.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EED6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 107 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.07 |
| HSL | 96.46º | 0.78% | 0.67% | - |
| HSV(B) | 96.46º | 0.55% | 0.93% | - |
| XYZ | 47.04 | 68.9 | 24.73 | - |
| YUV | 198.56 | 76.33 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 107 | 0.33 | 0 | 0.55 | 0.07 | 96.46 | 0.78 | 0.67 |
| Hex | 9E | ED | 6B | 21 | 0 | 37 | 7 | 60 | 4E | 43 |
| Octal | 236 | 355 | 153 | 41 | 0 | 67 | 7 | 140 | 116 | 103 |
| Binary | 10011110 | 11101101 | 1101011 | 100001 | 0 | 110111 | 111 | 1100000 | 1001110 | 1000011 |
Color Harmonies of #9EED6B
Complementary color
Monochromatic Colors of #9EED6B
Black with #9EED6B
Text Example
Text Example
White with #9EED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED6B; }
p { color: rgb(158,237,107); }
H1.HeaderClassName
{
color: #9EED6B;
}
.AnyTagClassName
{
color: #9EED6B;
}
</style>
background-color css
<style>
a { background-color: #9EED6B; }
a { background-color: rgb(158,237,107); }
div.DivClassName
{
background-color: #9EED6B;
}
.BgClassName
{
background-color: #9EED6B;
}
</style>
border-color css
<style>
span { border-color: #9EED6B; }
span { border-color: rgb(158,237,107); }
td.TdClassName
{
border-color: #9EED6B;
}
.TagClassName
{
border-color: #9EED6B;
}
</style>