Shades of Feijoa #9DDD70
Tints of Feijoa #9DDD70
RGB
CMYK
RGB Variations
Color information
#9DDD70 (or 0x9DDD70) is known color: Feijoa. HEX triplet: 9D, DD and 70. RGB value is (157,221,112). Sum of RGB (Red+Green+Blue) = 157+221+112=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD70 is #62228F. Grayscale: #BDBDBD. Windows color (decimal): -6431376 or 7396765. OLE color: 7396765.
HSL color Cylindrical-coordinate representation of color #9DDD70: hue angle of 95.23º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DDD70 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 112 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.13 |
| HSL | 95.23º | 0.62% | 0.65% | - |
| HSV(B) | 95.23º | 0.49% | 0.87% | - |
| XYZ | 42.69 | 60.05 | 24.67 | - |
| YUV | 189.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 112 | 0.29 | 0 | 0.49 | 0.13 | 95.23 | 0.62 | 0.65 |
| Hex | 9D | DD | 70 | 1D | 0 | 31 | D | 5F | 3E | 41 |
| Octal | 235 | 335 | 160 | 35 | 0 | 61 | 15 | 137 | 76 | 101 |
| Binary | 10011101 | 11011101 | 1110000 | 11101 | 0 | 110001 | 1101 | 1011111 | 111110 | 1000001 |
Color Harmonies of #9DDD70
Complementary color
Monochromatic Colors of #9DDD70
Black with #9DDD70
Text Example
Text Example
White with #9DDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD70; }
p { color: rgb(157,221,112); }
H1.HeaderClassName
{
color: #9DDD70;
}
.AnyTagClassName
{
color: #9DDD70;
}
</style>
background-color css
<style>
a { background-color: #9DDD70; }
a { background-color: rgb(157,221,112); }
div.DivClassName
{
background-color: #9DDD70;
}
.BgClassName
{
background-color: #9DDD70;
}
</style>
border-color css
<style>
span { border-color: #9DDD70; }
span { border-color: rgb(157,221,112); }
td.TdClassName
{
border-color: #9DDD70;
}
.TagClassName
{
border-color: #9DDD70;
}
</style>