Shades of Feijoa #9FE467
Tints of Feijoa #9FE467
RGB
CMYK
RGB Variations
Color information
#9FE467 (or 0x9FE467) is known color: Feijoa. HEX triplet: 9F, E4 and 67. RGB value is (159,228,103). Sum of RGB (Red+Green+Blue) = 159+228+103=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE467 is #601B98. Grayscale: #C1C1C1. Windows color (decimal): -6298521 or 6808735. OLE color: 6808735.
HSL color Cylindrical-coordinate representation of color #9FE467: hue angle of 93.12º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FE467 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 103 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.11 |
| HSL | 93.12º | 0.7% | 0.65% | - |
| HSV(B) | 93.12º | 0.55% | 0.89% | - |
| XYZ | 44.49 | 63.84 | 22.81 | - |
| YUV | 193.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 103 | 0.30 | 0 | 0.55 | 0.11 | 93.12 | 0.7 | 0.65 |
| Hex | 9F | E4 | 67 | 1E | 0 | 37 | B | 5D | 46 | 41 |
| Octal | 237 | 344 | 147 | 36 | 0 | 67 | 13 | 135 | 106 | 101 |
| Binary | 10011111 | 11100100 | 1100111 | 11110 | 0 | 110111 | 1011 | 1011101 | 1000110 | 1000001 |
Color Harmonies of #9FE467
Complementary color
Monochromatic Colors of #9FE467
Black with #9FE467
Text Example
Text Example
White with #9FE467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE467; }
p { color: rgb(159,228,103); }
H1.HeaderClassName
{
color: #9FE467;
}
.AnyTagClassName
{
color: #9FE467;
}
</style>
background-color css
<style>
a { background-color: #9FE467; }
a { background-color: rgb(159,228,103); }
div.DivClassName
{
background-color: #9FE467;
}
.BgClassName
{
background-color: #9FE467;
}
</style>
border-color css
<style>
span { border-color: #9FE467; }
span { border-color: rgb(159,228,103); }
td.TdClassName
{
border-color: #9FE467;
}
.TagClassName
{
border-color: #9FE467;
}
</style>