Shades of Feijoa #9FE17C
Tints of Feijoa #9FE17C
RGB
CMYK
RGB Variations
Color information
#9FE17C (or 0x9FE17C) is known color: Feijoa. HEX triplet: 9F, E1 and 7C. RGB value is (159,225,124). Sum of RGB (Red+Green+Blue) = 159+225+124=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE17C is #601E83. Grayscale: #C2C2C2. Windows color (decimal): -6299268 or 8184223. OLE color: 8184223.
HSL color Cylindrical-coordinate representation of color #9FE17C: hue angle of 99.21º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FE17C is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 124 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.12 |
| HSL | 99.21º | 0.63% | 0.68% | - |
| HSV(B) | 99.21º | 0.45% | 0.88% | - |
| XYZ | 44.86 | 62.68 | 28.8 | - |
| YUV | 193.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 124 | 0.29 | 0 | 0.45 | 0.12 | 99.21 | 0.63 | 0.68 |
| Hex | 9F | E1 | 7C | 1D | 0 | 2D | C | 63 | 3F | 44 |
| Octal | 237 | 341 | 174 | 35 | 0 | 55 | 14 | 143 | 77 | 104 |
| Binary | 10011111 | 11100001 | 1111100 | 11101 | 0 | 101101 | 1100 | 1100011 | 111111 | 1000100 |
Color Harmonies of #9FE17C
Complementary color
Monochromatic Colors of #9FE17C
Black with #9FE17C
Text Example
Text Example
White with #9FE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE17C; }
p { color: rgb(159,225,124); }
H1.HeaderClassName
{
color: #9FE17C;
}
.AnyTagClassName
{
color: #9FE17C;
}
</style>
background-color css
<style>
a { background-color: #9FE17C; }
a { background-color: rgb(159,225,124); }
div.DivClassName
{
background-color: #9FE17C;
}
.BgClassName
{
background-color: #9FE17C;
}
</style>
border-color css
<style>
span { border-color: #9FE17C; }
span { border-color: rgb(159,225,124); }
td.TdClassName
{
border-color: #9FE17C;
}
.TagClassName
{
border-color: #9FE17C;
}
</style>