Shades of Feijoa #9FEA70
Tints of Feijoa #9FEA70
RGB
CMYK
RGB Variations
Color information
#9FEA70 (or 0x9FEA70) is known color: Feijoa. HEX triplet: 9F, EA and 70. RGB value is (159,234,112). Sum of RGB (Red+Green+Blue) = 159+234+112=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA70 is #60158F. Grayscale: #C6C6C6. Windows color (decimal): -6296976 or 7400095. OLE color: 7400095.
HSL color Cylindrical-coordinate representation of color #9FEA70: hue angle of 96.89º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FEA70 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 112 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.08 |
| HSL | 96.89º | 0.74% | 0.68% | - |
| HSV(B) | 96.89º | 0.52% | 0.92% | - |
| XYZ | 46.65 | 67.39 | 25.88 | - |
| YUV | 197.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 112 | 0.32 | 0 | 0.52 | 0.08 | 96.89 | 0.74 | 0.68 |
| Hex | 9F | EA | 70 | 20 | 0 | 34 | 8 | 61 | 4A | 44 |
| Octal | 237 | 352 | 160 | 40 | 0 | 64 | 10 | 141 | 112 | 104 |
| Binary | 10011111 | 11101010 | 1110000 | 100000 | 0 | 110100 | 1000 | 1100001 | 1001010 | 1000100 |
Color Harmonies of #9FEA70
Complementary color
Monochromatic Colors of #9FEA70
Black with #9FEA70
Text Example
Text Example
White with #9FEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA70; }
p { color: rgb(159,234,112); }
H1.HeaderClassName
{
color: #9FEA70;
}
.AnyTagClassName
{
color: #9FEA70;
}
</style>
background-color css
<style>
a { background-color: #9FEA70; }
a { background-color: rgb(159,234,112); }
div.DivClassName
{
background-color: #9FEA70;
}
.BgClassName
{
background-color: #9FEA70;
}
</style>
border-color css
<style>
span { border-color: #9FEA70; }
span { border-color: rgb(159,234,112); }
td.TdClassName
{
border-color: #9FEA70;
}
.TagClassName
{
border-color: #9FEA70;
}
</style>