Shades of Gossip #9FC38D
Tints of Gossip #9FC38D
RGB
CMYK
RGB Variations
Color information
#9FC38D (or 0x9FC38D) is known color: Gossip. HEX triplet: 9F, C3 and 8D. RGB value is (159,195,141). Sum of RGB (Red+Green+Blue) = 159+195+141=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC38D is #603C72. Grayscale: #B2B2B2. Windows color (decimal): -6306931 or 9290655. OLE color: 9290655.
HSL color Cylindrical-coordinate representation of color #9FC38D: hue angle of 100º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC38D is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 141 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.24 |
| HSL | 100º | 0.31% | 0.66% | - |
| HSV(B) | 100º | 0.28% | 0.76% | - |
| XYZ | 38.62 | 48.32 | 32.49 | - |
| YUV | 178.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 141 | 0.18 | 0 | 0.28 | 0.24 | 100 | 0.31 | 0.66 |
| Hex | 9F | C3 | 8D | 12 | 0 | 1C | 18 | 64 | 1F | 42 |
| Octal | 237 | 303 | 215 | 22 | 0 | 34 | 30 | 144 | 37 | 102 |
| Binary | 10011111 | 11000011 | 10001101 | 10010 | 0 | 11100 | 11000 | 1100100 | 11111 | 1000010 |
Color Harmonies of #9FC38D
Complementary color
Monochromatic Colors of #9FC38D
Black with #9FC38D
Text Example
Text Example
White with #9FC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC38D; }
p { color: rgb(159,195,141); }
H1.HeaderClassName
{
color: #9FC38D;
}
.AnyTagClassName
{
color: #9FC38D;
}
</style>
background-color css
<style>
a { background-color: #9FC38D; }
a { background-color: rgb(159,195,141); }
div.DivClassName
{
background-color: #9FC38D;
}
.BgClassName
{
background-color: #9FC38D;
}
</style>
border-color css
<style>
span { border-color: #9FC38D; }
span { border-color: rgb(159,195,141); }
td.TdClassName
{
border-color: #9FC38D;
}
.TagClassName
{
border-color: #9FC38D;
}
</style>