Shades of Feijoa #9BF16C
Tints of Feijoa #9BF16C
RGB
CMYK
RGB Variations
Color information
#9BF16C (or 0x9BF16C) is known color: Feijoa. HEX triplet: 9B, F1 and 6C. RGB value is (155,241,108). Sum of RGB (Red+Green+Blue) = 155+241+108=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF16C is #640E93. Grayscale: #C8C8C8. Windows color (decimal): -6557332 or 7139739. OLE color: 7139739.
HSL color Cylindrical-coordinate representation of color #9BF16C: hue angle of 98.8º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BF16C is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 108 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.05 |
| HSL | 98.8º | 0.83% | 0.68% | - |
| HSV(B) | 98.8º | 0.55% | 0.95% | - |
| XYZ | 47.68 | 70.96 | 25.37 | - |
| YUV | 200.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 108 | 0.36 | 0 | 0.55 | 0.05 | 98.8 | 0.83 | 0.68 |
| Hex | 9B | F1 | 6C | 24 | 0 | 37 | 5 | 63 | 53 | 44 |
| Octal | 233 | 361 | 154 | 44 | 0 | 67 | 5 | 143 | 123 | 104 |
| Binary | 10011011 | 11110001 | 1101100 | 100100 | 0 | 110111 | 101 | 1100011 | 1010011 | 1000100 |
Color Harmonies of #9BF16C
Complementary color
Monochromatic Colors of #9BF16C
Black with #9BF16C
Text Example
Text Example
White with #9BF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF16C; }
p { color: rgb(155,241,108); }
H1.HeaderClassName
{
color: #9BF16C;
}
.AnyTagClassName
{
color: #9BF16C;
}
</style>
background-color css
<style>
a { background-color: #9BF16C; }
a { background-color: rgb(155,241,108); }
div.DivClassName
{
background-color: #9BF16C;
}
.BgClassName
{
background-color: #9BF16C;
}
</style>
border-color css
<style>
span { border-color: #9BF16C; }
span { border-color: rgb(155,241,108); }
td.TdClassName
{
border-color: #9BF16C;
}
.TagClassName
{
border-color: #9BF16C;
}
</style>