Shades of Feijoa #9BF378
Tints of Feijoa #9BF378
RGB
CMYK
RGB Variations
Color information
#9BF378 (or 0x9BF378) is known color: Feijoa. HEX triplet: 9B, F3 and 78. RGB value is (155,243,120). Sum of RGB (Red+Green+Blue) = 155+243+120=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF378 is #640C87. Grayscale: #CBCBCB. Windows color (decimal): -6556808 or 7926683. OLE color: 7926683.
HSL color Cylindrical-coordinate representation of color #9BF378: hue angle of 102.93º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BF378 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 120 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.05 |
| HSL | 102.93º | 0.84% | 0.71% | - |
| HSV(B) | 102.93º | 0.51% | 0.95% | - |
| XYZ | 48.96 | 72.43 | 29.17 | - |
| YUV | 202.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 120 | 0.36 | 0 | 0.51 | 0.05 | 102.93 | 0.84 | 0.71 |
| Hex | 9B | F3 | 78 | 24 | 0 | 33 | 5 | 67 | 54 | 47 |
| Octal | 233 | 363 | 170 | 44 | 0 | 63 | 5 | 147 | 124 | 107 |
| Binary | 10011011 | 11110011 | 1111000 | 100100 | 0 | 110011 | 101 | 1100111 | 1010100 | 1000111 |
Color Harmonies of #9BF378
Complementary color
Monochromatic Colors of #9BF378
Black with #9BF378
Text Example
Text Example
White with #9BF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF378; }
p { color: rgb(155,243,120); }
H1.HeaderClassName
{
color: #9BF378;
}
.AnyTagClassName
{
color: #9BF378;
}
</style>
background-color css
<style>
a { background-color: #9BF378; }
a { background-color: rgb(155,243,120); }
div.DivClassName
{
background-color: #9BF378;
}
.BgClassName
{
background-color: #9BF378;
}
</style>
border-color css
<style>
span { border-color: #9BF378; }
span { border-color: rgb(155,243,120); }
td.TdClassName
{
border-color: #9BF378;
}
.TagClassName
{
border-color: #9BF378;
}
</style>