Shades of Feijoa #9FFE6F
Tints of Feijoa #9FFE6F
RGB
CMYK
RGB Variations
Color information
#9FFE6F (or 0x9FFE6F) is known color: Feijoa. HEX triplet: 9F, FE and 6F. RGB value is (159,254,111). Sum of RGB (Red+Green+Blue) = 159+254+111=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE6F is #600190. Grayscale: #D1D1D1. Windows color (decimal): -6291857 or 7339679. OLE color: 7339679.
HSL color Cylindrical-coordinate representation of color #9FFE6F: hue angle of 99.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FFE6F is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 111 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.00 |
| HSL | 99.86º | 0.99% | 0.72% | - |
| HSV(B) | 99.86º | 0.56% | 1% | - |
| XYZ | 52.61 | 79.4 | 27.59 | - |
| YUV | 209.29 | 72.53 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 111 | 0.37 | 0 | 0.56 | 0.00 | 99.86 | 0.99 | 0.72 |
| Hex | 9F | FE | 6F | 25 | 0 | 38 | 0 | 64 | 63 | 48 |
| Octal | 237 | 376 | 157 | 45 | 0 | 70 | 0 | 144 | 143 | 110 |
| Binary | 10011111 | 11111110 | 1101111 | 100101 | 0 | 111000 | 0 | 1100100 | 1100011 | 1001000 |
Color Harmonies of #9FFE6F
Complementary color
Monochromatic Colors of #9FFE6F
Black with #9FFE6F
Text Example
Text Example
White with #9FFE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE6F; }
p { color: rgb(159,254,111); }
H1.HeaderClassName
{
color: #9FFE6F;
}
.AnyTagClassName
{
color: #9FFE6F;
}
</style>
background-color css
<style>
a { background-color: #9FFE6F; }
a { background-color: rgb(159,254,111); }
div.DivClassName
{
background-color: #9FFE6F;
}
.BgClassName
{
background-color: #9FFE6F;
}
</style>
border-color css
<style>
span { border-color: #9FFE6F; }
span { border-color: rgb(159,254,111); }
td.TdClassName
{
border-color: #9FFE6F;
}
.TagClassName
{
border-color: #9FFE6F;
}
</style>