Shades of Feijoa #9FF06C
Tints of Feijoa #9FF06C
RGB
CMYK
RGB Variations
Color information
#9FF06C (or 0x9FF06C) is known color: Feijoa. HEX triplet: 9F, F0 and 6C. RGB value is (159,240,108). Sum of RGB (Red+Green+Blue) = 159+240+108=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF06C is #600F93. Grayscale: #C9C9C9. Windows color (decimal): -6295444 or 7139487. OLE color: 7139487.
HSL color Cylindrical-coordinate representation of color #9FF06C: hue angle of 96.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FF06C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 108 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.06 |
| HSL | 96.82º | 0.81% | 0.68% | - |
| HSV(B) | 96.82º | 0.55% | 0.94% | - |
| XYZ | 48.16 | 70.77 | 25.31 | - |
| YUV | 200.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 108 | 0.34 | 0 | 0.55 | 0.06 | 96.82 | 0.81 | 0.68 |
| Hex | 9F | F0 | 6C | 22 | 0 | 37 | 6 | 61 | 51 | 44 |
| Octal | 237 | 360 | 154 | 42 | 0 | 67 | 6 | 141 | 121 | 104 |
| Binary | 10011111 | 11110000 | 1101100 | 100010 | 0 | 110111 | 110 | 1100001 | 1010001 | 1000100 |
Color Harmonies of #9FF06C
Complementary color
Monochromatic Colors of #9FF06C
Black with #9FF06C
Text Example
Text Example
White with #9FF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF06C; }
p { color: rgb(159,240,108); }
H1.HeaderClassName
{
color: #9FF06C;
}
.AnyTagClassName
{
color: #9FF06C;
}
</style>
background-color css
<style>
a { background-color: #9FF06C; }
a { background-color: rgb(159,240,108); }
div.DivClassName
{
background-color: #9FF06C;
}
.BgClassName
{
background-color: #9FF06C;
}
</style>
border-color css
<style>
span { border-color: #9FF06C; }
span { border-color: rgb(159,240,108); }
td.TdClassName
{
border-color: #9FF06C;
}
.TagClassName
{
border-color: #9FF06C;
}
</style>