Shades of Feijoa #9FED78
Tints of Feijoa #9FED78
RGB
CMYK
RGB Variations
Color information
#9FED78 (or 0x9FED78) is known color: Feijoa. HEX triplet: 9F, ED and 78. RGB value is (159,237,120). Sum of RGB (Red+Green+Blue) = 159+237+120=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED78 is #601287. Grayscale: #C8C8C8. Windows color (decimal): -6296200 or 7925151. OLE color: 7925151.
HSL color Cylindrical-coordinate representation of color #9FED78: hue angle of 100º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FED78 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 120 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.07 |
| HSL | 100º | 0.76% | 0.7% | - |
| HSV(B) | 100º | 0.49% | 0.93% | - |
| XYZ | 47.97 | 69.3 | 28.62 | - |
| YUV | 200.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 120 | 0.33 | 0 | 0.49 | 0.07 | 100 | 0.76 | 0.7 |
| Hex | 9F | ED | 78 | 21 | 0 | 31 | 7 | 64 | 4C | 46 |
| Octal | 237 | 355 | 170 | 41 | 0 | 61 | 7 | 144 | 114 | 106 |
| Binary | 10011111 | 11101101 | 1111000 | 100001 | 0 | 110001 | 111 | 1100100 | 1001100 | 1000110 |
Color Harmonies of #9FED78
Complementary color
Monochromatic Colors of #9FED78
Black with #9FED78
Text Example
Text Example
White with #9FED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED78; }
p { color: rgb(159,237,120); }
H1.HeaderClassName
{
color: #9FED78;
}
.AnyTagClassName
{
color: #9FED78;
}
</style>
background-color css
<style>
a { background-color: #9FED78; }
a { background-color: rgb(159,237,120); }
div.DivClassName
{
background-color: #9FED78;
}
.BgClassName
{
background-color: #9FED78;
}
</style>
border-color css
<style>
span { border-color: #9FED78; }
span { border-color: rgb(159,237,120); }
td.TdClassName
{
border-color: #9FED78;
}
.TagClassName
{
border-color: #9FED78;
}
</style>