Shades of Feijoa #9BE766
Tints of Feijoa #9BE766
RGB
CMYK
RGB Variations
Color information
#9BE766 (or 0x9BE766) is known color: Feijoa. HEX triplet: 9B, E7 and 66. RGB value is (155,231,102). Sum of RGB (Red+Green+Blue) = 155+231+102=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE766 is #641899. Grayscale: #C2C2C2. Windows color (decimal): -6559898 or 6743963. OLE color: 6743963.
HSL color Cylindrical-coordinate representation of color #9BE766: hue angle of 95.35º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BE766 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 102 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.09 |
| HSL | 95.35º | 0.73% | 0.65% | - |
| HSV(B) | 95.35º | 0.56% | 0.91% | - |
| XYZ | 44.49 | 65.08 | 22.79 | - |
| YUV | 193.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 102 | 0.33 | 0 | 0.56 | 0.09 | 95.35 | 0.73 | 0.65 |
| Hex | 9B | E7 | 66 | 21 | 0 | 38 | 9 | 5F | 49 | 41 |
| Octal | 233 | 347 | 146 | 41 | 0 | 70 | 11 | 137 | 111 | 101 |
| Binary | 10011011 | 11100111 | 1100110 | 100001 | 0 | 111000 | 1001 | 1011111 | 1001001 | 1000001 |
Color Harmonies of #9BE766
Complementary color
Monochromatic Colors of #9BE766
Black with #9BE766
Text Example
Text Example
White with #9BE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE766; }
p { color: rgb(155,231,102); }
H1.HeaderClassName
{
color: #9BE766;
}
.AnyTagClassName
{
color: #9BE766;
}
</style>
background-color css
<style>
a { background-color: #9BE766; }
a { background-color: rgb(155,231,102); }
div.DivClassName
{
background-color: #9BE766;
}
.BgClassName
{
background-color: #9BE766;
}
</style>
border-color css
<style>
span { border-color: #9BE766; }
span { border-color: rgb(155,231,102); }
td.TdClassName
{
border-color: #9BE766;
}
.TagClassName
{
border-color: #9BE766;
}
</style>