Shades of Feijoa #9DF86C
Tints of Feijoa #9DF86C
RGB
CMYK
RGB Variations
Color information
#9DF86C (or 0x9DF86C) is known color: Feijoa. HEX triplet: 9D, F8 and 6C. RGB value is (157,248,108). Sum of RGB (Red+Green+Blue) = 157+248+108=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF86C is #620793. Grayscale: #CDCDCD. Windows color (decimal): -6424468 or 7141533. OLE color: 7141533.
HSL color Cylindrical-coordinate representation of color #9DF86C: hue angle of 99º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DF86C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 108 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.03 |
| HSL | 99º | 0.91% | 0.7% | - |
| HSV(B) | 99º | 0.56% | 0.97% | - |
| XYZ | 50.18 | 75.39 | 26.09 | - |
| YUV | 204.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 108 | 0.37 | 0 | 0.56 | 0.03 | 99 | 0.91 | 0.7 |
| Hex | 9D | F8 | 6C | 25 | 0 | 38 | 3 | 63 | 5B | 46 |
| Octal | 235 | 370 | 154 | 45 | 0 | 70 | 3 | 143 | 133 | 106 |
| Binary | 10011101 | 11111000 | 1101100 | 100101 | 0 | 111000 | 11 | 1100011 | 1011011 | 1000110 |
Color Harmonies of #9DF86C
Complementary color
Monochromatic Colors of #9DF86C
Black with #9DF86C
Text Example
Text Example
White with #9DF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF86C; }
p { color: rgb(157,248,108); }
H1.HeaderClassName
{
color: #9DF86C;
}
.AnyTagClassName
{
color: #9DF86C;
}
</style>
background-color css
<style>
a { background-color: #9DF86C; }
a { background-color: rgb(157,248,108); }
div.DivClassName
{
background-color: #9DF86C;
}
.BgClassName
{
background-color: #9DF86C;
}
</style>
border-color css
<style>
span { border-color: #9DF86C; }
span { border-color: rgb(157,248,108); }
td.TdClassName
{
border-color: #9DF86C;
}
.TagClassName
{
border-color: #9DF86C;
}
</style>