Shades of Feijoa #9DEC7A
Tints of Feijoa #9DEC7A
RGB
CMYK
RGB Variations
Color information
#9DEC7A (or 0x9DEC7A) is known color: Feijoa. HEX triplet: 9D, EC and 7A. RGB value is (157,236,122). Sum of RGB (Red+Green+Blue) = 157+236+122=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC7A is #621385. Grayscale: #C7C7C7. Windows color (decimal): -6427526 or 8055965. OLE color: 8055965.
HSL color Cylindrical-coordinate representation of color #9DEC7A: hue angle of 101.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DEC7A is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 122 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.07 |
| HSL | 101.58º | 0.75% | 0.7% | - |
| HSV(B) | 101.58º | 0.48% | 0.93% | - |
| XYZ | 47.41 | 68.56 | 29.15 | - |
| YUV | 199.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 122 | 0.33 | 0 | 0.48 | 0.07 | 101.58 | 0.75 | 0.7 |
| Hex | 9D | EC | 7A | 21 | 0 | 30 | 7 | 66 | 4B | 46 |
| Octal | 235 | 354 | 172 | 41 | 0 | 60 | 7 | 146 | 113 | 106 |
| Binary | 10011101 | 11101100 | 1111010 | 100001 | 0 | 110000 | 111 | 1100110 | 1001011 | 1000110 |
Color Harmonies of #9DEC7A
Complementary color
Monochromatic Colors of #9DEC7A
Black with #9DEC7A
Text Example
Text Example
White with #9DEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC7A; }
p { color: rgb(157,236,122); }
H1.HeaderClassName
{
color: #9DEC7A;
}
.AnyTagClassName
{
color: #9DEC7A;
}
</style>
background-color css
<style>
a { background-color: #9DEC7A; }
a { background-color: rgb(157,236,122); }
div.DivClassName
{
background-color: #9DEC7A;
}
.BgClassName
{
background-color: #9DEC7A;
}
</style>
border-color css
<style>
span { border-color: #9DEC7A; }
span { border-color: rgb(157,236,122); }
td.TdClassName
{
border-color: #9DEC7A;
}
.TagClassName
{
border-color: #9DEC7A;
}
</style>