Shades of Feijoa #9FE277
Tints of Feijoa #9FE277
RGB
CMYK
RGB Variations
Color information
#9FE277 (or 0x9FE277) is known color: Feijoa. HEX triplet: 9F, E2 and 77. RGB value is (159,226,119). Sum of RGB (Red+Green+Blue) = 159+226+119=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE277 is #601D88. Grayscale: #C2C2C2. Windows color (decimal): -6299017 or 7856799. OLE color: 7856799.
HSL color Cylindrical-coordinate representation of color #9FE277: hue angle of 97.57º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FE277 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 119 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.11 |
| HSL | 97.57º | 0.65% | 0.68% | - |
| HSV(B) | 97.57º | 0.47% | 0.89% | - |
| XYZ | 44.82 | 63.1 | 27.27 | - |
| YUV | 193.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 119 | 0.30 | 0 | 0.47 | 0.11 | 97.57 | 0.65 | 0.68 |
| Hex | 9F | E2 | 77 | 1E | 0 | 2F | B | 62 | 41 | 44 |
| Octal | 237 | 342 | 167 | 36 | 0 | 57 | 13 | 142 | 101 | 104 |
| Binary | 10011111 | 11100010 | 1110111 | 11110 | 0 | 101111 | 1011 | 1100010 | 1000001 | 1000100 |
Color Harmonies of #9FE277
Complementary color
Monochromatic Colors of #9FE277
Black with #9FE277
Text Example
Text Example
White with #9FE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE277; }
p { color: rgb(159,226,119); }
H1.HeaderClassName
{
color: #9FE277;
}
.AnyTagClassName
{
color: #9FE277;
}
</style>
background-color css
<style>
a { background-color: #9FE277; }
a { background-color: rgb(159,226,119); }
div.DivClassName
{
background-color: #9FE277;
}
.BgClassName
{
background-color: #9FE277;
}
</style>
border-color css
<style>
span { border-color: #9FE277; }
span { border-color: rgb(159,226,119); }
td.TdClassName
{
border-color: #9FE277;
}
.TagClassName
{
border-color: #9FE277;
}
</style>