Shades of Feijoa #9FE478
Tints of Feijoa #9FE478
RGB
CMYK
RGB Variations
Color information
#9FE478 (or 0x9FE478) is known color: Feijoa. HEX triplet: 9F, E4 and 78. RGB value is (159,228,120). Sum of RGB (Red+Green+Blue) = 159+228+120=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE478 is #601B87. Grayscale: #C3C3C3. Windows color (decimal): -6298504 or 7922847. OLE color: 7922847.
HSL color Cylindrical-coordinate representation of color #9FE478: hue angle of 98.33º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FE478 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 120 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.11 |
| HSL | 98.33º | 0.67% | 0.68% | - |
| HSV(B) | 98.33º | 0.47% | 0.89% | - |
| XYZ | 45.43 | 64.21 | 27.77 | - |
| YUV | 195.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 120 | 0.30 | 0 | 0.47 | 0.11 | 98.33 | 0.67 | 0.68 |
| Hex | 9F | E4 | 78 | 1E | 0 | 2F | B | 62 | 43 | 44 |
| Octal | 237 | 344 | 170 | 36 | 0 | 57 | 13 | 142 | 103 | 104 |
| Binary | 10011111 | 11100100 | 1111000 | 11110 | 0 | 101111 | 1011 | 1100010 | 1000011 | 1000100 |
Color Harmonies of #9FE478
Complementary color
Monochromatic Colors of #9FE478
Black with #9FE478
Text Example
Text Example
White with #9FE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE478; }
p { color: rgb(159,228,120); }
H1.HeaderClassName
{
color: #9FE478;
}
.AnyTagClassName
{
color: #9FE478;
}
</style>
background-color css
<style>
a { background-color: #9FE478; }
a { background-color: rgb(159,228,120); }
div.DivClassName
{
background-color: #9FE478;
}
.BgClassName
{
background-color: #9FE478;
}
</style>
border-color css
<style>
span { border-color: #9FE478; }
span { border-color: rgb(159,228,120); }
td.TdClassName
{
border-color: #9FE478;
}
.TagClassName
{
border-color: #9FE478;
}
</style>