Shades of Feijoa #9DE17A
Tints of Feijoa #9DE17A
RGB
CMYK
RGB Variations
Color information
#9DE17A (or 0x9DE17A) is known color: Feijoa. HEX triplet: 9D, E1 and 7A. RGB value is (157,225,122). Sum of RGB (Red+Green+Blue) = 157+225+122=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE17A is #621E85. Grayscale: #C1C1C1. Windows color (decimal): -6430342 or 8053149. OLE color: 8053149.
HSL color Cylindrical-coordinate representation of color #9DE17A: hue angle of 99.61º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DE17A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 122 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.12 |
| HSL | 99.61º | 0.63% | 0.68% | - |
| HSV(B) | 99.61º | 0.46% | 0.88% | - |
| XYZ | 44.34 | 62.42 | 28.12 | - |
| YUV | 192.93 | 87.97 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 122 | 0.30 | 0 | 0.46 | 0.12 | 99.61 | 0.63 | 0.68 |
| Hex | 9D | E1 | 7A | 1E | 0 | 2E | C | 64 | 3F | 44 |
| Octal | 235 | 341 | 172 | 36 | 0 | 56 | 14 | 144 | 77 | 104 |
| Binary | 10011101 | 11100001 | 1111010 | 11110 | 0 | 101110 | 1100 | 1100100 | 111111 | 1000100 |
Color Harmonies of #9DE17A
Complementary color
Monochromatic Colors of #9DE17A
Black with #9DE17A
Text Example
Text Example
White with #9DE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE17A; }
p { color: rgb(157,225,122); }
H1.HeaderClassName
{
color: #9DE17A;
}
.AnyTagClassName
{
color: #9DE17A;
}
</style>
background-color css
<style>
a { background-color: #9DE17A; }
a { background-color: rgb(157,225,122); }
div.DivClassName
{
background-color: #9DE17A;
}
.BgClassName
{
background-color: #9DE17A;
}
</style>
border-color css
<style>
span { border-color: #9DE17A; }
span { border-color: rgb(157,225,122); }
td.TdClassName
{
border-color: #9DE17A;
}
.TagClassName
{
border-color: #9DE17A;
}
</style>