Shades of Feijoa #9FE36D
Tints of Feijoa #9FE36D
RGB
CMYK
RGB Variations
Color information
#9FE36D (or 0x9FE36D) is known color: Feijoa. HEX triplet: 9F, E3 and 6D. RGB value is (159,227,109). Sum of RGB (Red+Green+Blue) = 159+227+109=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE36D is #601C92. Grayscale: #C1C1C1. Windows color (decimal): -6298771 or 7201695. OLE color: 7201695.
HSL color Cylindrical-coordinate representation of color #9FE36D: hue angle of 94.58º degrees, saturation: 0.68, 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 #9FE36D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 109 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.11 |
| HSL | 94.58º | 0.68% | 0.66% | - |
| HSV(B) | 94.58º | 0.52% | 0.89% | - |
| XYZ | 44.53 | 63.41 | 24.36 | - |
| YUV | 193.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 109 | 0.30 | 0 | 0.52 | 0.11 | 94.58 | 0.68 | 0.66 |
| Hex | 9F | E3 | 6D | 1E | 0 | 34 | B | 5F | 44 | 42 |
| Octal | 237 | 343 | 155 | 36 | 0 | 64 | 13 | 137 | 104 | 102 |
| Binary | 10011111 | 11100011 | 1101101 | 11110 | 0 | 110100 | 1011 | 1011111 | 1000100 | 1000010 |
Color Harmonies of #9FE36D
Complementary color
Monochromatic Colors of #9FE36D
Black with #9FE36D
Text Example
Text Example
White with #9FE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE36D; }
p { color: rgb(159,227,109); }
H1.HeaderClassName
{
color: #9FE36D;
}
.AnyTagClassName
{
color: #9FE36D;
}
</style>
background-color css
<style>
a { background-color: #9FE36D; }
a { background-color: rgb(159,227,109); }
div.DivClassName
{
background-color: #9FE36D;
}
.BgClassName
{
background-color: #9FE36D;
}
</style>
border-color css
<style>
span { border-color: #9FE36D; }
span { border-color: rgb(159,227,109); }
td.TdClassName
{
border-color: #9FE36D;
}
.TagClassName
{
border-color: #9FE36D;
}
</style>