Shades of Gossip #9FC58B
Tints of Gossip #9FC58B
RGB
CMYK
RGB Variations
Color information
#9FC58B (or 0x9FC58B) is known color: Gossip. HEX triplet: 9F, C5 and 8B. RGB value is (159,197,139). Sum of RGB (Red+Green+Blue) = 159+197+139=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC58B is #603A74. Grayscale: #B3B3B3. Windows color (decimal): -6306421 or 9160095. OLE color: 9160095.
HSL color Cylindrical-coordinate representation of color #9FC58B: hue angle of 99.31º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC58B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 139 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.23 |
| HSL | 99.31º | 0.33% | 0.66% | - |
| HSV(B) | 99.31º | 0.29% | 0.77% | - |
| XYZ | 38.92 | 49.17 | 31.86 | - |
| YUV | 179.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 139 | 0.19 | 0 | 0.29 | 0.23 | 99.31 | 0.33 | 0.66 |
| Hex | 9F | C5 | 8B | 13 | 0 | 1D | 17 | 63 | 21 | 42 |
| Octal | 237 | 305 | 213 | 23 | 0 | 35 | 27 | 143 | 41 | 102 |
| Binary | 10011111 | 11000101 | 10001011 | 10011 | 0 | 11101 | 10111 | 1100011 | 100001 | 1000010 |
Color Harmonies of #9FC58B
Complementary color
Monochromatic Colors of #9FC58B
Black with #9FC58B
Text Example
Text Example
White with #9FC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC58B; }
p { color: rgb(159,197,139); }
H1.HeaderClassName
{
color: #9FC58B;
}
.AnyTagClassName
{
color: #9FC58B;
}
</style>
background-color css
<style>
a { background-color: #9FC58B; }
a { background-color: rgb(159,197,139); }
div.DivClassName
{
background-color: #9FC58B;
}
.BgClassName
{
background-color: #9FC58B;
}
</style>
border-color css
<style>
span { border-color: #9FC58B; }
span { border-color: rgb(159,197,139); }
td.TdClassName
{
border-color: #9FC58B;
}
.TagClassName
{
border-color: #9FC58B;
}
</style>