Shades of Feijoa #9FE57B
Tints of Feijoa #9FE57B
RGB
CMYK
RGB Variations
Color information
#9FE57B (or 0x9FE57B) is known color: Feijoa. HEX triplet: 9F, E5 and 7B. RGB value is (159,229,123). Sum of RGB (Red+Green+Blue) = 159+229+123=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE57B is #601A84. Grayscale: #C4C4C4. Windows color (decimal): -6298245 or 8119711. OLE color: 8119711.
HSL color Cylindrical-coordinate representation of color #9FE57B: hue angle of 99.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FE57B is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 123 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.10 |
| HSL | 99.62º | 0.67% | 0.69% | - |
| HSV(B) | 99.62º | 0.46% | 0.9% | - |
| XYZ | 45.89 | 64.84 | 28.84 | - |
| YUV | 195.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 123 | 0.31 | 0 | 0.46 | 0.10 | 99.62 | 0.67 | 0.69 |
| Hex | 9F | E5 | 7B | 1F | 0 | 2E | A | 64 | 43 | 45 |
| Octal | 237 | 345 | 173 | 37 | 0 | 56 | 12 | 144 | 103 | 105 |
| Binary | 10011111 | 11100101 | 1111011 | 11111 | 0 | 101110 | 1010 | 1100100 | 1000011 | 1000101 |
Color Harmonies of #9FE57B
Complementary color
Monochromatic Colors of #9FE57B
Black with #9FE57B
Text Example
Text Example
White with #9FE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE57B; }
p { color: rgb(159,229,123); }
H1.HeaderClassName
{
color: #9FE57B;
}
.AnyTagClassName
{
color: #9FE57B;
}
</style>
background-color css
<style>
a { background-color: #9FE57B; }
a { background-color: rgb(159,229,123); }
div.DivClassName
{
background-color: #9FE57B;
}
.BgClassName
{
background-color: #9FE57B;
}
</style>
border-color css
<style>
span { border-color: #9FE57B; }
span { border-color: rgb(159,229,123); }
td.TdClassName
{
border-color: #9FE57B;
}
.TagClassName
{
border-color: #9FE57B;
}
</style>