Shades of Feijoa #9FE484
Tints of Feijoa #9FE484
RGB
CMYK
RGB Variations
Color information
#9FE484 (or 0x9FE484) is known color: Feijoa. HEX triplet: 9F, E4 and 84. RGB value is (159,228,132). Sum of RGB (Red+Green+Blue) = 159+228+132=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE484 is #601B7B. Grayscale: #C4C4C4. Windows color (decimal): -6298492 or 8709279. OLE color: 8709279.
HSL color Cylindrical-coordinate representation of color #9FE484: hue angle of 103.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FE484 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 132 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.11 |
| HSL | 103.13º | 0.64% | 0.71% | - |
| HSV(B) | 103.13º | 0.42% | 0.89% | - |
| XYZ | 46.21 | 64.52 | 31.85 | - |
| YUV | 196.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 132 | 0.30 | 0 | 0.42 | 0.11 | 103.13 | 0.64 | 0.71 |
| Hex | 9F | E4 | 84 | 1E | 0 | 2A | B | 67 | 40 | 47 |
| Octal | 237 | 344 | 204 | 36 | 0 | 52 | 13 | 147 | 100 | 107 |
| Binary | 10011111 | 11100100 | 10000100 | 11110 | 0 | 101010 | 1011 | 1100111 | 1000000 | 1000111 |
Color Harmonies of #9FE484
Complementary color
Monochromatic Colors of #9FE484
Black with #9FE484
Text Example
Text Example
White with #9FE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE484; }
p { color: rgb(159,228,132); }
H1.HeaderClassName
{
color: #9FE484;
}
.AnyTagClassName
{
color: #9FE484;
}
</style>
background-color css
<style>
a { background-color: #9FE484; }
a { background-color: rgb(159,228,132); }
div.DivClassName
{
background-color: #9FE484;
}
.BgClassName
{
background-color: #9FE484;
}
</style>
border-color css
<style>
span { border-color: #9FE484; }
span { border-color: rgb(159,228,132); }
td.TdClassName
{
border-color: #9FE484;
}
.TagClassName
{
border-color: #9FE484;
}
</style>