Shades of Feijoa #9DD974
Tints of Feijoa #9DD974
RGB
CMYK
RGB Variations
Color information
#9DD974 (or 0x9DD974) is known color: Feijoa. HEX triplet: 9D, D9 and 74. RGB value is (157,217,116). Sum of RGB (Red+Green+Blue) = 157+217+116=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD974 is #62268B. Grayscale: #BBBBBB. Windows color (decimal): -6432396 or 7657885. OLE color: 7657885.
HSL color Cylindrical-coordinate representation of color #9DD974: hue angle of 95.64º degrees, saturation: 0.57, 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 #9DD974 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 116 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 95.64º | 0.57% | 0.65% | - |
| HSV(B) | 95.64º | 0.47% | 0.85% | - |
| XYZ | 41.87 | 58.05 | 25.52 | - |
| YUV | 187.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 116 | 0.28 | 0 | 0.47 | 0.15 | 95.64 | 0.57 | 0.65 |
| Hex | 9D | D9 | 74 | 1C | 0 | 2F | F | 60 | 39 | 41 |
| Octal | 235 | 331 | 164 | 34 | 0 | 57 | 17 | 140 | 71 | 101 |
| Binary | 10011101 | 11011001 | 1110100 | 11100 | 0 | 101111 | 1111 | 1100000 | 111001 | 1000001 |
Color Harmonies of #9DD974
Complementary color
Monochromatic Colors of #9DD974
Black with #9DD974
Text Example
Text Example
White with #9DD974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD974; }
p { color: rgb(157,217,116); }
H1.HeaderClassName
{
color: #9DD974;
}
.AnyTagClassName
{
color: #9DD974;
}
</style>
background-color css
<style>
a { background-color: #9DD974; }
a { background-color: rgb(157,217,116); }
div.DivClassName
{
background-color: #9DD974;
}
.BgClassName
{
background-color: #9DD974;
}
</style>
border-color css
<style>
span { border-color: #9DD974; }
span { border-color: rgb(157,217,116); }
td.TdClassName
{
border-color: #9DD974;
}
.TagClassName
{
border-color: #9DD974;
}
</style>