Shades of Feijoa #9FFC67
Tints of Feijoa #9FFC67
RGB
CMYK
RGB Variations
Color information
#9FFC67 (or 0x9FFC67) is known color: Feijoa. HEX triplet: 9F, FC and 67. RGB value is (159,252,103). Sum of RGB (Red+Green+Blue) = 159+252+103=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC67 is #600398. Grayscale: #CFCFCF. Windows color (decimal): -6292377 or 6814879. OLE color: 6814879.
HSL color Cylindrical-coordinate representation of color #9FFC67: hue angle of 97.45º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FFC67 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 103 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.01 |
| HSL | 97.45º | 0.96% | 0.7% | - |
| HSV(B) | 97.45º | 0.59% | 0.99% | - |
| XYZ | 51.56 | 77.97 | 25.16 | - |
| YUV | 207.21 | 69.19 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 103 | 0.37 | 0 | 0.59 | 0.01 | 97.45 | 0.96 | 0.7 |
| Hex | 9F | FC | 67 | 25 | 0 | 3B | 1 | 61 | 60 | 46 |
| Octal | 237 | 374 | 147 | 45 | 0 | 73 | 1 | 141 | 140 | 106 |
| Binary | 10011111 | 11111100 | 1100111 | 100101 | 0 | 111011 | 1 | 1100001 | 1100000 | 1000110 |
Color Harmonies of #9FFC67
Complementary color
Monochromatic Colors of #9FFC67
Black with #9FFC67
Text Example
Text Example
White with #9FFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC67; }
p { color: rgb(159,252,103); }
H1.HeaderClassName
{
color: #9FFC67;
}
.AnyTagClassName
{
color: #9FFC67;
}
</style>
background-color css
<style>
a { background-color: #9FFC67; }
a { background-color: rgb(159,252,103); }
div.DivClassName
{
background-color: #9FFC67;
}
.BgClassName
{
background-color: #9FFC67;
}
</style>
border-color css
<style>
span { border-color: #9FFC67; }
span { border-color: rgb(159,252,103); }
td.TdClassName
{
border-color: #9FFC67;
}
.TagClassName
{
border-color: #9FFC67;
}
</style>