Shades of Feijoa #9BE665
Tints of Feijoa #9BE665
RGB
CMYK
RGB Variations
Color information
#9BE665 (or 0x9BE665) is known color: Feijoa. HEX triplet: 9B, E6 and 65. RGB value is (155,230,101). Sum of RGB (Red+Green+Blue) = 155+230+101=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE665 is #64199A. Grayscale: #C1C1C1. Windows color (decimal): -6560155 or 6678171. OLE color: 6678171.
HSL color Cylindrical-coordinate representation of color #9BE665: hue angle of 94.88º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BE665 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 101 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.10 |
| HSL | 94.88º | 0.72% | 0.65% | - |
| HSV(B) | 94.88º | 0.56% | 0.9% | - |
| XYZ | 44.16 | 64.5 | 22.43 | - |
| YUV | 192.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 101 | 0.33 | 0 | 0.56 | 0.10 | 94.88 | 0.72 | 0.65 |
| Hex | 9B | E6 | 65 | 21 | 0 | 38 | A | 5F | 48 | 41 |
| Octal | 233 | 346 | 145 | 41 | 0 | 70 | 12 | 137 | 110 | 101 |
| Binary | 10011011 | 11100110 | 1100101 | 100001 | 0 | 111000 | 1010 | 1011111 | 1001000 | 1000001 |
Color Harmonies of #9BE665
Complementary color
Monochromatic Colors of #9BE665
Black with #9BE665
Text Example
Text Example
White with #9BE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE665; }
p { color: rgb(155,230,101); }
H1.HeaderClassName
{
color: #9BE665;
}
.AnyTagClassName
{
color: #9BE665;
}
</style>
background-color css
<style>
a { background-color: #9BE665; }
a { background-color: rgb(155,230,101); }
div.DivClassName
{
background-color: #9BE665;
}
.BgClassName
{
background-color: #9BE665;
}
</style>
border-color css
<style>
span { border-color: #9BE665; }
span { border-color: rgb(155,230,101); }
td.TdClassName
{
border-color: #9BE665;
}
.TagClassName
{
border-color: #9BE665;
}
</style>