Shades of Feijoa #9FE06F
Tints of Feijoa #9FE06F
RGB
CMYK
RGB Variations
Color information
#9FE06F (or 0x9FE06F) is known color: Feijoa. HEX triplet: 9F, E0 and 6F. RGB value is (159,224,111). Sum of RGB (Red+Green+Blue) = 159+224+111=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE06F is #601F90. Grayscale: #C0C0C0. Windows color (decimal): -6299537 or 7331999. OLE color: 7331999.
HSL color Cylindrical-coordinate representation of color #9FE06F: hue angle of 94.51º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE06F is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 111 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.12 |
| HSL | 94.51º | 0.65% | 0.66% | - |
| HSV(B) | 94.51º | 0.5% | 0.88% | - |
| XYZ | 43.82 | 61.83 | 24.66 | - |
| YUV | 191.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 111 | 0.29 | 0 | 0.50 | 0.12 | 94.51 | 0.65 | 0.66 |
| Hex | 9F | E0 | 6F | 1D | 0 | 32 | C | 5F | 41 | 42 |
| Octal | 237 | 340 | 157 | 35 | 0 | 62 | 14 | 137 | 101 | 102 |
| Binary | 10011111 | 11100000 | 1101111 | 11101 | 0 | 110010 | 1100 | 1011111 | 1000001 | 1000010 |
Color Harmonies of #9FE06F
Complementary color
Monochromatic Colors of #9FE06F
Black with #9FE06F
Text Example
Text Example
White with #9FE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE06F; }
p { color: rgb(159,224,111); }
H1.HeaderClassName
{
color: #9FE06F;
}
.AnyTagClassName
{
color: #9FE06F;
}
</style>
background-color css
<style>
a { background-color: #9FE06F; }
a { background-color: rgb(159,224,111); }
div.DivClassName
{
background-color: #9FE06F;
}
.BgClassName
{
background-color: #9FE06F;
}
</style>
border-color css
<style>
span { border-color: #9FE06F; }
span { border-color: rgb(159,224,111); }
td.TdClassName
{
border-color: #9FE06F;
}
.TagClassName
{
border-color: #9FE06F;
}
</style>