Shades of Feijoa #9FF674
Tints of Feijoa #9FF674
RGB
CMYK
RGB Variations
Color information
#9FF674 (or 0x9FF674) is known color: Feijoa. HEX triplet: 9F, F6 and 74. RGB value is (159,246,116). Sum of RGB (Red+Green+Blue) = 159+246+116=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF674 is #60098B. Grayscale: #CDCDCD. Windows color (decimal): -6293900 or 7665311. OLE color: 7665311.
HSL color Cylindrical-coordinate representation of color #9FF674: hue angle of 100.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FF674 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 116 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.04 |
| HSL | 100.15º | 0.88% | 0.71% | - |
| HSV(B) | 100.15º | 0.53% | 0.96% | - |
| XYZ | 50.41 | 74.54 | 28.25 | - |
| YUV | 205.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 116 | 0.35 | 0 | 0.53 | 0.04 | 100.15 | 0.88 | 0.71 |
| Hex | 9F | F6 | 74 | 23 | 0 | 35 | 4 | 64 | 58 | 47 |
| Octal | 237 | 366 | 164 | 43 | 0 | 65 | 4 | 144 | 130 | 107 |
| Binary | 10011111 | 11110110 | 1110100 | 100011 | 0 | 110101 | 100 | 1100100 | 1011000 | 1000111 |
Color Harmonies of #9FF674
Complementary color
Monochromatic Colors of #9FF674
Black with #9FF674
Text Example
Text Example
White with #9FF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF674; }
p { color: rgb(159,246,116); }
H1.HeaderClassName
{
color: #9FF674;
}
.AnyTagClassName
{
color: #9FF674;
}
</style>
background-color css
<style>
a { background-color: #9FF674; }
a { background-color: rgb(159,246,116); }
div.DivClassName
{
background-color: #9FF674;
}
.BgClassName
{
background-color: #9FF674;
}
</style>
border-color css
<style>
span { border-color: #9FF674; }
span { border-color: rgb(159,246,116); }
td.TdClassName
{
border-color: #9FF674;
}
.TagClassName
{
border-color: #9FF674;
}
</style>