Shades of Feijoa #9BF867
Tints of Feijoa #9BF867
RGB
CMYK
RGB Variations
Color information
#9BF867 (or 0x9BF867) is known color: Feijoa. HEX triplet: 9B, F8 and 67. RGB value is (155,248,103). Sum of RGB (Red+Green+Blue) = 155+248+103=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF867 is #640798. Grayscale: #CCCCCC. Windows color (decimal): -6555545 or 6813851. OLE color: 6813851.
HSL color Cylindrical-coordinate representation of color #9BF867: hue angle of 98.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BF867 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 103 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.03 |
| HSL | 98.48º | 0.91% | 0.69% | - |
| HSV(B) | 98.48º | 0.58% | 0.97% | - |
| XYZ | 49.53 | 75.08 | 24.71 | - |
| YUV | 203.66 | 71.19 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 103 | 0.38 | 0 | 0.58 | 0.03 | 98.48 | 0.91 | 0.69 |
| Hex | 9B | F8 | 67 | 26 | 0 | 3A | 3 | 62 | 5B | 45 |
| Octal | 233 | 370 | 147 | 46 | 0 | 72 | 3 | 142 | 133 | 105 |
| Binary | 10011011 | 11111000 | 1100111 | 100110 | 0 | 111010 | 11 | 1100010 | 1011011 | 1000101 |
Color Harmonies of #9BF867
Complementary color
Monochromatic Colors of #9BF867
Black with #9BF867
Text Example
Text Example
White with #9BF867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF867; }
p { color: rgb(155,248,103); }
H1.HeaderClassName
{
color: #9BF867;
}
.AnyTagClassName
{
color: #9BF867;
}
</style>
background-color css
<style>
a { background-color: #9BF867; }
a { background-color: rgb(155,248,103); }
div.DivClassName
{
background-color: #9BF867;
}
.BgClassName
{
background-color: #9BF867;
}
</style>
border-color css
<style>
span { border-color: #9BF867; }
span { border-color: rgb(155,248,103); }
td.TdClassName
{
border-color: #9BF867;
}
.TagClassName
{
border-color: #9BF867;
}
</style>