Shades of Feijoa #9FD172
Tints of Feijoa #9FD172
RGB
CMYK
RGB Variations
Color information
#9FD172 (or 0x9FD172) is known color: Feijoa. HEX triplet: 9F, D1 and 72. RGB value is (159,209,114). Sum of RGB (Red+Green+Blue) = 159+209+114=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD172 is #602E8D. Grayscale: #B7B7B7. Windows color (decimal): -6303374 or 7524767. OLE color: 7524767.
HSL color Cylindrical-coordinate representation of color #9FD172: hue angle of 91.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FD172 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 114 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.18 |
| HSL | 91.58º | 0.51% | 0.63% | - |
| HSV(B) | 91.58º | 0.45% | 0.82% | - |
| XYZ | 40.14 | 54.19 | 24.26 | - |
| YUV | 183.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 114 | 0.24 | 0 | 0.45 | 0.18 | 91.58 | 0.51 | 0.63 |
| Hex | 9F | D1 | 72 | 18 | 0 | 2D | 12 | 5C | 33 | 3F |
| Octal | 237 | 321 | 162 | 30 | 0 | 55 | 22 | 134 | 63 | 77 |
| Binary | 10011111 | 11010001 | 1110010 | 11000 | 0 | 101101 | 10010 | 1011100 | 110011 | 111111 |
Color Harmonies of #9FD172
Complementary color
Monochromatic Colors of #9FD172
Black with #9FD172
Text Example
Text Example
White with #9FD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD172; }
p { color: rgb(159,209,114); }
H1.HeaderClassName
{
color: #9FD172;
}
.AnyTagClassName
{
color: #9FD172;
}
</style>
background-color css
<style>
a { background-color: #9FD172; }
a { background-color: rgb(159,209,114); }
div.DivClassName
{
background-color: #9FD172;
}
.BgClassName
{
background-color: #9FD172;
}
</style>
border-color css
<style>
span { border-color: #9FD172; }
span { border-color: rgb(159,209,114); }
td.TdClassName
{
border-color: #9FD172;
}
.TagClassName
{
border-color: #9FD172;
}
</style>