Shades of Feijoa #9DF079
Tints of Feijoa #9DF079
RGB
CMYK
RGB Variations
Color information
#9DF079 (or 0x9DF079) is known color: Feijoa. HEX triplet: 9D, F0 and 79. RGB value is (157,240,121). Sum of RGB (Red+Green+Blue) = 157+240+121=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF079 is #620F86. Grayscale: #CACACA. Windows color (decimal): -6426503 or 7991453. OLE color: 7991453.
HSL color Cylindrical-coordinate representation of color #9DF079: hue angle of 101.85º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DF079 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 121 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.06 |
| HSL | 101.85º | 0.8% | 0.71% | - |
| HSV(B) | 101.85º | 0.5% | 0.94% | - |
| XYZ | 48.52 | 70.87 | 29.21 | - |
| YUV | 201.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 121 | 0.35 | 0 | 0.50 | 0.06 | 101.85 | 0.8 | 0.71 |
| Hex | 9D | F0 | 79 | 23 | 0 | 32 | 6 | 66 | 50 | 47 |
| Octal | 235 | 360 | 171 | 43 | 0 | 62 | 6 | 146 | 120 | 107 |
| Binary | 10011101 | 11110000 | 1111001 | 100011 | 0 | 110010 | 110 | 1100110 | 1010000 | 1000111 |
Color Harmonies of #9DF079
Complementary color
Monochromatic Colors of #9DF079
Black with #9DF079
Text Example
Text Example
White with #9DF079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF079; }
p { color: rgb(157,240,121); }
H1.HeaderClassName
{
color: #9DF079;
}
.AnyTagClassName
{
color: #9DF079;
}
</style>
background-color css
<style>
a { background-color: #9DF079; }
a { background-color: rgb(157,240,121); }
div.DivClassName
{
background-color: #9DF079;
}
.BgClassName
{
background-color: #9DF079;
}
</style>
border-color css
<style>
span { border-color: #9DF079; }
span { border-color: rgb(157,240,121); }
td.TdClassName
{
border-color: #9DF079;
}
.TagClassName
{
border-color: #9DF079;
}
</style>