Shades of Feijoa #9DDD6E
Tints of Feijoa #9DDD6E
RGB
CMYK
RGB Variations
Color information
#9DDD6E (or 0x9DDD6E) is known color: Feijoa. HEX triplet: 9D, DD and 6E. RGB value is (157,221,110). Sum of RGB (Red+Green+Blue) = 157+221+110=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD6E is #622291. Grayscale: #BDBDBD. Windows color (decimal): -6431378 or 7265693. OLE color: 7265693.
HSL color Cylindrical-coordinate representation of color #9DDD6E: hue angle of 94.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DDD6E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 110 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.13 |
| HSL | 94.59º | 0.62% | 0.65% | - |
| HSV(B) | 94.59º | 0.5% | 0.87% | - |
| XYZ | 42.58 | 60.01 | 24.09 | - |
| YUV | 189.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 110 | 0.29 | 0 | 0.50 | 0.13 | 94.59 | 0.62 | 0.65 |
| Hex | 9D | DD | 6E | 1D | 0 | 32 | D | 5F | 3E | 41 |
| Octal | 235 | 335 | 156 | 35 | 0 | 62 | 15 | 137 | 76 | 101 |
| Binary | 10011101 | 11011101 | 1101110 | 11101 | 0 | 110010 | 1101 | 1011111 | 111110 | 1000001 |
Color Harmonies of #9DDD6E
Complementary color
Monochromatic Colors of #9DDD6E
Black with #9DDD6E
Text Example
Text Example
White with #9DDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD6E; }
p { color: rgb(157,221,110); }
H1.HeaderClassName
{
color: #9DDD6E;
}
.AnyTagClassName
{
color: #9DDD6E;
}
</style>
background-color css
<style>
a { background-color: #9DDD6E; }
a { background-color: rgb(157,221,110); }
div.DivClassName
{
background-color: #9DDD6E;
}
.BgClassName
{
background-color: #9DDD6E;
}
</style>
border-color css
<style>
span { border-color: #9DDD6E; }
span { border-color: rgb(157,221,110); }
td.TdClassName
{
border-color: #9DDD6E;
}
.TagClassName
{
border-color: #9DDD6E;
}
</style>