Shades of Feijoa #9FE473
Tints of Feijoa #9FE473
RGB
CMYK
RGB Variations
Color information
#9FE473 (or 0x9FE473) is known color: Feijoa. HEX triplet: 9F, E4 and 73. RGB value is (159,228,115). Sum of RGB (Red+Green+Blue) = 159+228+115=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE473 is #601B8C. Grayscale: #C2C2C2. Windows color (decimal): -6298509 or 7595167. OLE color: 7595167.
HSL color Cylindrical-coordinate representation of color #9FE473: hue angle of 96.64º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE473 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 115 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.11 |
| HSL | 96.64º | 0.68% | 0.67% | - |
| HSV(B) | 96.64º | 0.5% | 0.89% | - |
| XYZ | 45.14 | 64.1 | 26.21 | - |
| YUV | 194.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 115 | 0.30 | 0 | 0.50 | 0.11 | 96.64 | 0.68 | 0.67 |
| Hex | 9F | E4 | 73 | 1E | 0 | 32 | B | 61 | 44 | 43 |
| Octal | 237 | 344 | 163 | 36 | 0 | 62 | 13 | 141 | 104 | 103 |
| Binary | 10011111 | 11100100 | 1110011 | 11110 | 0 | 110010 | 1011 | 1100001 | 1000100 | 1000011 |
Color Harmonies of #9FE473
Complementary color
Monochromatic Colors of #9FE473
Black with #9FE473
Text Example
Text Example
White with #9FE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE473; }
p { color: rgb(159,228,115); }
H1.HeaderClassName
{
color: #9FE473;
}
.AnyTagClassName
{
color: #9FE473;
}
</style>
background-color css
<style>
a { background-color: #9FE473; }
a { background-color: rgb(159,228,115); }
div.DivClassName
{
background-color: #9FE473;
}
.BgClassName
{
background-color: #9FE473;
}
</style>
border-color css
<style>
span { border-color: #9FE473; }
span { border-color: rgb(159,228,115); }
td.TdClassName
{
border-color: #9FE473;
}
.TagClassName
{
border-color: #9FE473;
}
</style>