Shades of Feijoa #9DDA68
Tints of Feijoa #9DDA68
RGB
CMYK
RGB Variations
Color information
#9DDA68 (or 0x9DDA68) is known color: Feijoa. HEX triplet: 9D, DA and 68. RGB value is (157,218,104). Sum of RGB (Red+Green+Blue) = 157+218+104=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA68 is #622597. Grayscale: #BBBBBB. Windows color (decimal): -6432152 or 6871709. OLE color: 6871709.
HSL color Cylindrical-coordinate representation of color #9DDA68: hue angle of 92.11º degrees, saturation: 0.61, 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 #9DDA68 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 104 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.15 |
| HSL | 92.11º | 0.61% | 0.63% | - |
| HSV(B) | 92.11º | 0.52% | 0.85% | - |
| XYZ | 41.47 | 58.31 | 22.17 | - |
| YUV | 186.77 | 81.29 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 104 | 0.28 | 0 | 0.52 | 0.15 | 92.11 | 0.61 | 0.63 |
| Hex | 9D | DA | 68 | 1C | 0 | 34 | F | 5C | 3D | 3F |
| Octal | 235 | 332 | 150 | 34 | 0 | 64 | 17 | 134 | 75 | 77 |
| Binary | 10011101 | 11011010 | 1101000 | 11100 | 0 | 110100 | 1111 | 1011100 | 111101 | 111111 |
Color Harmonies of #9DDA68
Complementary color
Monochromatic Colors of #9DDA68
Black with #9DDA68
Text Example
Text Example
White with #9DDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA68; }
p { color: rgb(157,218,104); }
H1.HeaderClassName
{
color: #9DDA68;
}
.AnyTagClassName
{
color: #9DDA68;
}
</style>
background-color css
<style>
a { background-color: #9DDA68; }
a { background-color: rgb(157,218,104); }
div.DivClassName
{
background-color: #9DDA68;
}
.BgClassName
{
background-color: #9DDA68;
}
</style>
border-color css
<style>
span { border-color: #9DDA68; }
span { border-color: rgb(157,218,104); }
td.TdClassName
{
border-color: #9DDA68;
}
.TagClassName
{
border-color: #9DDA68;
}
</style>