Shades of Feijoa #9FF76D
Tints of Feijoa #9FF76D
RGB
CMYK
RGB Variations
Color information
#9FF76D (or 0x9FF76D) is known color: Feijoa. HEX triplet: 9F, F7 and 6D. RGB value is (159,247,109). Sum of RGB (Red+Green+Blue) = 159+247+109=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF76D is #600892. Grayscale: #CDCDCD. Windows color (decimal): -6293651 or 7206815. OLE color: 7206815.
HSL color Cylindrical-coordinate representation of color #9FF76D: hue angle of 98.26º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FF76D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 109 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.03 |
| HSL | 98.26º | 0.9% | 0.7% | - |
| HSV(B) | 98.26º | 0.56% | 0.97% | - |
| XYZ | 50.32 | 75 | 26.29 | - |
| YUV | 204.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 109 | 0.36 | 0 | 0.56 | 0.03 | 98.26 | 0.9 | 0.7 |
| Hex | 9F | F7 | 6D | 24 | 0 | 38 | 3 | 62 | 5A | 46 |
| Octal | 237 | 367 | 155 | 44 | 0 | 70 | 3 | 142 | 132 | 106 |
| Binary | 10011111 | 11110111 | 1101101 | 100100 | 0 | 111000 | 11 | 1100010 | 1011010 | 1000110 |
Color Harmonies of #9FF76D
Complementary color
Monochromatic Colors of #9FF76D
Black with #9FF76D
Text Example
Text Example
White with #9FF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF76D; }
p { color: rgb(159,247,109); }
H1.HeaderClassName
{
color: #9FF76D;
}
.AnyTagClassName
{
color: #9FF76D;
}
</style>
background-color css
<style>
a { background-color: #9FF76D; }
a { background-color: rgb(159,247,109); }
div.DivClassName
{
background-color: #9FF76D;
}
.BgClassName
{
background-color: #9FF76D;
}
</style>
border-color css
<style>
span { border-color: #9FF76D; }
span { border-color: rgb(159,247,109); }
td.TdClassName
{
border-color: #9FF76D;
}
.TagClassName
{
border-color: #9FF76D;
}
</style>