Shades of Feijoa #9FE56F
Tints of Feijoa #9FE56F
RGB
CMYK
RGB Variations
Color information
#9FE56F (or 0x9FE56F) is known color: Feijoa. HEX triplet: 9F, E5 and 6F. RGB value is (159,229,111). Sum of RGB (Red+Green+Blue) = 159+229+111=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE56F is #601A90. Grayscale: #C3C3C3. Windows color (decimal): -6298257 or 7333279. OLE color: 7333279.
HSL color Cylindrical-coordinate representation of color #9FE56F: hue angle of 95.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE56F is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 111 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.10 |
| HSL | 95.59º | 0.69% | 0.67% | - |
| HSV(B) | 95.59º | 0.52% | 0.9% | - |
| XYZ | 45.19 | 64.56 | 25.12 | - |
| YUV | 194.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 111 | 0.31 | 0 | 0.52 | 0.10 | 95.59 | 0.69 | 0.67 |
| Hex | 9F | E5 | 6F | 1F | 0 | 34 | A | 60 | 45 | 43 |
| Octal | 237 | 345 | 157 | 37 | 0 | 64 | 12 | 140 | 105 | 103 |
| Binary | 10011111 | 11100101 | 1101111 | 11111 | 0 | 110100 | 1010 | 1100000 | 1000101 | 1000011 |
Color Harmonies of #9FE56F
Complementary color
Monochromatic Colors of #9FE56F
Black with #9FE56F
Text Example
Text Example
White with #9FE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE56F; }
p { color: rgb(159,229,111); }
H1.HeaderClassName
{
color: #9FE56F;
}
.AnyTagClassName
{
color: #9FE56F;
}
</style>
background-color css
<style>
a { background-color: #9FE56F; }
a { background-color: rgb(159,229,111); }
div.DivClassName
{
background-color: #9FE56F;
}
.BgClassName
{
background-color: #9FE56F;
}
</style>
border-color css
<style>
span { border-color: #9FE56F; }
span { border-color: rgb(159,229,111); }
td.TdClassName
{
border-color: #9FE56F;
}
.TagClassName
{
border-color: #9FE56F;
}
</style>