Shades of Feijoa #9FFF70
Tints of Feijoa #9FFF70
RGB
CMYK
RGB Variations
Color information
#9FFF70 (or 0x9FFF70) is known color: Feijoa. HEX triplet: 9F, FF and 70. RGB value is (159,255,112). Sum of RGB (Red+Green+Blue) = 159+255+112=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF70 is #60008F. Grayscale: #D2D2D2. Windows color (decimal): -6291600 or 7405471. OLE color: 7405471.
HSL color Cylindrical-coordinate representation of color #9FFF70: hue angle of 100.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FFF70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 112 | - |
| CMYK | 0.38 | 0 | 0.56 | 0 |
| HSL | 100.28º | 1% | 0.72% | - |
| HSV(B) | 100.28º | 0.56% | 1% | - |
| XYZ | 52.98 | 80.06 | 27.99 | - |
| YUV | 209.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 112 | 0.38 | 0 | 0.56 | 0 | 100.28 | 1 | 0.72 |
| Hex | 9F | FF | 70 | 26 | 0 | 38 | 0 | 64 | 64 | 48 |
| Octal | 237 | 377 | 160 | 46 | 0 | 70 | 0 | 144 | 144 | 110 |
| Binary | 10011111 | 11111111 | 1110000 | 100110 | 0 | 111000 | 0 | 1100100 | 1100100 | 1001000 |
Color Harmonies of #9FFF70
Complementary color
Monochromatic Colors of #9FFF70
Black with #9FFF70
Text Example
Text Example
White with #9FFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF70; }
p { color: rgb(159,255,112); }
H1.HeaderClassName
{
color: #9FFF70;
}
.AnyTagClassName
{
color: #9FFF70;
}
</style>
background-color css
<style>
a { background-color: #9FFF70; }
a { background-color: rgb(159,255,112); }
div.DivClassName
{
background-color: #9FFF70;
}
.BgClassName
{
background-color: #9FFF70;
}
</style>
border-color css
<style>
span { border-color: #9FFF70; }
span { border-color: rgb(159,255,112); }
td.TdClassName
{
border-color: #9FFF70;
}
.TagClassName
{
border-color: #9FFF70;
}
</style>