Shades of Feijoa #9EE27A
Tints of Feijoa #9EE27A
RGB
CMYK
RGB Variations
Color information
#9EE27A (or 0x9EE27A) is known color: Feijoa. HEX triplet: 9E, E2 and 7A. RGB value is (158,226,122). Sum of RGB (Red+Green+Blue) = 158+226+122=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE27A is #611D85. Grayscale: #C2C2C2. Windows color (decimal): -6364550 or 8053406. OLE color: 8053406.
HSL color Cylindrical-coordinate representation of color #9EE27A: hue angle of 99.23º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EE27A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 122 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.11 |
| HSL | 99.23º | 0.64% | 0.68% | - |
| HSV(B) | 99.23º | 0.46% | 0.89% | - |
| XYZ | 44.81 | 63.07 | 28.22 | - |
| YUV | 193.81 | 87.47 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 122 | 0.30 | 0 | 0.46 | 0.11 | 99.23 | 0.64 | 0.68 |
| Hex | 9E | E2 | 7A | 1E | 0 | 2E | B | 63 | 40 | 44 |
| Octal | 236 | 342 | 172 | 36 | 0 | 56 | 13 | 143 | 100 | 104 |
| Binary | 10011110 | 11100010 | 1111010 | 11110 | 0 | 101110 | 1011 | 1100011 | 1000000 | 1000100 |
Color Harmonies of #9EE27A
Complementary color
Monochromatic Colors of #9EE27A
Black with #9EE27A
Text Example
Text Example
White with #9EE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE27A; }
p { color: rgb(158,226,122); }
H1.HeaderClassName
{
color: #9EE27A;
}
.AnyTagClassName
{
color: #9EE27A;
}
</style>
background-color css
<style>
a { background-color: #9EE27A; }
a { background-color: rgb(158,226,122); }
div.DivClassName
{
background-color: #9EE27A;
}
.BgClassName
{
background-color: #9EE27A;
}
</style>
border-color css
<style>
span { border-color: #9EE27A; }
span { border-color: rgb(158,226,122); }
td.TdClassName
{
border-color: #9EE27A;
}
.TagClassName
{
border-color: #9EE27A;
}
</style>