Shades of Feijoa #9FE476
Tints of Feijoa #9FE476
RGB
CMYK
RGB Variations
Color information
#9FE476 (or 0x9FE476) is known color: Feijoa. HEX triplet: 9F, E4 and 76. RGB value is (159,228,118). Sum of RGB (Red+Green+Blue) = 159+228+118=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE476 is #601B89. Grayscale: #C3C3C3. Windows color (decimal): -6298506 or 7791775. OLE color: 7791775.
HSL color Cylindrical-coordinate representation of color #9FE476: hue angle of 97.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FE476 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 118 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.11 |
| HSL | 97.64º | 0.67% | 0.68% | - |
| HSV(B) | 97.64º | 0.48% | 0.89% | - |
| XYZ | 45.31 | 64.17 | 27.14 | - |
| YUV | 194.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 118 | 0.30 | 0 | 0.48 | 0.11 | 97.64 | 0.67 | 0.68 |
| Hex | 9F | E4 | 76 | 1E | 0 | 30 | B | 62 | 43 | 44 |
| Octal | 237 | 344 | 166 | 36 | 0 | 60 | 13 | 142 | 103 | 104 |
| Binary | 10011111 | 11100100 | 1110110 | 11110 | 0 | 110000 | 1011 | 1100010 | 1000011 | 1000100 |
Color Harmonies of #9FE476
Complementary color
Monochromatic Colors of #9FE476
Black with #9FE476
Text Example
Text Example
White with #9FE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE476; }
p { color: rgb(159,228,118); }
H1.HeaderClassName
{
color: #9FE476;
}
.AnyTagClassName
{
color: #9FE476;
}
</style>
background-color css
<style>
a { background-color: #9FE476; }
a { background-color: rgb(159,228,118); }
div.DivClassName
{
background-color: #9FE476;
}
.BgClassName
{
background-color: #9FE476;
}
</style>
border-color css
<style>
span { border-color: #9FE476; }
span { border-color: rgb(159,228,118); }
td.TdClassName
{
border-color: #9FE476;
}
.TagClassName
{
border-color: #9FE476;
}
</style>