Shades of Feijoa #9EE483
Tints of Feijoa #9EE483
RGB
CMYK
RGB Variations
Color information
#9EE483 (or 0x9EE483) is known color: Feijoa. HEX triplet: 9E, E4 and 83. RGB value is (158,228,131). Sum of RGB (Red+Green+Blue) = 158+228+131=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE483 is #611B7C. Grayscale: #C4C4C4. Windows color (decimal): -6364029 or 8643742. OLE color: 8643742.
HSL color Cylindrical-coordinate representation of color #9EE483: hue angle of 103.3º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EE483 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 131 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.11 |
| HSL | 103.3º | 0.64% | 0.7% | - |
| HSV(B) | 103.3º | 0.43% | 0.89% | - |
| XYZ | 45.94 | 64.39 | 31.48 | - |
| YUV | 196.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 131 | 0.31 | 0 | 0.43 | 0.11 | 103.3 | 0.64 | 0.7 |
| Hex | 9E | E4 | 83 | 1F | 0 | 2B | B | 67 | 40 | 46 |
| Octal | 236 | 344 | 203 | 37 | 0 | 53 | 13 | 147 | 100 | 106 |
| Binary | 10011110 | 11100100 | 10000011 | 11111 | 0 | 101011 | 1011 | 1100111 | 1000000 | 1000110 |
Color Harmonies of #9EE483
Complementary color
Monochromatic Colors of #9EE483
Black with #9EE483
Text Example
Text Example
White with #9EE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE483; }
p { color: rgb(158,228,131); }
H1.HeaderClassName
{
color: #9EE483;
}
.AnyTagClassName
{
color: #9EE483;
}
</style>
background-color css
<style>
a { background-color: #9EE483; }
a { background-color: rgb(158,228,131); }
div.DivClassName
{
background-color: #9EE483;
}
.BgClassName
{
background-color: #9EE483;
}
</style>
border-color css
<style>
span { border-color: #9EE483; }
span { border-color: rgb(158,228,131); }
td.TdClassName
{
border-color: #9EE483;
}
.TagClassName
{
border-color: #9EE483;
}
</style>