Shades of Feijoa #9DDF6D
Tints of Feijoa #9DDF6D
RGB
CMYK
RGB Variations
Color information
#9DDF6D (or 0x9DDF6D) is known color: Feijoa. HEX triplet: 9D, DF and 6D. RGB value is (157,223,109). Sum of RGB (Red+Green+Blue) = 157+223+109=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF6D is #622092. Grayscale: #BEBEBE. Windows color (decimal): -6430867 or 7200669. OLE color: 7200669.
HSL color Cylindrical-coordinate representation of color #9DDF6D: hue angle of 94.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DDF6D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 109 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.13 |
| HSL | 94.74º | 0.64% | 0.65% | - |
| HSV(B) | 94.74º | 0.51% | 0.87% | - |
| XYZ | 43.05 | 61.05 | 23.98 | - |
| YUV | 190.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 109 | 0.30 | 0 | 0.51 | 0.13 | 94.74 | 0.64 | 0.65 |
| Hex | 9D | DF | 6D | 1E | 0 | 33 | D | 5F | 40 | 41 |
| Octal | 235 | 337 | 155 | 36 | 0 | 63 | 15 | 137 | 100 | 101 |
| Binary | 10011101 | 11011111 | 1101101 | 11110 | 0 | 110011 | 1101 | 1011111 | 1000000 | 1000001 |
Color Harmonies of #9DDF6D
Complementary color
Monochromatic Colors of #9DDF6D
Black with #9DDF6D
Text Example
Text Example
White with #9DDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF6D; }
p { color: rgb(157,223,109); }
H1.HeaderClassName
{
color: #9DDF6D;
}
.AnyTagClassName
{
color: #9DDF6D;
}
</style>
background-color css
<style>
a { background-color: #9DDF6D; }
a { background-color: rgb(157,223,109); }
div.DivClassName
{
background-color: #9DDF6D;
}
.BgClassName
{
background-color: #9DDF6D;
}
</style>
border-color css
<style>
span { border-color: #9DDF6D; }
span { border-color: rgb(157,223,109); }
td.TdClassName
{
border-color: #9DDF6D;
}
.TagClassName
{
border-color: #9DDF6D;
}
</style>