Shades of Feijoa #9DF672
Tints of Feijoa #9DF672
RGB
CMYK
RGB Variations
Color information
#9DF672 (or 0x9DF672) is known color: Feijoa. HEX triplet: 9D, F6 and 72. RGB value is (157,246,114). Sum of RGB (Red+Green+Blue) = 157+246+114=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF672 is #62098D. Grayscale: #CCCCCC. Windows color (decimal): -6424974 or 7534237. OLE color: 7534237.
HSL color Cylindrical-coordinate representation of color #9DF672: hue angle of 100.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF672 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 114 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.04 |
| HSL | 100.45º | 0.88% | 0.71% | - |
| HSV(B) | 100.45º | 0.54% | 0.96% | - |
| XYZ | 49.9 | 74.29 | 27.63 | - |
| YUV | 204.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 114 | 0.36 | 0 | 0.54 | 0.04 | 100.45 | 0.88 | 0.71 |
| Hex | 9D | F6 | 72 | 24 | 0 | 36 | 4 | 64 | 58 | 47 |
| Octal | 235 | 366 | 162 | 44 | 0 | 66 | 4 | 144 | 130 | 107 |
| Binary | 10011101 | 11110110 | 1110010 | 100100 | 0 | 110110 | 100 | 1100100 | 1011000 | 1000111 |
Color Harmonies of #9DF672
Complementary color
Monochromatic Colors of #9DF672
Black with #9DF672
Text Example
Text Example
White with #9DF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF672; }
p { color: rgb(157,246,114); }
H1.HeaderClassName
{
color: #9DF672;
}
.AnyTagClassName
{
color: #9DF672;
}
</style>
background-color css
<style>
a { background-color: #9DF672; }
a { background-color: rgb(157,246,114); }
div.DivClassName
{
background-color: #9DF672;
}
.BgClassName
{
background-color: #9DF672;
}
</style>
border-color css
<style>
span { border-color: #9DF672; }
span { border-color: rgb(157,246,114); }
td.TdClassName
{
border-color: #9DF672;
}
.TagClassName
{
border-color: #9DF672;
}
</style>