Shades of Feijoa #9FE475
Tints of Feijoa #9FE475
RGB
CMYK
RGB Variations
Color information
#9FE475 (or 0x9FE475) is known color: Feijoa. HEX triplet: 9F, E4 and 75. RGB value is (159,228,117). Sum of RGB (Red+Green+Blue) = 159+228+117=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE475 is #601B8A. Grayscale: #C3C3C3. Windows color (decimal): -6298507 or 7726239. OLE color: 7726239.
HSL color Cylindrical-coordinate representation of color #9FE475: hue angle of 97.3º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FE475 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 117 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.11 |
| HSL | 97.3º | 0.67% | 0.68% | - |
| HSV(B) | 97.3º | 0.49% | 0.89% | - |
| XYZ | 45.25 | 64.14 | 26.83 | - |
| YUV | 194.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 117 | 0.30 | 0 | 0.49 | 0.11 | 97.3 | 0.67 | 0.68 |
| Hex | 9F | E4 | 75 | 1E | 0 | 31 | B | 61 | 43 | 44 |
| Octal | 237 | 344 | 165 | 36 | 0 | 61 | 13 | 141 | 103 | 104 |
| Binary | 10011111 | 11100100 | 1110101 | 11110 | 0 | 110001 | 1011 | 1100001 | 1000011 | 1000100 |
Color Harmonies of #9FE475
Complementary color
Monochromatic Colors of #9FE475
Black with #9FE475
Text Example
Text Example
White with #9FE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE475; }
p { color: rgb(159,228,117); }
H1.HeaderClassName
{
color: #9FE475;
}
.AnyTagClassName
{
color: #9FE475;
}
</style>
background-color css
<style>
a { background-color: #9FE475; }
a { background-color: rgb(159,228,117); }
div.DivClassName
{
background-color: #9FE475;
}
.BgClassName
{
background-color: #9FE475;
}
</style>
border-color css
<style>
span { border-color: #9FE475; }
span { border-color: rgb(159,228,117); }
td.TdClassName
{
border-color: #9FE475;
}
.TagClassName
{
border-color: #9FE475;
}
</style>