Shades of Feijoa #9BE776
Tints of Feijoa #9BE776
RGB
CMYK
RGB Variations
Color information
#9BE776 (or 0x9BE776) is known color: Feijoa. HEX triplet: 9B, E7 and 76. RGB value is (155,231,118). Sum of RGB (Red+Green+Blue) = 155+231+118=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE776 is #641889. Grayscale: #C3C3C3. Windows color (decimal): -6559882 or 7792539. OLE color: 7792539.
HSL color Cylindrical-coordinate representation of color #9BE776: hue angle of 100.35º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE776 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 118 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.09 |
| HSL | 100.35º | 0.7% | 0.68% | - |
| HSV(B) | 100.35º | 0.49% | 0.91% | - |
| XYZ | 45.36 | 65.43 | 27.38 | - |
| YUV | 195.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 118 | 0.33 | 0 | 0.49 | 0.09 | 100.35 | 0.7 | 0.68 |
| Hex | 9B | E7 | 76 | 21 | 0 | 31 | 9 | 64 | 46 | 44 |
| Octal | 233 | 347 | 166 | 41 | 0 | 61 | 11 | 144 | 106 | 104 |
| Binary | 10011011 | 11100111 | 1110110 | 100001 | 0 | 110001 | 1001 | 1100100 | 1000110 | 1000100 |
Color Harmonies of #9BE776
Complementary color
Monochromatic Colors of #9BE776
Black with #9BE776
Text Example
Text Example
White with #9BE776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE776; }
p { color: rgb(155,231,118); }
H1.HeaderClassName
{
color: #9BE776;
}
.AnyTagClassName
{
color: #9BE776;
}
</style>
background-color css
<style>
a { background-color: #9BE776; }
a { background-color: rgb(155,231,118); }
div.DivClassName
{
background-color: #9BE776;
}
.BgClassName
{
background-color: #9BE776;
}
</style>
border-color css
<style>
span { border-color: #9BE776; }
span { border-color: rgb(155,231,118); }
td.TdClassName
{
border-color: #9BE776;
}
.TagClassName
{
border-color: #9BE776;
}
</style>