Shades of Feijoa #9DE673
Tints of Feijoa #9DE673
RGB
CMYK
RGB Variations
Color information
#9DE673 (or 0x9DE673) is known color: Feijoa. HEX triplet: 9D, E6 and 73. RGB value is (157,230,115). Sum of RGB (Red+Green+Blue) = 157+230+115=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE673 is #62198C. Grayscale: #C3C3C3. Windows color (decimal): -6429069 or 7595677. OLE color: 7595677.
HSL color Cylindrical-coordinate representation of color #9DE673: hue angle of 98.09º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DE673 is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 115 | - |
| CMYK | 0.32 | 0 | 0.5 | 0.10 |
| HSL | 98.09º | 0.7% | 0.68% | - |
| HSV(B) | 98.09º | 0.5% | 0.9% | - |
| XYZ | 45.3 | 65 | 26.38 | - |
| YUV | 195.06 | 82.82 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 115 | 0.32 | 0 | 0.5 | 0.10 | 98.09 | 0.7 | 0.68 |
| Hex | 9D | E6 | 73 | 20 | 0 | 32 | A | 62 | 46 | 44 |
| Octal | 235 | 346 | 163 | 40 | 0 | 62 | 12 | 142 | 106 | 104 |
| Binary | 10011101 | 11100110 | 1110011 | 100000 | 0 | 110010 | 1010 | 1100010 | 1000110 | 1000100 |
Color Harmonies of #9DE673
Complementary color
Monochromatic Colors of #9DE673
Black with #9DE673
Text Example
Text Example
White with #9DE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE673; }
p { color: rgb(157,230,115); }
H1.HeaderClassName
{
color: #9DE673;
}
.AnyTagClassName
{
color: #9DE673;
}
</style>
background-color css
<style>
a { background-color: #9DE673; }
a { background-color: rgb(157,230,115); }
div.DivClassName
{
background-color: #9DE673;
}
.BgClassName
{
background-color: #9DE673;
}
</style>
border-color css
<style>
span { border-color: #9DE673; }
span { border-color: rgb(157,230,115); }
td.TdClassName
{
border-color: #9DE673;
}
.TagClassName
{
border-color: #9DE673;
}
</style>