Shades of Feijoa #9FE56B
Tints of Feijoa #9FE56B
RGB
CMYK
RGB Variations
Color information
#9FE56B (or 0x9FE56B) is known color: Feijoa. HEX triplet: 9F, E5 and 6B. RGB value is (159,229,107). Sum of RGB (Red+Green+Blue) = 159+229+107=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE56B is #601A94. Grayscale: #C2C2C2. Windows color (decimal): -6298261 or 7071135. OLE color: 7071135.
HSL color Cylindrical-coordinate representation of color #9FE56B: hue angle of 94.43º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FE56B is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 107 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.10 |
| HSL | 94.43º | 0.7% | 0.66% | - |
| HSV(B) | 94.43º | 0.53% | 0.9% | - |
| XYZ | 44.97 | 64.47 | 23.98 | - |
| YUV | 194.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 107 | 0.31 | 0 | 0.53 | 0.10 | 94.43 | 0.7 | 0.66 |
| Hex | 9F | E5 | 6B | 1F | 0 | 35 | A | 5E | 46 | 42 |
| Octal | 237 | 345 | 153 | 37 | 0 | 65 | 12 | 136 | 106 | 102 |
| Binary | 10011111 | 11100101 | 1101011 | 11111 | 0 | 110101 | 1010 | 1011110 | 1000110 | 1000010 |
Color Harmonies of #9FE56B
Complementary color
Monochromatic Colors of #9FE56B
Black with #9FE56B
Text Example
Text Example
White with #9FE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE56B; }
p { color: rgb(159,229,107); }
H1.HeaderClassName
{
color: #9FE56B;
}
.AnyTagClassName
{
color: #9FE56B;
}
</style>
background-color css
<style>
a { background-color: #9FE56B; }
a { background-color: rgb(159,229,107); }
div.DivClassName
{
background-color: #9FE56B;
}
.BgClassName
{
background-color: #9FE56B;
}
</style>
border-color css
<style>
span { border-color: #9FE56B; }
span { border-color: rgb(159,229,107); }
td.TdClassName
{
border-color: #9FE56B;
}
.TagClassName
{
border-color: #9FE56B;
}
</style>