Shades of Feijoa #9FF276
Tints of Feijoa #9FF276
RGB
CMYK
RGB Variations
Color information
#9FF276 (or 0x9FF276) is known color: Feijoa. HEX triplet: 9F, F2 and 76. RGB value is (159,242,118). Sum of RGB (Red+Green+Blue) = 159+242+118=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF276 is #600D89. Grayscale: #CBCBCB. Windows color (decimal): -6294922 or 7795359. OLE color: 7795359.
HSL color Cylindrical-coordinate representation of color #9FF276: hue angle of 100.16º degrees, saturation: 0.83, 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 #9FF276 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 118 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.05 |
| HSL | 100.16º | 0.83% | 0.71% | - |
| HSV(B) | 100.16º | 0.51% | 0.95% | - |
| XYZ | 49.32 | 72.18 | 28.47 | - |
| YUV | 203.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 118 | 0.34 | 0 | 0.51 | 0.05 | 100.16 | 0.83 | 0.71 |
| Hex | 9F | F2 | 76 | 22 | 0 | 33 | 5 | 64 | 53 | 47 |
| Octal | 237 | 362 | 166 | 42 | 0 | 63 | 5 | 144 | 123 | 107 |
| Binary | 10011111 | 11110010 | 1110110 | 100010 | 0 | 110011 | 101 | 1100100 | 1010011 | 1000111 |
Color Harmonies of #9FF276
Complementary color
Monochromatic Colors of #9FF276
Black with #9FF276
Text Example
Text Example
White with #9FF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF276; }
p { color: rgb(159,242,118); }
H1.HeaderClassName
{
color: #9FF276;
}
.AnyTagClassName
{
color: #9FF276;
}
</style>
background-color css
<style>
a { background-color: #9FF276; }
a { background-color: rgb(159,242,118); }
div.DivClassName
{
background-color: #9FF276;
}
.BgClassName
{
background-color: #9FF276;
}
</style>
border-color css
<style>
span { border-color: #9FF276; }
span { border-color: rgb(159,242,118); }
td.TdClassName
{
border-color: #9FF276;
}
.TagClassName
{
border-color: #9FF276;
}
</style>