Shades of Feijoa #9BF467
Tints of Feijoa #9BF467
RGB
CMYK
RGB Variations
Color information
#9BF467 (or 0x9BF467) is known color: Feijoa. HEX triplet: 9B, F4 and 67. RGB value is (155,244,103). Sum of RGB (Red+Green+Blue) = 155+244+103=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF467 is #640B98. Grayscale: #C9C9C9. Windows color (decimal): -6556569 or 6812827. OLE color: 6812827.
HSL color Cylindrical-coordinate representation of color #9BF467: hue angle of 97.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BF467 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 103 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.04 |
| HSL | 97.87º | 0.87% | 0.68% | - |
| HSV(B) | 97.87º | 0.58% | 0.96% | - |
| XYZ | 48.32 | 72.65 | 24.31 | - |
| YUV | 201.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 103 | 0.36 | 0 | 0.58 | 0.04 | 97.87 | 0.87 | 0.68 |
| Hex | 9B | F4 | 67 | 24 | 0 | 3A | 4 | 62 | 57 | 44 |
| Octal | 233 | 364 | 147 | 44 | 0 | 72 | 4 | 142 | 127 | 104 |
| Binary | 10011011 | 11110100 | 1100111 | 100100 | 0 | 111010 | 100 | 1100010 | 1010111 | 1000100 |
Color Harmonies of #9BF467
Complementary color
Monochromatic Colors of #9BF467
Black with #9BF467
Text Example
Text Example
White with #9BF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF467; }
p { color: rgb(155,244,103); }
H1.HeaderClassName
{
color: #9BF467;
}
.AnyTagClassName
{
color: #9BF467;
}
</style>
background-color css
<style>
a { background-color: #9BF467; }
a { background-color: rgb(155,244,103); }
div.DivClassName
{
background-color: #9BF467;
}
.BgClassName
{
background-color: #9BF467;
}
</style>
border-color css
<style>
span { border-color: #9BF467; }
span { border-color: rgb(155,244,103); }
td.TdClassName
{
border-color: #9BF467;
}
.TagClassName
{
border-color: #9BF467;
}
</style>