Shades of Feijoa #9BEA65
Tints of Feijoa #9BEA65
RGB
CMYK
RGB Variations
Color information
#9BEA65 (or 0x9BEA65) is known color: Feijoa. HEX triplet: 9B, EA and 65. RGB value is (155,234,101). Sum of RGB (Red+Green+Blue) = 155+234+101=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA65 is #64159A. Grayscale: #C3C3C3. Windows color (decimal): -6559131 or 6679195. OLE color: 6679195.
HSL color Cylindrical-coordinate representation of color #9BEA65: hue angle of 95.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BEA65 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 101 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.08 |
| HSL | 95.64º | 0.76% | 0.66% | - |
| HSV(B) | 95.64º | 0.57% | 0.92% | - |
| XYZ | 45.29 | 66.75 | 22.81 | - |
| YUV | 195.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 101 | 0.34 | 0 | 0.57 | 0.08 | 95.64 | 0.76 | 0.66 |
| Hex | 9B | EA | 65 | 22 | 0 | 39 | 8 | 60 | 4C | 42 |
| Octal | 233 | 352 | 145 | 42 | 0 | 71 | 10 | 140 | 114 | 102 |
| Binary | 10011011 | 11101010 | 1100101 | 100010 | 0 | 111001 | 1000 | 1100000 | 1001100 | 1000010 |
Color Harmonies of #9BEA65
Complementary color
Monochromatic Colors of #9BEA65
Black with #9BEA65
Text Example
Text Example
White with #9BEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA65; }
p { color: rgb(155,234,101); }
H1.HeaderClassName
{
color: #9BEA65;
}
.AnyTagClassName
{
color: #9BEA65;
}
</style>
background-color css
<style>
a { background-color: #9BEA65; }
a { background-color: rgb(155,234,101); }
div.DivClassName
{
background-color: #9BEA65;
}
.BgClassName
{
background-color: #9BEA65;
}
</style>
border-color css
<style>
span { border-color: #9BEA65; }
span { border-color: rgb(155,234,101); }
td.TdClassName
{
border-color: #9BEA65;
}
.TagClassName
{
border-color: #9BEA65;
}
</style>