Shades of Feijoa #9DF96F
Tints of Feijoa #9DF96F
RGB
CMYK
RGB Variations
Color information
#9DF96F (or 0x9DF96F) is known color: Feijoa. HEX triplet: 9D, F9 and 6F. RGB value is (157,249,111). Sum of RGB (Red+Green+Blue) = 157+249+111=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF96F is #620690. Grayscale: #CECECE. Windows color (decimal): -6424209 or 7338397. OLE color: 7338397.
HSL color Cylindrical-coordinate representation of color #9DF96F: hue angle of 100º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DF96F is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 111 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.02 |
| HSL | 100º | 0.92% | 0.71% | - |
| HSV(B) | 100º | 0.55% | 0.98% | - |
| XYZ | 50.65 | 76.07 | 27.05 | - |
| YUV | 205.76 | 74.52 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 111 | 0.37 | 0 | 0.55 | 0.02 | 100 | 0.92 | 0.71 |
| Hex | 9D | F9 | 6F | 25 | 0 | 37 | 2 | 64 | 5C | 47 |
| Octal | 235 | 371 | 157 | 45 | 0 | 67 | 2 | 144 | 134 | 107 |
| Binary | 10011101 | 11111001 | 1101111 | 100101 | 0 | 110111 | 10 | 1100100 | 1011100 | 1000111 |
Color Harmonies of #9DF96F
Complementary color
Monochromatic Colors of #9DF96F
Black with #9DF96F
Text Example
Text Example
White with #9DF96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF96F; }
p { color: rgb(157,249,111); }
H1.HeaderClassName
{
color: #9DF96F;
}
.AnyTagClassName
{
color: #9DF96F;
}
</style>
background-color css
<style>
a { background-color: #9DF96F; }
a { background-color: rgb(157,249,111); }
div.DivClassName
{
background-color: #9DF96F;
}
.BgClassName
{
background-color: #9DF96F;
}
</style>
border-color css
<style>
span { border-color: #9DF96F; }
span { border-color: rgb(157,249,111); }
td.TdClassName
{
border-color: #9DF96F;
}
.TagClassName
{
border-color: #9DF96F;
}
</style>