Shades of Feijoa #9BE16B
Tints of Feijoa #9BE16B
RGB
CMYK
RGB Variations
Color information
#9BE16B (or 0x9BE16B) is known color: Feijoa. HEX triplet: 9B, E1 and 6B. RGB value is (155,225,107). Sum of RGB (Red+Green+Blue) = 155+225+107=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE16B is #641E94. Grayscale: #BFBFBF. Windows color (decimal): -6561429 or 7070107. OLE color: 7070107.
HSL color Cylindrical-coordinate representation of color #9BE16B: hue angle of 95.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BE16B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 107 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.12 |
| HSL | 95.59º | 0.66% | 0.65% | - |
| HSV(B) | 95.59º | 0.52% | 0.88% | - |
| XYZ | 43.1 | 61.88 | 23.58 | - |
| YUV | 190.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 107 | 0.31 | 0 | 0.52 | 0.12 | 95.59 | 0.66 | 0.65 |
| Hex | 9B | E1 | 6B | 1F | 0 | 34 | C | 60 | 42 | 41 |
| Octal | 233 | 341 | 153 | 37 | 0 | 64 | 14 | 140 | 102 | 101 |
| Binary | 10011011 | 11100001 | 1101011 | 11111 | 0 | 110100 | 1100 | 1100000 | 1000010 | 1000001 |
Color Harmonies of #9BE16B
Complementary color
Monochromatic Colors of #9BE16B
Black with #9BE16B
Text Example
Text Example
White with #9BE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE16B; }
p { color: rgb(155,225,107); }
H1.HeaderClassName
{
color: #9BE16B;
}
.AnyTagClassName
{
color: #9BE16B;
}
</style>
background-color css
<style>
a { background-color: #9BE16B; }
a { background-color: rgb(155,225,107); }
div.DivClassName
{
background-color: #9BE16B;
}
.BgClassName
{
background-color: #9BE16B;
}
</style>
border-color css
<style>
span { border-color: #9BE16B; }
span { border-color: rgb(155,225,107); }
td.TdClassName
{
border-color: #9BE16B;
}
.TagClassName
{
border-color: #9BE16B;
}
</style>