Shades of Feijoa #9DDA76
Tints of Feijoa #9DDA76
RGB
CMYK
RGB Variations
Color information
#9DDA76 (or 0x9DDA76) is known color: Feijoa. HEX triplet: 9D, DA and 76. RGB value is (157,218,118). Sum of RGB (Red+Green+Blue) = 157+218+118=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA76 is #622589. Grayscale: #BCBCBC. Windows color (decimal): -6432138 or 7789213. OLE color: 7789213.
HSL color Cylindrical-coordinate representation of color #9DDA76: hue angle of 96.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DDA76 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 118 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.15 |
| HSL | 96.6º | 0.57% | 0.66% | - |
| HSV(B) | 96.6º | 0.46% | 0.85% | - |
| XYZ | 42.25 | 58.62 | 26.23 | - |
| YUV | 188.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 118 | 0.28 | 0 | 0.46 | 0.15 | 96.6 | 0.57 | 0.66 |
| Hex | 9D | DA | 76 | 1C | 0 | 2E | F | 61 | 39 | 42 |
| Octal | 235 | 332 | 166 | 34 | 0 | 56 | 17 | 141 | 71 | 102 |
| Binary | 10011101 | 11011010 | 1110110 | 11100 | 0 | 101110 | 1111 | 1100001 | 111001 | 1000010 |
Color Harmonies of #9DDA76
Complementary color
Monochromatic Colors of #9DDA76
Black with #9DDA76
Text Example
Text Example
White with #9DDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA76; }
p { color: rgb(157,218,118); }
H1.HeaderClassName
{
color: #9DDA76;
}
.AnyTagClassName
{
color: #9DDA76;
}
</style>
background-color css
<style>
a { background-color: #9DDA76; }
a { background-color: rgb(157,218,118); }
div.DivClassName
{
background-color: #9DDA76;
}
.BgClassName
{
background-color: #9DDA76;
}
</style>
border-color css
<style>
span { border-color: #9DDA76; }
span { border-color: rgb(157,218,118); }
td.TdClassName
{
border-color: #9DDA76;
}
.TagClassName
{
border-color: #9DDA76;
}
</style>