Shades of Feijoa #9DE873
Tints of Feijoa #9DE873
RGB
CMYK
RGB Variations
Color information
#9DE873 (or 0x9DE873) is known color: Feijoa. HEX triplet: 9D, E8 and 73. RGB value is (157,232,115). Sum of RGB (Red+Green+Blue) = 157+232+115=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE873 is #62178C. Grayscale: #C4C4C4. Windows color (decimal): -6428557 or 7596189. OLE color: 7596189.
HSL color Cylindrical-coordinate representation of color #9DE873: hue angle of 98.46º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DE873 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 232 | 115 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.09 |
| HSL | 98.46º | 0.72% | 0.68% | - |
| HSV(B) | 98.46º | 0.5% | 0.91% | - |
| XYZ | 45.86 | 66.12 | 26.57 | - |
| YUV | 196.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 232 | 115 | 0.32 | 0 | 0.50 | 0.09 | 98.46 | 0.72 | 0.68 |
| Hex | 9D | E8 | 73 | 20 | 0 | 32 | 9 | 62 | 48 | 44 |
| Octal | 235 | 350 | 163 | 40 | 0 | 62 | 11 | 142 | 110 | 104 |
| Binary | 10011101 | 11101000 | 1110011 | 100000 | 0 | 110010 | 1001 | 1100010 | 1001000 | 1000100 |
Color Harmonies of #9DE873
Complementary color
Monochromatic Colors of #9DE873
Black with #9DE873
Text Example
Text Example
White with #9DE873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE873; }
p { color: rgb(157,232,115); }
H1.HeaderClassName
{
color: #9DE873;
}
.AnyTagClassName
{
color: #9DE873;
}
</style>
background-color css
<style>
a { background-color: #9DE873; }
a { background-color: rgb(157,232,115); }
div.DivClassName
{
background-color: #9DE873;
}
.BgClassName
{
background-color: #9DE873;
}
</style>
border-color css
<style>
span { border-color: #9DE873; }
span { border-color: rgb(157,232,115); }
td.TdClassName
{
border-color: #9DE873;
}
.TagClassName
{
border-color: #9DE873;
}
</style>