Shades of Feijoa #9FE267
Tints of Feijoa #9FE267
RGB
CMYK
RGB Variations
Color information
#9FE267 (or 0x9FE267) is known color: Feijoa. HEX triplet: 9F, E2 and 67. RGB value is (159,226,103). Sum of RGB (Red+Green+Blue) = 159+226+103=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE267 is #601D98. Grayscale: #C0C0C0. Windows color (decimal): -6299033 or 6808223. OLE color: 6808223.
HSL color Cylindrical-coordinate representation of color #9FE267: hue angle of 92.68º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE267 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 103 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.11 |
| HSL | 92.68º | 0.68% | 0.65% | - |
| HSV(B) | 92.68º | 0.54% | 0.89% | - |
| XYZ | 43.94 | 62.74 | 22.63 | - |
| YUV | 191.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 103 | 0.30 | 0 | 0.54 | 0.11 | 92.68 | 0.68 | 0.65 |
| Hex | 9F | E2 | 67 | 1E | 0 | 36 | B | 5D | 44 | 41 |
| Octal | 237 | 342 | 147 | 36 | 0 | 66 | 13 | 135 | 104 | 101 |
| Binary | 10011111 | 11100010 | 1100111 | 11110 | 0 | 110110 | 1011 | 1011101 | 1000100 | 1000001 |
Color Harmonies of #9FE267
Complementary color
Monochromatic Colors of #9FE267
Black with #9FE267
Text Example
Text Example
White with #9FE267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE267; }
p { color: rgb(159,226,103); }
H1.HeaderClassName
{
color: #9FE267;
}
.AnyTagClassName
{
color: #9FE267;
}
</style>
background-color css
<style>
a { background-color: #9FE267; }
a { background-color: rgb(159,226,103); }
div.DivClassName
{
background-color: #9FE267;
}
.BgClassName
{
background-color: #9FE267;
}
</style>
border-color css
<style>
span { border-color: #9FE267; }
span { border-color: rgb(159,226,103); }
td.TdClassName
{
border-color: #9FE267;
}
.TagClassName
{
border-color: #9FE267;
}
</style>