Shades of Feijoa #9BE46E
Tints of Feijoa #9BE46E
RGB
CMYK
RGB Variations
Color information
#9BE46E (or 0x9BE46E) is known color: Feijoa. HEX triplet: 9B, E4 and 6E. RGB value is (155,228,110). Sum of RGB (Red+Green+Blue) = 155+228+110=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE46E is #641B91. Grayscale: #C1C1C1. Windows color (decimal): -6560658 or 7267483. OLE color: 7267483.
HSL color Cylindrical-coordinate representation of color #9BE46E: hue angle of 97.12º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BE46E is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 110 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.11 |
| HSL | 97.12º | 0.69% | 0.66% | - |
| HSV(B) | 97.12º | 0.52% | 0.89% | - |
| XYZ | 44.08 | 63.58 | 24.7 | - |
| YUV | 192.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 110 | 0.32 | 0 | 0.52 | 0.11 | 97.12 | 0.69 | 0.66 |
| Hex | 9B | E4 | 6E | 20 | 0 | 34 | B | 61 | 45 | 42 |
| Octal | 233 | 344 | 156 | 40 | 0 | 64 | 13 | 141 | 105 | 102 |
| Binary | 10011011 | 11100100 | 1101110 | 100000 | 0 | 110100 | 1011 | 1100001 | 1000101 | 1000010 |
Color Harmonies of #9BE46E
Complementary color
Monochromatic Colors of #9BE46E
Black with #9BE46E
Text Example
Text Example
White with #9BE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE46E; }
p { color: rgb(155,228,110); }
H1.HeaderClassName
{
color: #9BE46E;
}
.AnyTagClassName
{
color: #9BE46E;
}
</style>
background-color css
<style>
a { background-color: #9BE46E; }
a { background-color: rgb(155,228,110); }
div.DivClassName
{
background-color: #9BE46E;
}
.BgClassName
{
background-color: #9BE46E;
}
</style>
border-color css
<style>
span { border-color: #9BE46E; }
span { border-color: rgb(155,228,110); }
td.TdClassName
{
border-color: #9BE46E;
}
.TagClassName
{
border-color: #9BE46E;
}
</style>