Shades of Feijoa #9FF07D
Tints of Feijoa #9FF07D
RGB
CMYK
RGB Variations
Color information
#9FF07D (or 0x9FF07D) is known color: Feijoa. HEX triplet: 9F, F0 and 7D. RGB value is (159,240,125). Sum of RGB (Red+Green+Blue) = 159+240+125=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF07D is #600F82. Grayscale: #CBCBCB. Windows color (decimal): -6295427 or 8253599. OLE color: 8253599.
HSL color Cylindrical-coordinate representation of color #9FF07D: hue angle of 102.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FF07D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 125 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.06 |
| HSL | 102.26º | 0.79% | 0.72% | - |
| HSV(B) | 102.26º | 0.48% | 0.94% | - |
| XYZ | 49.16 | 71.17 | 30.55 | - |
| YUV | 202.67 | 84.16 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 125 | 0.34 | 0 | 0.48 | 0.06 | 102.26 | 0.79 | 0.72 |
| Hex | 9F | F0 | 7D | 22 | 0 | 30 | 6 | 66 | 4F | 48 |
| Octal | 237 | 360 | 175 | 42 | 0 | 60 | 6 | 146 | 117 | 110 |
| Binary | 10011111 | 11110000 | 1111101 | 100010 | 0 | 110000 | 110 | 1100110 | 1001111 | 1001000 |
Color Harmonies of #9FF07D
Complementary color
Monochromatic Colors of #9FF07D
Black with #9FF07D
Text Example
Text Example
White with #9FF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF07D; }
p { color: rgb(159,240,125); }
H1.HeaderClassName
{
color: #9FF07D;
}
.AnyTagClassName
{
color: #9FF07D;
}
</style>
background-color css
<style>
a { background-color: #9FF07D; }
a { background-color: rgb(159,240,125); }
div.DivClassName
{
background-color: #9FF07D;
}
.BgClassName
{
background-color: #9FF07D;
}
</style>
border-color css
<style>
span { border-color: #9FF07D; }
span { border-color: rgb(159,240,125); }
td.TdClassName
{
border-color: #9FF07D;
}
.TagClassName
{
border-color: #9FF07D;
}
</style>