Shades of Feijoa #9FE580
Tints of Feijoa #9FE580
RGB
CMYK
RGB Variations
Color information
#9FE580 (or 0x9FE580) is known color: Feijoa. HEX triplet: 9F, E5 and 80. RGB value is (159,229,128). Sum of RGB (Red+Green+Blue) = 159+229+128=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE580 is #601A7F. Grayscale: #C4C4C4. Windows color (decimal): -6298240 or 8447391. OLE color: 8447391.
HSL color Cylindrical-coordinate representation of color #9FE580: hue angle of 101.58º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FE580 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 128 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.10 |
| HSL | 101.58º | 0.66% | 0.7% | - |
| HSV(B) | 101.58º | 0.44% | 0.9% | - |
| XYZ | 46.21 | 64.97 | 30.53 | - |
| YUV | 196.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 128 | 0.31 | 0 | 0.44 | 0.10 | 101.58 | 0.66 | 0.7 |
| Hex | 9F | E5 | 80 | 1F | 0 | 2C | A | 66 | 42 | 46 |
| Octal | 237 | 345 | 200 | 37 | 0 | 54 | 12 | 146 | 102 | 106 |
| Binary | 10011111 | 11100101 | 10000000 | 11111 | 0 | 101100 | 1010 | 1100110 | 1000010 | 1000110 |
Color Harmonies of #9FE580
Complementary color
Monochromatic Colors of #9FE580
Black with #9FE580
Text Example
Text Example
White with #9FE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE580; }
p { color: rgb(159,229,128); }
H1.HeaderClassName
{
color: #9FE580;
}
.AnyTagClassName
{
color: #9FE580;
}
</style>
background-color css
<style>
a { background-color: #9FE580; }
a { background-color: rgb(159,229,128); }
div.DivClassName
{
background-color: #9FE580;
}
.BgClassName
{
background-color: #9FE580;
}
</style>
border-color css
<style>
span { border-color: #9FE580; }
span { border-color: rgb(159,229,128); }
td.TdClassName
{
border-color: #9FE580;
}
.TagClassName
{
border-color: #9FE580;
}
</style>