Shades of Feijoa #9DDD78
Tints of Feijoa #9DDD78
RGB
CMYK
RGB Variations
Color information
#9DDD78 (or 0x9DDD78) is known color: Feijoa. HEX triplet: 9D, DD and 78. RGB value is (157,221,120). Sum of RGB (Red+Green+Blue) = 157+221+120=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD78 is #622287. Grayscale: #BEBEBE. Windows color (decimal): -6431368 or 7921053. OLE color: 7921053.
HSL color Cylindrical-coordinate representation of color #9DDD78: hue angle of 98.02º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DDD78 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 120 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.13 |
| HSL | 98.02º | 0.6% | 0.67% | - |
| HSV(B) | 98.02º | 0.46% | 0.87% | - |
| XYZ | 43.15 | 60.24 | 27.12 | - |
| YUV | 190.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 120 | 0.29 | 0 | 0.46 | 0.13 | 98.02 | 0.6 | 0.67 |
| Hex | 9D | DD | 78 | 1D | 0 | 2E | D | 62 | 3C | 43 |
| Octal | 235 | 335 | 170 | 35 | 0 | 56 | 15 | 142 | 74 | 103 |
| Binary | 10011101 | 11011101 | 1111000 | 11101 | 0 | 101110 | 1101 | 1100010 | 111100 | 1000011 |
Color Harmonies of #9DDD78
Complementary color
Monochromatic Colors of #9DDD78
Black with #9DDD78
Text Example
Text Example
White with #9DDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD78; }
p { color: rgb(157,221,120); }
H1.HeaderClassName
{
color: #9DDD78;
}
.AnyTagClassName
{
color: #9DDD78;
}
</style>
background-color css
<style>
a { background-color: #9DDD78; }
a { background-color: rgb(157,221,120); }
div.DivClassName
{
background-color: #9DDD78;
}
.BgClassName
{
background-color: #9DDD78;
}
</style>
border-color css
<style>
span { border-color: #9DDD78; }
span { border-color: rgb(157,221,120); }
td.TdClassName
{
border-color: #9DDD78;
}
.TagClassName
{
border-color: #9DDD78;
}
</style>