Shades of Feijoa #9FDB72
Tints of Feijoa #9FDB72
RGB
CMYK
RGB Variations
Color information
#9FDB72 (or 0x9FDB72) is known color: Feijoa. HEX triplet: 9F, DB and 72. RGB value is (159,219,114). Sum of RGB (Red+Green+Blue) = 159+219+114=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB72 is #60248D. Grayscale: #BDBDBD. Windows color (decimal): -6300814 or 7527327. OLE color: 7527327.
HSL color Cylindrical-coordinate representation of color #9FDB72: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDB72 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 114 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.14 |
| HSL | 94.29º | 0.59% | 0.65% | - |
| HSV(B) | 94.29º | 0.48% | 0.86% | - |
| XYZ | 42.67 | 59.25 | 25.11 | - |
| YUV | 189.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 114 | 0.27 | 0 | 0.48 | 0.14 | 94.29 | 0.59 | 0.65 |
| Hex | 9F | DB | 72 | 1B | 0 | 30 | E | 5E | 3B | 41 |
| Octal | 237 | 333 | 162 | 33 | 0 | 60 | 16 | 136 | 73 | 101 |
| Binary | 10011111 | 11011011 | 1110010 | 11011 | 0 | 110000 | 1110 | 1011110 | 111011 | 1000001 |
Color Harmonies of #9FDB72
Complementary color
Monochromatic Colors of #9FDB72
Black with #9FDB72
Text Example
Text Example
White with #9FDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB72; }
p { color: rgb(159,219,114); }
H1.HeaderClassName
{
color: #9FDB72;
}
.AnyTagClassName
{
color: #9FDB72;
}
</style>
background-color css
<style>
a { background-color: #9FDB72; }
a { background-color: rgb(159,219,114); }
div.DivClassName
{
background-color: #9FDB72;
}
.BgClassName
{
background-color: #9FDB72;
}
</style>
border-color css
<style>
span { border-color: #9FDB72; }
span { border-color: rgb(159,219,114); }
td.TdClassName
{
border-color: #9FDB72;
}
.TagClassName
{
border-color: #9FDB72;
}
</style>