Shades of Feijoa #9DD968
Tints of Feijoa #9DD968
RGB
CMYK
RGB Variations
Color information
#9DD968 (or 0x9DD968) is known color: Feijoa. HEX triplet: 9D, D9 and 68. RGB value is (157,217,104). Sum of RGB (Red+Green+Blue) = 157+217+104=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD968 is #622697. Grayscale: #BABABA. Windows color (decimal): -6432408 or 6871453. OLE color: 6871453.
HSL color Cylindrical-coordinate representation of color #9DD968: hue angle of 91.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DD968 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 104 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.15 |
| HSL | 91.86º | 0.6% | 0.63% | - |
| HSV(B) | 91.86º | 0.52% | 0.85% | - |
| XYZ | 41.22 | 57.79 | 22.08 | - |
| YUV | 186.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 104 | 0.28 | 0 | 0.52 | 0.15 | 91.86 | 0.6 | 0.63 |
| Hex | 9D | D9 | 68 | 1C | 0 | 34 | F | 5C | 3C | 3F |
| Octal | 235 | 331 | 150 | 34 | 0 | 64 | 17 | 134 | 74 | 77 |
| Binary | 10011101 | 11011001 | 1101000 | 11100 | 0 | 110100 | 1111 | 1011100 | 111100 | 111111 |
Color Harmonies of #9DD968
Complementary color
Monochromatic Colors of #9DD968
Black with #9DD968
Text Example
Text Example
White with #9DD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD968; }
p { color: rgb(157,217,104); }
H1.HeaderClassName
{
color: #9DD968;
}
.AnyTagClassName
{
color: #9DD968;
}
</style>
background-color css
<style>
a { background-color: #9DD968; }
a { background-color: rgb(157,217,104); }
div.DivClassName
{
background-color: #9DD968;
}
.BgClassName
{
background-color: #9DD968;
}
</style>
border-color css
<style>
span { border-color: #9DD968; }
span { border-color: rgb(157,217,104); }
td.TdClassName
{
border-color: #9DD968;
}
.TagClassName
{
border-color: #9DD968;
}
</style>