Shades of Feijoa #9FF377
Tints of Feijoa #9FF377
RGB
CMYK
RGB Variations
Color information
#9FF377 (or 0x9FF377) is known color: Feijoa. HEX triplet: 9F, F3 and 77. RGB value is (159,243,119). Sum of RGB (Red+Green+Blue) = 159+243+119=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF377 is #600C88. Grayscale: #CCCCCC. Windows color (decimal): -6294665 or 7861151. OLE color: 7861151.
HSL color Cylindrical-coordinate representation of color #9FF377: hue angle of 100.65º 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 #9FF377 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 119 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.05 |
| HSL | 100.65º | 0.84% | 0.71% | - |
| HSV(B) | 100.65º | 0.51% | 0.95% | - |
| XYZ | 49.68 | 72.8 | 28.89 | - |
| YUV | 203.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 119 | 0.35 | 0 | 0.51 | 0.05 | 100.65 | 0.84 | 0.71 |
| Hex | 9F | F3 | 77 | 23 | 0 | 33 | 5 | 65 | 54 | 47 |
| Octal | 237 | 363 | 167 | 43 | 0 | 63 | 5 | 145 | 124 | 107 |
| Binary | 10011111 | 11110011 | 1110111 | 100011 | 0 | 110011 | 101 | 1100101 | 1010100 | 1000111 |
Color Harmonies of #9FF377
Complementary color
Monochromatic Colors of #9FF377
Black with #9FF377
Text Example
Text Example
White with #9FF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF377; }
p { color: rgb(159,243,119); }
H1.HeaderClassName
{
color: #9FF377;
}
.AnyTagClassName
{
color: #9FF377;
}
</style>
background-color css
<style>
a { background-color: #9FF377; }
a { background-color: rgb(159,243,119); }
div.DivClassName
{
background-color: #9FF377;
}
.BgClassName
{
background-color: #9FF377;
}
</style>
border-color css
<style>
span { border-color: #9FF377; }
span { border-color: rgb(159,243,119); }
td.TdClassName
{
border-color: #9FF377;
}
.TagClassName
{
border-color: #9FF377;
}
</style>