Shades of Feijoa #9CFB73
Tints of Feijoa #9CFB73
RGB
CMYK
RGB Variations
Color information
#9CFB73 (or 0x9CFB73) is known color: Feijoa. HEX triplet: 9C, FB and 73. RGB value is (156,251,115). Sum of RGB (Red+Green+Blue) = 156+251+115=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB73 is #63048C. Grayscale: #CFCFCF. Windows color (decimal): -6489229 or 7601052. OLE color: 7601052.
HSL color Cylindrical-coordinate representation of color #9CFB73: hue angle of 101.91º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CFB73 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 115 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.02 |
| HSL | 101.91º | 0.94% | 0.72% | - |
| HSV(B) | 101.91º | 0.54% | 0.98% | - |
| XYZ | 51.3 | 77.3 | 28.44 | - |
| YUV | 207.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 115 | 0.38 | 0 | 0.54 | 0.02 | 101.91 | 0.94 | 0.72 |
| Hex | 9C | FB | 73 | 26 | 0 | 36 | 2 | 66 | 5E | 48 |
| Octal | 234 | 373 | 163 | 46 | 0 | 66 | 2 | 146 | 136 | 110 |
| Binary | 10011100 | 11111011 | 1110011 | 100110 | 0 | 110110 | 10 | 1100110 | 1011110 | 1001000 |
Color Harmonies of #9CFB73
Complementary color
Monochromatic Colors of #9CFB73
Black with #9CFB73
Text Example
Text Example
White with #9CFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB73; }
p { color: rgb(156,251,115); }
H1.HeaderClassName
{
color: #9CFB73;
}
.AnyTagClassName
{
color: #9CFB73;
}
</style>
background-color css
<style>
a { background-color: #9CFB73; }
a { background-color: rgb(156,251,115); }
div.DivClassName
{
background-color: #9CFB73;
}
.BgClassName
{
background-color: #9CFB73;
}
</style>
border-color css
<style>
span { border-color: #9CFB73; }
span { border-color: rgb(156,251,115); }
td.TdClassName
{
border-color: #9CFB73;
}
.TagClassName
{
border-color: #9CFB73;
}
</style>