Shades of Feijoa #9DF86D
Tints of Feijoa #9DF86D
RGB
CMYK
RGB Variations
Color information
#9DF86D (or 0x9DF86D) is known color: Feijoa. HEX triplet: 9D, F8 and 6D. RGB value is (157,248,109). Sum of RGB (Red+Green+Blue) = 157+248+109=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF86D is #620792. Grayscale: #CDCDCD. Windows color (decimal): -6424467 or 7207069. OLE color: 7207069.
HSL color Cylindrical-coordinate representation of color #9DF86D: hue angle of 99.28º 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 #9DF86D is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 109 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.03 |
| HSL | 99.28º | 0.91% | 0.7% | - |
| HSV(B) | 99.28º | 0.56% | 0.97% | - |
| XYZ | 50.23 | 75.41 | 26.38 | - |
| YUV | 204.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 109 | 0.37 | 0 | 0.56 | 0.03 | 99.28 | 0.91 | 0.7 |
| Hex | 9D | F8 | 6D | 25 | 0 | 38 | 3 | 63 | 5B | 46 |
| Octal | 235 | 370 | 155 | 45 | 0 | 70 | 3 | 143 | 133 | 106 |
| Binary | 10011101 | 11111000 | 1101101 | 100101 | 0 | 111000 | 11 | 1100011 | 1011011 | 1000110 |
Color Harmonies of #9DF86D
Complementary color
Monochromatic Colors of #9DF86D
Black with #9DF86D
Text Example
Text Example
White with #9DF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF86D; }
p { color: rgb(157,248,109); }
H1.HeaderClassName
{
color: #9DF86D;
}
.AnyTagClassName
{
color: #9DF86D;
}
</style>
background-color css
<style>
a { background-color: #9DF86D; }
a { background-color: rgb(157,248,109); }
div.DivClassName
{
background-color: #9DF86D;
}
.BgClassName
{
background-color: #9DF86D;
}
</style>
border-color css
<style>
span { border-color: #9DF86D; }
span { border-color: rgb(157,248,109); }
td.TdClassName
{
border-color: #9DF86D;
}
.TagClassName
{
border-color: #9DF86D;
}
</style>