Shades of Feijoa #9FE66D
Tints of Feijoa #9FE66D
RGB
CMYK
RGB Variations
Color information
#9FE66D (or 0x9FE66D) is known color: Feijoa. HEX triplet: 9F, E6 and 6D. RGB value is (159,230,109). Sum of RGB (Red+Green+Blue) = 159+230+109=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE66D is #601992. Grayscale: #C3C3C3. Windows color (decimal): -6298003 or 7202463. OLE color: 7202463.
HSL color Cylindrical-coordinate representation of color #9FE66D: hue angle of 95.21º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE66D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 109 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.10 |
| HSL | 95.21º | 0.71% | 0.66% | - |
| HSV(B) | 95.21º | 0.53% | 0.9% | - |
| XYZ | 45.36 | 65.07 | 24.64 | - |
| YUV | 194.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 109 | 0.31 | 0 | 0.53 | 0.10 | 95.21 | 0.71 | 0.66 |
| Hex | 9F | E6 | 6D | 1F | 0 | 35 | A | 5F | 47 | 42 |
| Octal | 237 | 346 | 155 | 37 | 0 | 65 | 12 | 137 | 107 | 102 |
| Binary | 10011111 | 11100110 | 1101101 | 11111 | 0 | 110101 | 1010 | 1011111 | 1000111 | 1000010 |
Color Harmonies of #9FE66D
Complementary color
Monochromatic Colors of #9FE66D
Black with #9FE66D
Text Example
Text Example
White with #9FE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE66D; }
p { color: rgb(159,230,109); }
H1.HeaderClassName
{
color: #9FE66D;
}
.AnyTagClassName
{
color: #9FE66D;
}
</style>
background-color css
<style>
a { background-color: #9FE66D; }
a { background-color: rgb(159,230,109); }
div.DivClassName
{
background-color: #9FE66D;
}
.BgClassName
{
background-color: #9FE66D;
}
</style>
border-color css
<style>
span { border-color: #9FE66D; }
span { border-color: rgb(159,230,109); }
td.TdClassName
{
border-color: #9FE66D;
}
.TagClassName
{
border-color: #9FE66D;
}
</style>