Shades of Feijoa #9EE680
Tints of Feijoa #9EE680
RGB
CMYK
RGB Variations
Color information
#9EE680 (or 0x9EE680) is known color: Feijoa. HEX triplet: 9E, E6 and 80. RGB value is (158,230,128). Sum of RGB (Red+Green+Blue) = 158+230+128=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE680 is #61197F. Grayscale: #C5C5C5. Windows color (decimal): -6363520 or 8447646. OLE color: 8447646.
HSL color Cylindrical-coordinate representation of color #9EE680: hue angle of 102.35º degrees, saturation: 0.67, 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 #9EE680 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 128 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.10 |
| HSL | 102.35º | 0.67% | 0.7% | - |
| HSV(B) | 102.35º | 0.44% | 0.9% | - |
| XYZ | 46.29 | 65.42 | 30.61 | - |
| YUV | 196.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 128 | 0.31 | 0 | 0.44 | 0.10 | 102.35 | 0.67 | 0.7 |
| Hex | 9E | E6 | 80 | 1F | 0 | 2C | A | 66 | 43 | 46 |
| Octal | 236 | 346 | 200 | 37 | 0 | 54 | 12 | 146 | 103 | 106 |
| Binary | 10011110 | 11100110 | 10000000 | 11111 | 0 | 101100 | 1010 | 1100110 | 1000011 | 1000110 |
Color Harmonies of #9EE680
Complementary color
Monochromatic Colors of #9EE680
Black with #9EE680
Text Example
Text Example
White with #9EE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE680; }
p { color: rgb(158,230,128); }
H1.HeaderClassName
{
color: #9EE680;
}
.AnyTagClassName
{
color: #9EE680;
}
</style>
background-color css
<style>
a { background-color: #9EE680; }
a { background-color: rgb(158,230,128); }
div.DivClassName
{
background-color: #9EE680;
}
.BgClassName
{
background-color: #9EE680;
}
</style>
border-color css
<style>
span { border-color: #9EE680; }
span { border-color: rgb(158,230,128); }
td.TdClassName
{
border-color: #9EE680;
}
.TagClassName
{
border-color: #9EE680;
}
</style>