Shades of Feijoa #9DF17C
Tints of Feijoa #9DF17C
RGB
CMYK
RGB Variations
Color information
#9DF17C (or 0x9DF17C) is known color: Feijoa. HEX triplet: 9D, F1 and 7C. RGB value is (157,241,124). Sum of RGB (Red+Green+Blue) = 157+241+124=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF17C is #620E83. Grayscale: #CACACA. Windows color (decimal): -6426244 or 8188317. OLE color: 8188317.
HSL color Cylindrical-coordinate representation of color #9DF17C: hue angle of 103.08º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DF17C is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 124 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.05 |
| HSL | 103.08º | 0.81% | 0.72% | - |
| HSV(B) | 103.08º | 0.49% | 0.95% | - |
| XYZ | 49 | 71.53 | 30.29 | - |
| YUV | 202.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 124 | 0.35 | 0 | 0.49 | 0.05 | 103.08 | 0.81 | 0.72 |
| Hex | 9D | F1 | 7C | 23 | 0 | 31 | 5 | 67 | 51 | 48 |
| Octal | 235 | 361 | 174 | 43 | 0 | 61 | 5 | 147 | 121 | 110 |
| Binary | 10011101 | 11110001 | 1111100 | 100011 | 0 | 110001 | 101 | 1100111 | 1010001 | 1001000 |
Color Harmonies of #9DF17C
Complementary color
Monochromatic Colors of #9DF17C
Black with #9DF17C
Text Example
Text Example
White with #9DF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF17C; }
p { color: rgb(157,241,124); }
H1.HeaderClassName
{
color: #9DF17C;
}
.AnyTagClassName
{
color: #9DF17C;
}
</style>
background-color css
<style>
a { background-color: #9DF17C; }
a { background-color: rgb(157,241,124); }
div.DivClassName
{
background-color: #9DF17C;
}
.BgClassName
{
background-color: #9DF17C;
}
</style>
border-color css
<style>
span { border-color: #9DF17C; }
span { border-color: rgb(157,241,124); }
td.TdClassName
{
border-color: #9DF17C;
}
.TagClassName
{
border-color: #9DF17C;
}
</style>