Shades of Gossip #9FD17B
Tints of Gossip #9FD17B
RGB
CMYK
RGB Variations
Color information
#9FD17B (or 0x9FD17B) is known color: Gossip. HEX triplet: 9F, D1 and 7B. RGB value is (159,209,123). Sum of RGB (Red+Green+Blue) = 159+209+123=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD17B is #602E84. Grayscale: #B8B8B8. Windows color (decimal): -6303365 or 8114591. OLE color: 8114591.
HSL color Cylindrical-coordinate representation of color #9FD17B: hue angle of 94.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FD17B is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 123 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.18 |
| HSL | 94.88º | 0.48% | 0.65% | - |
| HSV(B) | 94.88º | 0.41% | 0.82% | - |
| XYZ | 40.67 | 54.4 | 27.1 | - |
| YUV | 184.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 123 | 0.24 | 0 | 0.41 | 0.18 | 94.88 | 0.48 | 0.65 |
| Hex | 9F | D1 | 7B | 18 | 0 | 29 | 12 | 5F | 30 | 41 |
| Octal | 237 | 321 | 173 | 30 | 0 | 51 | 22 | 137 | 60 | 101 |
| Binary | 10011111 | 11010001 | 1111011 | 11000 | 0 | 101001 | 10010 | 1011111 | 110000 | 1000001 |
Color Harmonies of #9FD17B
Complementary color
Monochromatic Colors of #9FD17B
Black with #9FD17B
Text Example
Text Example
White with #9FD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD17B; }
p { color: rgb(159,209,123); }
H1.HeaderClassName
{
color: #9FD17B;
}
.AnyTagClassName
{
color: #9FD17B;
}
</style>
background-color css
<style>
a { background-color: #9FD17B; }
a { background-color: rgb(159,209,123); }
div.DivClassName
{
background-color: #9FD17B;
}
.BgClassName
{
background-color: #9FD17B;
}
</style>
border-color css
<style>
span { border-color: #9FD17B; }
span { border-color: rgb(159,209,123); }
td.TdClassName
{
border-color: #9FD17B;
}
.TagClassName
{
border-color: #9FD17B;
}
</style>