Shades of Feijoa #9DE16A
Tints of Feijoa #9DE16A
RGB
CMYK
RGB Variations
Color information
#9DE16A (or 0x9DE16A) is known color: Feijoa. HEX triplet: 9D, E1 and 6A. RGB value is (157,225,106). Sum of RGB (Red+Green+Blue) = 157+225+106=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE16A is #621E95. Grayscale: #BFBFBF. Windows color (decimal): -6430358 or 7004573. OLE color: 7004573.
HSL color Cylindrical-coordinate representation of color #9DE16A: hue angle of 94.29º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DE16A is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 106 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.12 |
| HSL | 94.29º | 0.66% | 0.65% | - |
| HSV(B) | 94.29º | 0.53% | 0.88% | - |
| XYZ | 43.43 | 62.06 | 23.33 | - |
| YUV | 191.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 106 | 0.30 | 0 | 0.53 | 0.12 | 94.29 | 0.66 | 0.65 |
| Hex | 9D | E1 | 6A | 1E | 0 | 35 | C | 5E | 42 | 41 |
| Octal | 235 | 341 | 152 | 36 | 0 | 65 | 14 | 136 | 102 | 101 |
| Binary | 10011101 | 11100001 | 1101010 | 11110 | 0 | 110101 | 1100 | 1011110 | 1000010 | 1000001 |
Color Harmonies of #9DE16A
Complementary color
Monochromatic Colors of #9DE16A
Black with #9DE16A
Text Example
Text Example
White with #9DE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE16A; }
p { color: rgb(157,225,106); }
H1.HeaderClassName
{
color: #9DE16A;
}
.AnyTagClassName
{
color: #9DE16A;
}
</style>
background-color css
<style>
a { background-color: #9DE16A; }
a { background-color: rgb(157,225,106); }
div.DivClassName
{
background-color: #9DE16A;
}
.BgClassName
{
background-color: #9DE16A;
}
</style>
border-color css
<style>
span { border-color: #9DE16A; }
span { border-color: rgb(157,225,106); }
td.TdClassName
{
border-color: #9DE16A;
}
.TagClassName
{
border-color: #9DE16A;
}
</style>