Shades of Feijoa #9FDC6E
Tints of Feijoa #9FDC6E
RGB
CMYK
RGB Variations
Color information
#9FDC6E (or 0x9FDC6E) is known color: Feijoa. HEX triplet: 9F, DC and 6E. RGB value is (159,220,110). Sum of RGB (Red+Green+Blue) = 159+220+110=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC6E is #602391. Grayscale: #BDBDBD. Windows color (decimal): -6300562 or 7265439. OLE color: 7265439.
HSL color Cylindrical-coordinate representation of color #9FDC6E: hue angle of 93.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FDC6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 110 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.14 |
| HSL | 93.27º | 0.61% | 0.65% | - |
| HSV(B) | 93.27º | 0.5% | 0.86% | - |
| XYZ | 42.71 | 59.68 | 24.02 | - |
| YUV | 189.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 110 | 0.28 | 0 | 0.50 | 0.14 | 93.27 | 0.61 | 0.65 |
| Hex | 9F | DC | 6E | 1C | 0 | 32 | E | 5D | 3D | 41 |
| Octal | 237 | 334 | 156 | 34 | 0 | 62 | 16 | 135 | 75 | 101 |
| Binary | 10011111 | 11011100 | 1101110 | 11100 | 0 | 110010 | 1110 | 1011101 | 111101 | 1000001 |
Color Harmonies of #9FDC6E
Complementary color
Monochromatic Colors of #9FDC6E
Black with #9FDC6E
Text Example
Text Example
White with #9FDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC6E; }
p { color: rgb(159,220,110); }
H1.HeaderClassName
{
color: #9FDC6E;
}
.AnyTagClassName
{
color: #9FDC6E;
}
</style>
background-color css
<style>
a { background-color: #9FDC6E; }
a { background-color: rgb(159,220,110); }
div.DivClassName
{
background-color: #9FDC6E;
}
.BgClassName
{
background-color: #9FDC6E;
}
</style>
border-color css
<style>
span { border-color: #9FDC6E; }
span { border-color: rgb(159,220,110); }
td.TdClassName
{
border-color: #9FDC6E;
}
.TagClassName
{
border-color: #9FDC6E;
}
</style>