Shades of Feijoa #9EE573
Tints of Feijoa #9EE573
RGB
CMYK
RGB Variations
Color information
#9EE573 (or 0x9EE573) is known color: Feijoa. HEX triplet: 9E, E5 and 73. RGB value is (158,229,115). Sum of RGB (Red+Green+Blue) = 158+229+115=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE573 is #611A8C. Grayscale: #C3C3C3. Windows color (decimal): -6363789 or 7595422. OLE color: 7595422.
HSL color Cylindrical-coordinate representation of color #9EE573: hue angle of 97.37º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EE573 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 115 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.10 |
| HSL | 97.37º | 0.69% | 0.67% | - |
| HSV(B) | 97.37º | 0.5% | 0.9% | - |
| XYZ | 45.21 | 64.55 | 26.3 | - |
| YUV | 194.78 | 82.98 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 115 | 0.31 | 0 | 0.50 | 0.10 | 97.37 | 0.69 | 0.67 |
| Hex | 9E | E5 | 73 | 1F | 0 | 32 | A | 61 | 45 | 43 |
| Octal | 236 | 345 | 163 | 37 | 0 | 62 | 12 | 141 | 105 | 103 |
| Binary | 10011110 | 11100101 | 1110011 | 11111 | 0 | 110010 | 1010 | 1100001 | 1000101 | 1000011 |
Color Harmonies of #9EE573
Complementary color
Monochromatic Colors of #9EE573
Black with #9EE573
Text Example
Text Example
White with #9EE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE573; }
p { color: rgb(158,229,115); }
H1.HeaderClassName
{
color: #9EE573;
}
.AnyTagClassName
{
color: #9EE573;
}
</style>
background-color css
<style>
a { background-color: #9EE573; }
a { background-color: rgb(158,229,115); }
div.DivClassName
{
background-color: #9EE573;
}
.BgClassName
{
background-color: #9EE573;
}
</style>
border-color css
<style>
span { border-color: #9EE573; }
span { border-color: rgb(158,229,115); }
td.TdClassName
{
border-color: #9EE573;
}
.TagClassName
{
border-color: #9EE573;
}
</style>