Shades of Feijoa #9FE175
Tints of Feijoa #9FE175
RGB
CMYK
RGB Variations
Color information
#9FE175 (or 0x9FE175) is known color: Feijoa. HEX triplet: 9F, E1 and 75. RGB value is (159,225,117). Sum of RGB (Red+Green+Blue) = 159+225+117=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE175 is #601E8A. Grayscale: #C1C1C1. Windows color (decimal): -6299275 or 7725471. OLE color: 7725471.
HSL color Cylindrical-coordinate representation of color #9FE175: hue angle of 96.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FE175 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 117 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.12 |
| HSL | 96.67º | 0.64% | 0.67% | - |
| HSV(B) | 96.67º | 0.48% | 0.88% | - |
| XYZ | 44.43 | 62.51 | 26.55 | - |
| YUV | 192.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 117 | 0.29 | 0 | 0.48 | 0.12 | 96.67 | 0.64 | 0.67 |
| Hex | 9F | E1 | 75 | 1D | 0 | 30 | C | 61 | 40 | 43 |
| Octal | 237 | 341 | 165 | 35 | 0 | 60 | 14 | 141 | 100 | 103 |
| Binary | 10011111 | 11100001 | 1110101 | 11101 | 0 | 110000 | 1100 | 1100001 | 1000000 | 1000011 |
Color Harmonies of #9FE175
Complementary color
Monochromatic Colors of #9FE175
Black with #9FE175
Text Example
Text Example
White with #9FE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE175; }
p { color: rgb(159,225,117); }
H1.HeaderClassName
{
color: #9FE175;
}
.AnyTagClassName
{
color: #9FE175;
}
</style>
background-color css
<style>
a { background-color: #9FE175; }
a { background-color: rgb(159,225,117); }
div.DivClassName
{
background-color: #9FE175;
}
.BgClassName
{
background-color: #9FE175;
}
</style>
border-color css
<style>
span { border-color: #9FE175; }
span { border-color: rgb(159,225,117); }
td.TdClassName
{
border-color: #9FE175;
}
.TagClassName
{
border-color: #9FE175;
}
</style>