Shades of Feijoa #9EE273
Tints of Feijoa #9EE273
RGB
CMYK
RGB Variations
Color information
#9EE273 (or 0x9EE273) is known color: Feijoa. HEX triplet: 9E, E2 and 73. RGB value is (158,226,115). Sum of RGB (Red+Green+Blue) = 158+226+115=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE273 is #611D8C. Grayscale: #C1C1C1. Windows color (decimal): -6364557 or 7594654. OLE color: 7594654.
HSL color Cylindrical-coordinate representation of color #9EE273: hue angle of 96.76º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE273 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 115 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.11 |
| HSL | 96.76º | 0.66% | 0.67% | - |
| HSV(B) | 96.76º | 0.49% | 0.89% | - |
| XYZ | 44.39 | 62.9 | 26.02 | - |
| YUV | 193.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 115 | 0.30 | 0 | 0.49 | 0.11 | 96.76 | 0.66 | 0.67 |
| Hex | 9E | E2 | 73 | 1E | 0 | 31 | B | 61 | 42 | 43 |
| Octal | 236 | 342 | 163 | 36 | 0 | 61 | 13 | 141 | 102 | 103 |
| Binary | 10011110 | 11100010 | 1110011 | 11110 | 0 | 110001 | 1011 | 1100001 | 1000010 | 1000011 |
Color Harmonies of #9EE273
Complementary color
Monochromatic Colors of #9EE273
Black with #9EE273
Text Example
Text Example
White with #9EE273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE273; }
p { color: rgb(158,226,115); }
H1.HeaderClassName
{
color: #9EE273;
}
.AnyTagClassName
{
color: #9EE273;
}
</style>
background-color css
<style>
a { background-color: #9EE273; }
a { background-color: rgb(158,226,115); }
div.DivClassName
{
background-color: #9EE273;
}
.BgClassName
{
background-color: #9EE273;
}
</style>
border-color css
<style>
span { border-color: #9EE273; }
span { border-color: rgb(158,226,115); }
td.TdClassName
{
border-color: #9EE273;
}
.TagClassName
{
border-color: #9EE273;
}
</style>