Shades of Feijoa #9FF77C
Tints of Feijoa #9FF77C
RGB
CMYK
RGB Variations
Color information
#9FF77C (or 0x9FF77C) is known color: Feijoa. HEX triplet: 9F, F7 and 7C. RGB value is (159,247,124). Sum of RGB (Red+Green+Blue) = 159+247+124=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF77C is #600883. Grayscale: #CFCFCF. Windows color (decimal): -6293636 or 8189855. OLE color: 8189855.
HSL color Cylindrical-coordinate representation of color #9FF77C: hue angle of 102.93º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FF77C is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 124 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.03 |
| HSL | 102.93º | 0.88% | 0.73% | - |
| HSV(B) | 102.93º | 0.5% | 0.97% | - |
| XYZ | 51.2 | 75.35 | 30.91 | - |
| YUV | 206.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 124 | 0.36 | 0 | 0.50 | 0.03 | 102.93 | 0.88 | 0.73 |
| Hex | 9F | F7 | 7C | 24 | 0 | 32 | 3 | 67 | 58 | 49 |
| Octal | 237 | 367 | 174 | 44 | 0 | 62 | 3 | 147 | 130 | 111 |
| Binary | 10011111 | 11110111 | 1111100 | 100100 | 0 | 110010 | 11 | 1100111 | 1011000 | 1001001 |
Color Harmonies of #9FF77C
Complementary color
Monochromatic Colors of #9FF77C
Black with #9FF77C
Text Example
Text Example
White with #9FF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF77C; }
p { color: rgb(159,247,124); }
H1.HeaderClassName
{
color: #9FF77C;
}
.AnyTagClassName
{
color: #9FF77C;
}
</style>
background-color css
<style>
a { background-color: #9FF77C; }
a { background-color: rgb(159,247,124); }
div.DivClassName
{
background-color: #9FF77C;
}
.BgClassName
{
background-color: #9FF77C;
}
</style>
border-color css
<style>
span { border-color: #9FF77C; }
span { border-color: rgb(159,247,124); }
td.TdClassName
{
border-color: #9FF77C;
}
.TagClassName
{
border-color: #9FF77C;
}
</style>