Shades of Feijoa #9BE06D
Tints of Feijoa #9BE06D
RGB
CMYK
RGB Variations
Color information
#9BE06D (or 0x9BE06D) is known color: Feijoa. HEX triplet: 9B, E0 and 6D. RGB value is (155,224,109). Sum of RGB (Red+Green+Blue) = 155+224+109=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE06D is #641F92. Grayscale: #BEBEBE. Windows color (decimal): -6561683 or 7200923. OLE color: 7200923.
HSL color Cylindrical-coordinate representation of color #9BE06D: hue angle of 96º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BE06D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 109 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.12 |
| HSL | 96º | 0.65% | 0.65% | - |
| HSV(B) | 96º | 0.51% | 0.88% | - |
| XYZ | 42.93 | 61.38 | 24.05 | - |
| YUV | 190.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 109 | 0.31 | 0 | 0.51 | 0.12 | 96 | 0.65 | 0.65 |
| Hex | 9B | E0 | 6D | 1F | 0 | 33 | C | 60 | 41 | 41 |
| Octal | 233 | 340 | 155 | 37 | 0 | 63 | 14 | 140 | 101 | 101 |
| Binary | 10011011 | 11100000 | 1101101 | 11111 | 0 | 110011 | 1100 | 1100000 | 1000001 | 1000001 |
Color Harmonies of #9BE06D
Complementary color
Monochromatic Colors of #9BE06D
Black with #9BE06D
Text Example
Text Example
White with #9BE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE06D; }
p { color: rgb(155,224,109); }
H1.HeaderClassName
{
color: #9BE06D;
}
.AnyTagClassName
{
color: #9BE06D;
}
</style>
background-color css
<style>
a { background-color: #9BE06D; }
a { background-color: rgb(155,224,109); }
div.DivClassName
{
background-color: #9BE06D;
}
.BgClassName
{
background-color: #9BE06D;
}
</style>
border-color css
<style>
span { border-color: #9BE06D; }
span { border-color: rgb(155,224,109); }
td.TdClassName
{
border-color: #9BE06D;
}
.TagClassName
{
border-color: #9BE06D;
}
</style>