Shades of Feijoa #9FE083
Tints of Feijoa #9FE083
RGB
CMYK
RGB Variations
Color information
#9FE083 (or 0x9FE083) is known color: Feijoa. HEX triplet: 9F, E0 and 83. RGB value is (159,224,131). Sum of RGB (Red+Green+Blue) = 159+224+131=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE083 is #601F7C. Grayscale: #C2C2C2. Windows color (decimal): -6299517 or 8642719. OLE color: 8642719.
HSL color Cylindrical-coordinate representation of color #9FE083: hue angle of 101.94º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FE083 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 131 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.12 |
| HSL | 101.94º | 0.6% | 0.7% | - |
| HSV(B) | 101.94º | 0.42% | 0.88% | - |
| XYZ | 45.05 | 62.32 | 31.13 | - |
| YUV | 193.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 131 | 0.29 | 0 | 0.42 | 0.12 | 101.94 | 0.6 | 0.7 |
| Hex | 9F | E0 | 83 | 1D | 0 | 2A | C | 66 | 3C | 46 |
| Octal | 237 | 340 | 203 | 35 | 0 | 52 | 14 | 146 | 74 | 106 |
| Binary | 10011111 | 11100000 | 10000011 | 11101 | 0 | 101010 | 1100 | 1100110 | 111100 | 1000110 |
Color Harmonies of #9FE083
Complementary color
Monochromatic Colors of #9FE083
Black with #9FE083
Text Example
Text Example
White with #9FE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE083; }
p { color: rgb(159,224,131); }
H1.HeaderClassName
{
color: #9FE083;
}
.AnyTagClassName
{
color: #9FE083;
}
</style>
background-color css
<style>
a { background-color: #9FE083; }
a { background-color: rgb(159,224,131); }
div.DivClassName
{
background-color: #9FE083;
}
.BgClassName
{
background-color: #9FE083;
}
</style>
border-color css
<style>
span { border-color: #9FE083; }
span { border-color: rgb(159,224,131); }
td.TdClassName
{
border-color: #9FE083;
}
.TagClassName
{
border-color: #9FE083;
}
</style>