Shades of Feijoa #9BF47A
Tints of Feijoa #9BF47A
RGB
CMYK
RGB Variations
Color information
#9BF47A (or 0x9BF47A) is known color: Feijoa. HEX triplet: 9B, F4 and 7A. RGB value is (155,244,122). Sum of RGB (Red+Green+Blue) = 155+244+122=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF47A is #640B85. Grayscale: #CBCBCB. Windows color (decimal): -6556550 or 8058011. OLE color: 8058011.
HSL color Cylindrical-coordinate representation of color #9BF47A: hue angle of 103.77º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BF47A is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 122 | - |
| CMYK | 0.36 | 0 | 0.5 | 0.04 |
| HSL | 103.77º | 0.85% | 0.72% | - |
| HSV(B) | 103.77º | 0.5% | 0.96% | - |
| XYZ | 49.38 | 73.08 | 29.91 | - |
| YUV | 203.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 122 | 0.36 | 0 | 0.5 | 0.04 | 103.77 | 0.85 | 0.72 |
| Hex | 9B | F4 | 7A | 24 | 0 | 32 | 4 | 68 | 55 | 48 |
| Octal | 233 | 364 | 172 | 44 | 0 | 62 | 4 | 150 | 125 | 110 |
| Binary | 10011011 | 11110100 | 1111010 | 100100 | 0 | 110010 | 100 | 1101000 | 1010101 | 1001000 |
Color Harmonies of #9BF47A
Complementary color
Monochromatic Colors of #9BF47A
Black with #9BF47A
Text Example
Text Example
White with #9BF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF47A; }
p { color: rgb(155,244,122); }
H1.HeaderClassName
{
color: #9BF47A;
}
.AnyTagClassName
{
color: #9BF47A;
}
</style>
background-color css
<style>
a { background-color: #9BF47A; }
a { background-color: rgb(155,244,122); }
div.DivClassName
{
background-color: #9BF47A;
}
.BgClassName
{
background-color: #9BF47A;
}
</style>
border-color css
<style>
span { border-color: #9BF47A; }
span { border-color: rgb(155,244,122); }
td.TdClassName
{
border-color: #9BF47A;
}
.TagClassName
{
border-color: #9BF47A;
}
</style>