Shades of Feijoa #9DDA73
Tints of Feijoa #9DDA73
RGB
CMYK
RGB Variations
Color information
#9DDA73 (or 0x9DDA73) is known color: Feijoa. HEX triplet: 9D, DA and 73. RGB value is (157,218,115). Sum of RGB (Red+Green+Blue) = 157+218+115=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA73 is #62258C. Grayscale: #BCBCBC. Windows color (decimal): -6432141 or 7592605. OLE color: 7592605.
HSL color Cylindrical-coordinate representation of color #9DDA73: hue angle of 95.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDA73 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 115 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 95.53º | 0.58% | 0.65% | - |
| HSV(B) | 95.53º | 0.47% | 0.85% | - |
| XYZ | 42.07 | 58.55 | 25.3 | - |
| YUV | 188.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 115 | 0.28 | 0 | 0.47 | 0.15 | 95.53 | 0.58 | 0.65 |
| Hex | 9D | DA | 73 | 1C | 0 | 2F | F | 60 | 3A | 41 |
| Octal | 235 | 332 | 163 | 34 | 0 | 57 | 17 | 140 | 72 | 101 |
| Binary | 10011101 | 11011010 | 1110011 | 11100 | 0 | 101111 | 1111 | 1100000 | 111010 | 1000001 |
Color Harmonies of #9DDA73
Complementary color
Monochromatic Colors of #9DDA73
Black with #9DDA73
Text Example
Text Example
White with #9DDA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA73; }
p { color: rgb(157,218,115); }
H1.HeaderClassName
{
color: #9DDA73;
}
.AnyTagClassName
{
color: #9DDA73;
}
</style>
background-color css
<style>
a { background-color: #9DDA73; }
a { background-color: rgb(157,218,115); }
div.DivClassName
{
background-color: #9DDA73;
}
.BgClassName
{
background-color: #9DDA73;
}
</style>
border-color css
<style>
span { border-color: #9DDA73; }
span { border-color: rgb(157,218,115); }
td.TdClassName
{
border-color: #9DDA73;
}
.TagClassName
{
border-color: #9DDA73;
}
</style>