Shades of Feijoa #9DDA6C
Tints of Feijoa #9DDA6C
RGB
CMYK
RGB Variations
Color information
#9DDA6C (or 0x9DDA6C) is known color: Feijoa. HEX triplet: 9D, DA and 6C. RGB value is (157,218,108). Sum of RGB (Red+Green+Blue) = 157+218+108=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA6C is #622593. Grayscale: #BBBBBB. Windows color (decimal): -6432148 or 7133853. OLE color: 7133853.
HSL color Cylindrical-coordinate representation of color #9DDA6C: hue angle of 93.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DDA6C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 108 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.15 |
| HSL | 93.27º | 0.6% | 0.64% | - |
| HSV(B) | 93.27º | 0.5% | 0.85% | - |
| XYZ | 41.68 | 58.39 | 23.26 | - |
| YUV | 187.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 108 | 0.28 | 0 | 0.50 | 0.15 | 93.27 | 0.6 | 0.64 |
| Hex | 9D | DA | 6C | 1C | 0 | 32 | F | 5D | 3C | 40 |
| Octal | 235 | 332 | 154 | 34 | 0 | 62 | 17 | 135 | 74 | 100 |
| Binary | 10011101 | 11011010 | 1101100 | 11100 | 0 | 110010 | 1111 | 1011101 | 111100 | 1000000 |
Color Harmonies of #9DDA6C
Complementary color
Monochromatic Colors of #9DDA6C
Black with #9DDA6C
Text Example
Text Example
White with #9DDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA6C; }
p { color: rgb(157,218,108); }
H1.HeaderClassName
{
color: #9DDA6C;
}
.AnyTagClassName
{
color: #9DDA6C;
}
</style>
background-color css
<style>
a { background-color: #9DDA6C; }
a { background-color: rgb(157,218,108); }
div.DivClassName
{
background-color: #9DDA6C;
}
.BgClassName
{
background-color: #9DDA6C;
}
</style>
border-color css
<style>
span { border-color: #9DDA6C; }
span { border-color: rgb(157,218,108); }
td.TdClassName
{
border-color: #9DDA6C;
}
.TagClassName
{
border-color: #9DDA6C;
}
</style>