Shades of Feijoa #9DFE6D
Tints of Feijoa #9DFE6D
RGB
CMYK
RGB Variations
Color information
#9DFE6D (or 0x9DFE6D) is known color: Feijoa. HEX triplet: 9D, FE and 6D. RGB value is (157,254,109). Sum of RGB (Red+Green+Blue) = 157+254+109=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE6D is #620192. Grayscale: #D0D0D0. Windows color (decimal): -6422931 or 7208605. OLE color: 7208605.
HSL color Cylindrical-coordinate representation of color #9DFE6D: hue angle of 100.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DFE6D is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 109 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.00 |
| HSL | 100.14º | 0.99% | 0.71% | - |
| HSV(B) | 100.14º | 0.57% | 1% | - |
| XYZ | 52.11 | 79.16 | 27 | - |
| YUV | 208.47 | 71.86 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 109 | 0.38 | 0 | 0.57 | 0.00 | 100.14 | 0.99 | 0.71 |
| Hex | 9D | FE | 6D | 26 | 0 | 39 | 0 | 64 | 63 | 47 |
| Octal | 235 | 376 | 155 | 46 | 0 | 71 | 0 | 144 | 143 | 107 |
| Binary | 10011101 | 11111110 | 1101101 | 100110 | 0 | 111001 | 0 | 1100100 | 1100011 | 1000111 |
Color Harmonies of #9DFE6D
Complementary color
Monochromatic Colors of #9DFE6D
Black with #9DFE6D
Text Example
Text Example
White with #9DFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE6D; }
p { color: rgb(157,254,109); }
H1.HeaderClassName
{
color: #9DFE6D;
}
.AnyTagClassName
{
color: #9DFE6D;
}
</style>
background-color css
<style>
a { background-color: #9DFE6D; }
a { background-color: rgb(157,254,109); }
div.DivClassName
{
background-color: #9DFE6D;
}
.BgClassName
{
background-color: #9DFE6D;
}
</style>
border-color css
<style>
span { border-color: #9DFE6D; }
span { border-color: rgb(157,254,109); }
td.TdClassName
{
border-color: #9DFE6D;
}
.TagClassName
{
border-color: #9DFE6D;
}
</style>