Shades of Feijoa #9DF671
Tints of Feijoa #9DF671
RGB
CMYK
RGB Variations
Color information
#9DF671 (or 0x9DF671) is known color: Feijoa. HEX triplet: 9D, F6 and 71. RGB value is (157,246,113). Sum of RGB (Red+Green+Blue) = 157+246+113=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF671 is #62098E. Grayscale: #CCCCCC. Windows color (decimal): -6424975 or 7468701. OLE color: 7468701.
HSL color Cylindrical-coordinate representation of color #9DF671: hue angle of 100.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF671 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 113 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.04 |
| HSL | 100.15º | 0.88% | 0.7% | - |
| HSV(B) | 100.15º | 0.54% | 0.96% | - |
| XYZ | 49.84 | 74.27 | 27.33 | - |
| YUV | 204.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 113 | 0.36 | 0 | 0.54 | 0.04 | 100.15 | 0.88 | 0.7 |
| Hex | 9D | F6 | 71 | 24 | 0 | 36 | 4 | 64 | 58 | 46 |
| Octal | 235 | 366 | 161 | 44 | 0 | 66 | 4 | 144 | 130 | 106 |
| Binary | 10011101 | 11110110 | 1110001 | 100100 | 0 | 110110 | 100 | 1100100 | 1011000 | 1000110 |
Color Harmonies of #9DF671
Complementary color
Monochromatic Colors of #9DF671
Black with #9DF671
Text Example
Text Example
White with #9DF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF671; }
p { color: rgb(157,246,113); }
H1.HeaderClassName
{
color: #9DF671;
}
.AnyTagClassName
{
color: #9DF671;
}
</style>
background-color css
<style>
a { background-color: #9DF671; }
a { background-color: rgb(157,246,113); }
div.DivClassName
{
background-color: #9DF671;
}
.BgClassName
{
background-color: #9DF671;
}
</style>
border-color css
<style>
span { border-color: #9DF671; }
span { border-color: rgb(157,246,113); }
td.TdClassName
{
border-color: #9DF671;
}
.TagClassName
{
border-color: #9DF671;
}
</style>