Shades of Feijoa #9BEE76
Tints of Feijoa #9BEE76
RGB
CMYK
RGB Variations
Color information
#9BEE76 (or 0x9BEE76) is known color: Feijoa. HEX triplet: 9B, EE and 76. RGB value is (155,238,118). Sum of RGB (Red+Green+Blue) = 155+238+118=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE76 is #641189. Grayscale: #C7C7C7. Windows color (decimal): -6558090 or 7794331. OLE color: 7794331.
HSL color Cylindrical-coordinate representation of color #9BEE76: hue angle of 101.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BEE76 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 118 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.07 |
| HSL | 101.5º | 0.78% | 0.7% | - |
| HSV(B) | 101.5º | 0.5% | 0.93% | - |
| XYZ | 47.36 | 69.43 | 28.04 | - |
| YUV | 199.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 118 | 0.35 | 0 | 0.50 | 0.07 | 101.5 | 0.78 | 0.7 |
| Hex | 9B | EE | 76 | 23 | 0 | 32 | 7 | 66 | 4E | 46 |
| Octal | 233 | 356 | 166 | 43 | 0 | 62 | 7 | 146 | 116 | 106 |
| Binary | 10011011 | 11101110 | 1110110 | 100011 | 0 | 110010 | 111 | 1100110 | 1001110 | 1000110 |
Color Harmonies of #9BEE76
Complementary color
Monochromatic Colors of #9BEE76
Black with #9BEE76
Text Example
Text Example
White with #9BEE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE76; }
p { color: rgb(155,238,118); }
H1.HeaderClassName
{
color: #9BEE76;
}
.AnyTagClassName
{
color: #9BEE76;
}
</style>
background-color css
<style>
a { background-color: #9BEE76; }
a { background-color: rgb(155,238,118); }
div.DivClassName
{
background-color: #9BEE76;
}
.BgClassName
{
background-color: #9BEE76;
}
</style>
border-color css
<style>
span { border-color: #9BEE76; }
span { border-color: rgb(155,238,118); }
td.TdClassName
{
border-color: #9BEE76;
}
.TagClassName
{
border-color: #9BEE76;
}
</style>