Shades of Feijoa #9FE982
Tints of Feijoa #9FE982
RGB
CMYK
RGB Variations
Color information
#9FE982 (or 0x9FE982) is known color: Feijoa. HEX triplet: 9F, E9 and 82. RGB value is (159,233,130). Sum of RGB (Red+Green+Blue) = 159+233+130=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE982 is #60167D. Grayscale: #C7C7C7. Windows color (decimal): -6297214 or 8579487. OLE color: 8579487.
HSL color Cylindrical-coordinate representation of color #9FE982: hue angle of 103.11º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FE982 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 130 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.09 |
| HSL | 103.11º | 0.7% | 0.71% | - |
| HSV(B) | 103.11º | 0.44% | 0.91% | - |
| XYZ | 47.47 | 67.26 | 31.6 | - |
| YUV | 199.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 130 | 0.32 | 0 | 0.44 | 0.09 | 103.11 | 0.7 | 0.71 |
| Hex | 9F | E9 | 82 | 20 | 0 | 2C | 9 | 67 | 46 | 47 |
| Octal | 237 | 351 | 202 | 40 | 0 | 54 | 11 | 147 | 106 | 107 |
| Binary | 10011111 | 11101001 | 10000010 | 100000 | 0 | 101100 | 1001 | 1100111 | 1000110 | 1000111 |
Color Harmonies of #9FE982
Complementary color
Monochromatic Colors of #9FE982
Black with #9FE982
Text Example
Text Example
White with #9FE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE982; }
p { color: rgb(159,233,130); }
H1.HeaderClassName
{
color: #9FE982;
}
.AnyTagClassName
{
color: #9FE982;
}
</style>
background-color css
<style>
a { background-color: #9FE982; }
a { background-color: rgb(159,233,130); }
div.DivClassName
{
background-color: #9FE982;
}
.BgClassName
{
background-color: #9FE982;
}
</style>
border-color css
<style>
span { border-color: #9FE982; }
span { border-color: rgb(159,233,130); }
td.TdClassName
{
border-color: #9FE982;
}
.TagClassName
{
border-color: #9FE982;
}
</style>