Shades of Feijoa #9FE46D
Tints of Feijoa #9FE46D
RGB
CMYK
RGB Variations
Color information
#9FE46D (or 0x9FE46D) is known color: Feijoa. HEX triplet: 9F, E4 and 6D. RGB value is (159,228,109). Sum of RGB (Red+Green+Blue) = 159+228+109=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE46D is #601B92. Grayscale: #C2C2C2. Windows color (decimal): -6298515 or 7201951. OLE color: 7201951.
HSL color Cylindrical-coordinate representation of color #9FE46D: hue angle of 94.79º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE46D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 109 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.11 |
| HSL | 94.79º | 0.69% | 0.66% | - |
| HSV(B) | 94.79º | 0.52% | 0.89% | - |
| XYZ | 44.8 | 63.96 | 24.45 | - |
| YUV | 193.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 109 | 0.30 | 0 | 0.52 | 0.11 | 94.79 | 0.69 | 0.66 |
| Hex | 9F | E4 | 6D | 1E | 0 | 34 | B | 5F | 45 | 42 |
| Octal | 237 | 344 | 155 | 36 | 0 | 64 | 13 | 137 | 105 | 102 |
| Binary | 10011111 | 11100100 | 1101101 | 11110 | 0 | 110100 | 1011 | 1011111 | 1000101 | 1000010 |
Color Harmonies of #9FE46D
Complementary color
Monochromatic Colors of #9FE46D
Black with #9FE46D
Text Example
Text Example
White with #9FE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE46D; }
p { color: rgb(159,228,109); }
H1.HeaderClassName
{
color: #9FE46D;
}
.AnyTagClassName
{
color: #9FE46D;
}
</style>
background-color css
<style>
a { background-color: #9FE46D; }
a { background-color: rgb(159,228,109); }
div.DivClassName
{
background-color: #9FE46D;
}
.BgClassName
{
background-color: #9FE46D;
}
</style>
border-color css
<style>
span { border-color: #9FE46D; }
span { border-color: rgb(159,228,109); }
td.TdClassName
{
border-color: #9FE46D;
}
.TagClassName
{
border-color: #9FE46D;
}
</style>