Shades of Feijoa #9BE976
Tints of Feijoa #9BE976
RGB
CMYK
RGB Variations
Color information
#9BE976 (or 0x9BE976) is known color: Feijoa. HEX triplet: 9B, E9 and 76. RGB value is (155,233,118). Sum of RGB (Red+Green+Blue) = 155+233+118=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE976 is #641689. Grayscale: #C4C4C4. Windows color (decimal): -6559370 or 7793051. OLE color: 7793051.
HSL color Cylindrical-coordinate representation of color #9BE976: hue angle of 100.7º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE976 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 233 | 118 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.09 |
| HSL | 100.7º | 0.72% | 0.69% | - |
| HSV(B) | 100.7º | 0.49% | 0.91% | - |
| XYZ | 45.93 | 66.55 | 27.57 | - |
| YUV | 196.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 118 | 0.33 | 0 | 0.49 | 0.09 | 100.7 | 0.72 | 0.69 |
| Hex | 9B | E9 | 76 | 21 | 0 | 31 | 9 | 65 | 48 | 45 |
| Octal | 233 | 351 | 166 | 41 | 0 | 61 | 11 | 145 | 110 | 105 |
| Binary | 10011011 | 11101001 | 1110110 | 100001 | 0 | 110001 | 1001 | 1100101 | 1001000 | 1000101 |
Color Harmonies of #9BE976
Complementary color
Monochromatic Colors of #9BE976
Black with #9BE976
Text Example
Text Example
White with #9BE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE976; }
p { color: rgb(155,233,118); }
H1.HeaderClassName
{
color: #9BE976;
}
.AnyTagClassName
{
color: #9BE976;
}
</style>
background-color css
<style>
a { background-color: #9BE976; }
a { background-color: rgb(155,233,118); }
div.DivClassName
{
background-color: #9BE976;
}
.BgClassName
{
background-color: #9BE976;
}
</style>
border-color css
<style>
span { border-color: #9BE976; }
span { border-color: rgb(155,233,118); }
td.TdClassName
{
border-color: #9BE976;
}
.TagClassName
{
border-color: #9BE976;
}
</style>