Shades of Feijoa #9DE37A
Tints of Feijoa #9DE37A
RGB
CMYK
RGB Variations
Color information
#9DE37A (or 0x9DE37A) is known color: Feijoa. HEX triplet: 9D, E3 and 7A. RGB value is (157,227,122). Sum of RGB (Red+Green+Blue) = 157+227+122=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE37A is #621C85. Grayscale: #C2C2C2. Windows color (decimal): -6429830 or 8053661. OLE color: 8053661.
HSL color Cylindrical-coordinate representation of color #9DE37A: hue angle of 100º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DE37A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 227 | 122 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.11 |
| HSL | 100º | 0.65% | 0.68% | - |
| HSV(B) | 100º | 0.46% | 0.89% | - |
| XYZ | 44.89 | 63.51 | 28.31 | - |
| YUV | 194.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 122 | 0.31 | 0 | 0.46 | 0.11 | 100 | 0.65 | 0.68 |
| Hex | 9D | E3 | 7A | 1F | 0 | 2E | B | 64 | 41 | 44 |
| Octal | 235 | 343 | 172 | 37 | 0 | 56 | 13 | 144 | 101 | 104 |
| Binary | 10011101 | 11100011 | 1111010 | 11111 | 0 | 101110 | 1011 | 1100100 | 1000001 | 1000100 |
Color Harmonies of #9DE37A
Complementary color
Monochromatic Colors of #9DE37A
Black with #9DE37A
Text Example
Text Example
White with #9DE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE37A; }
p { color: rgb(157,227,122); }
H1.HeaderClassName
{
color: #9DE37A;
}
.AnyTagClassName
{
color: #9DE37A;
}
</style>
background-color css
<style>
a { background-color: #9DE37A; }
a { background-color: rgb(157,227,122); }
div.DivClassName
{
background-color: #9DE37A;
}
.BgClassName
{
background-color: #9DE37A;
}
</style>
border-color css
<style>
span { border-color: #9DE37A; }
span { border-color: rgb(157,227,122); }
td.TdClassName
{
border-color: #9DE37A;
}
.TagClassName
{
border-color: #9DE37A;
}
</style>