Shades of Feijoa #9DEA7E
Tints of Feijoa #9DEA7E
RGB
CMYK
RGB Variations
Color information
#9DEA7E (or 0x9DEA7E) is known color: Feijoa. HEX triplet: 9D, EA and 7E. RGB value is (157,234,126). Sum of RGB (Red+Green+Blue) = 157+234+126=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA7E is #621581. Grayscale: #C7C7C7. Windows color (decimal): -6428034 or 8317597. OLE color: 8317597.
HSL color Cylindrical-coordinate representation of color #9DEA7E: hue angle of 102.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DEA7E is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 126 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.08 |
| HSL | 102.78º | 0.72% | 0.71% | - |
| HSV(B) | 102.78º | 0.46% | 0.92% | - |
| XYZ | 47.09 | 67.52 | 30.29 | - |
| YUV | 198.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 126 | 0.33 | 0 | 0.46 | 0.08 | 102.78 | 0.72 | 0.71 |
| Hex | 9D | EA | 7E | 21 | 0 | 2E | 8 | 67 | 48 | 47 |
| Octal | 235 | 352 | 176 | 41 | 0 | 56 | 10 | 147 | 110 | 107 |
| Binary | 10011101 | 11101010 | 1111110 | 100001 | 0 | 101110 | 1000 | 1100111 | 1001000 | 1000111 |
Color Harmonies of #9DEA7E
Complementary color
Monochromatic Colors of #9DEA7E
Black with #9DEA7E
Text Example
Text Example
White with #9DEA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA7E; }
p { color: rgb(157,234,126); }
H1.HeaderClassName
{
color: #9DEA7E;
}
.AnyTagClassName
{
color: #9DEA7E;
}
</style>
background-color css
<style>
a { background-color: #9DEA7E; }
a { background-color: rgb(157,234,126); }
div.DivClassName
{
background-color: #9DEA7E;
}
.BgClassName
{
background-color: #9DEA7E;
}
</style>
border-color css
<style>
span { border-color: #9DEA7E; }
span { border-color: rgb(157,234,126); }
td.TdClassName
{
border-color: #9DEA7E;
}
.TagClassName
{
border-color: #9DEA7E;
}
</style>