Shades of Feijoa #9BEA73
Tints of Feijoa #9BEA73
RGB
CMYK
RGB Variations
Color information
#9BEA73 (or 0x9BEA73) is known color: Feijoa. HEX triplet: 9B, EA and 73. RGB value is (155,234,115). Sum of RGB (Red+Green+Blue) = 155+234+115=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA73 is #64158C. Grayscale: #C5C5C5. Windows color (decimal): -6559117 or 7596699. OLE color: 7596699.
HSL color Cylindrical-coordinate representation of color #9BEA73: hue angle of 99.83º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BEA73 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 115 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.08 |
| HSL | 99.83º | 0.74% | 0.68% | - |
| HSV(B) | 99.83º | 0.51% | 0.92% | - |
| XYZ | 46.03 | 67.05 | 26.74 | - |
| YUV | 196.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 115 | 0.34 | 0 | 0.51 | 0.08 | 99.83 | 0.74 | 0.68 |
| Hex | 9B | EA | 73 | 22 | 0 | 33 | 8 | 64 | 4A | 44 |
| Octal | 233 | 352 | 163 | 42 | 0 | 63 | 10 | 144 | 112 | 104 |
| Binary | 10011011 | 11101010 | 1110011 | 100010 | 0 | 110011 | 1000 | 1100100 | 1001010 | 1000100 |
Color Harmonies of #9BEA73
Complementary color
Monochromatic Colors of #9BEA73
Black with #9BEA73
Text Example
Text Example
White with #9BEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEA73; }
p { color: rgb(155,234,115); }
H1.HeaderClassName
{
color: #9BEA73;
}
.AnyTagClassName
{
color: #9BEA73;
}
</style>
background-color css
<style>
a { background-color: #9BEA73; }
a { background-color: rgb(155,234,115); }
div.DivClassName
{
background-color: #9BEA73;
}
.BgClassName
{
background-color: #9BEA73;
}
</style>
border-color css
<style>
span { border-color: #9BEA73; }
span { border-color: rgb(155,234,115); }
td.TdClassName
{
border-color: #9BEA73;
}
.TagClassName
{
border-color: #9BEA73;
}
</style>