Shades of Feijoa #9FE17B
Tints of Feijoa #9FE17B
RGB
CMYK
RGB Variations
Color information
#9FE17B (or 0x9FE17B) is known color: Feijoa. HEX triplet: 9F, E1 and 7B. RGB value is (159,225,123). Sum of RGB (Red+Green+Blue) = 159+225+123=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE17B is #601E84. Grayscale: #C1C1C1. Windows color (decimal): -6299269 or 8118687. OLE color: 8118687.
HSL color Cylindrical-coordinate representation of color #9FE17B: hue angle of 98.82º 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 #9FE17B is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 123 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.12 |
| HSL | 98.82º | 0.63% | 0.68% | - |
| HSV(B) | 98.82º | 0.45% | 0.88% | - |
| XYZ | 44.8 | 62.65 | 28.47 | - |
| YUV | 193.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 123 | 0.29 | 0 | 0.45 | 0.12 | 98.82 | 0.63 | 0.68 |
| Hex | 9F | E1 | 7B | 1D | 0 | 2D | C | 63 | 3F | 44 |
| Octal | 237 | 341 | 173 | 35 | 0 | 55 | 14 | 143 | 77 | 104 |
| Binary | 10011111 | 11100001 | 1111011 | 11101 | 0 | 101101 | 1100 | 1100011 | 111111 | 1000100 |
Color Harmonies of #9FE17B
Complementary color
Monochromatic Colors of #9FE17B
Black with #9FE17B
Text Example
Text Example
White with #9FE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE17B; }
p { color: rgb(159,225,123); }
H1.HeaderClassName
{
color: #9FE17B;
}
.AnyTagClassName
{
color: #9FE17B;
}
</style>
background-color css
<style>
a { background-color: #9FE17B; }
a { background-color: rgb(159,225,123); }
div.DivClassName
{
background-color: #9FE17B;
}
.BgClassName
{
background-color: #9FE17B;
}
</style>
border-color css
<style>
span { border-color: #9FE17B; }
span { border-color: rgb(159,225,123); }
td.TdClassName
{
border-color: #9FE17B;
}
.TagClassName
{
border-color: #9FE17B;
}
</style>