Shades of Feijoa #9FE469
Tints of Feijoa #9FE469
RGB
CMYK
RGB Variations
Color information
#9FE469 (or 0x9FE469) is known color: Feijoa. HEX triplet: 9F, E4 and 69. RGB value is (159,228,105). Sum of RGB (Red+Green+Blue) = 159+228+105=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE469 is #601B96. Grayscale: #C1C1C1. Windows color (decimal): -6298519 or 6939807. OLE color: 6939807.
HSL color Cylindrical-coordinate representation of color #9FE469: hue angle of 93.66º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE469 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 105 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.11 |
| HSL | 93.66º | 0.69% | 0.65% | - |
| HSV(B) | 93.66º | 0.54% | 0.89% | - |
| XYZ | 44.59 | 63.88 | 23.34 | - |
| YUV | 193.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 105 | 0.30 | 0 | 0.54 | 0.11 | 93.66 | 0.69 | 0.65 |
| Hex | 9F | E4 | 69 | 1E | 0 | 36 | B | 5E | 45 | 41 |
| Octal | 237 | 344 | 151 | 36 | 0 | 66 | 13 | 136 | 105 | 101 |
| Binary | 10011111 | 11100100 | 1101001 | 11110 | 0 | 110110 | 1011 | 1011110 | 1000101 | 1000001 |
Color Harmonies of #9FE469
Complementary color
Monochromatic Colors of #9FE469
Black with #9FE469
Text Example
Text Example
White with #9FE469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE469; }
p { color: rgb(159,228,105); }
H1.HeaderClassName
{
color: #9FE469;
}
.AnyTagClassName
{
color: #9FE469;
}
</style>
background-color css
<style>
a { background-color: #9FE469; }
a { background-color: rgb(159,228,105); }
div.DivClassName
{
background-color: #9FE469;
}
.BgClassName
{
background-color: #9FE469;
}
</style>
border-color css
<style>
span { border-color: #9FE469; }
span { border-color: rgb(159,228,105); }
td.TdClassName
{
border-color: #9FE469;
}
.TagClassName
{
border-color: #9FE469;
}
</style>