Shades of Feijoa #9FDE7F
Tints of Feijoa #9FDE7F
RGB
CMYK
RGB Variations
Color information
#9FDE7F (or 0x9FDE7F) is known color: Feijoa. HEX triplet: 9F, DE and 7F. RGB value is (159,222,127). Sum of RGB (Red+Green+Blue) = 159+222+127=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE7F is #602180. Grayscale: #C0C0C0. Windows color (decimal): -6300033 or 8380063. OLE color: 8380063.
HSL color Cylindrical-coordinate representation of color #9FDE7F: hue angle of 99.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDE7F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 127 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.13 |
| HSL | 99.79º | 0.59% | 0.68% | - |
| HSV(B) | 99.79º | 0.43% | 0.87% | - |
| XYZ | 44.25 | 61.15 | 29.55 | - |
| YUV | 192.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 127 | 0.28 | 0 | 0.43 | 0.13 | 99.79 | 0.59 | 0.68 |
| Hex | 9F | DE | 7F | 1C | 0 | 2B | D | 64 | 3B | 44 |
| Octal | 237 | 336 | 177 | 34 | 0 | 53 | 15 | 144 | 73 | 104 |
| Binary | 10011111 | 11011110 | 1111111 | 11100 | 0 | 101011 | 1101 | 1100100 | 111011 | 1000100 |
Color Harmonies of #9FDE7F
Complementary color
Monochromatic Colors of #9FDE7F
Black with #9FDE7F
Text Example
Text Example
White with #9FDE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE7F; }
p { color: rgb(159,222,127); }
H1.HeaderClassName
{
color: #9FDE7F;
}
.AnyTagClassName
{
color: #9FDE7F;
}
</style>
background-color css
<style>
a { background-color: #9FDE7F; }
a { background-color: rgb(159,222,127); }
div.DivClassName
{
background-color: #9FDE7F;
}
.BgClassName
{
background-color: #9FDE7F;
}
</style>
border-color css
<style>
span { border-color: #9FDE7F; }
span { border-color: rgb(159,222,127); }
td.TdClassName
{
border-color: #9FDE7F;
}
.TagClassName
{
border-color: #9FDE7F;
}
</style>