Shades of Gossip #9FCC8C
Tints of Gossip #9FCC8C
RGB
CMYK
RGB Variations
Color information
#9FCC8C (or 0x9FCC8C) is known color: Gossip. HEX triplet: 9F, CC and 8C. RGB value is (159,204,140). Sum of RGB (Red+Green+Blue) = 159+204+140=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC8C is #603373. Grayscale: #B7B7B7. Windows color (decimal): -6304628 or 9227423. OLE color: 9227423.
HSL color Cylindrical-coordinate representation of color #9FCC8C: hue angle of 102.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCC8C is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 140 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.2 |
| HSL | 102.19º | 0.39% | 0.67% | - |
| HSV(B) | 102.19º | 0.31% | 0.8% | - |
| XYZ | 40.62 | 52.45 | 32.79 | - |
| YUV | 183.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 140 | 0.22 | 0 | 0.31 | 0.2 | 102.19 | 0.39 | 0.67 |
| Hex | 9F | CC | 8C | 16 | 0 | 1F | 14 | 66 | 27 | 43 |
| Octal | 237 | 314 | 214 | 26 | 0 | 37 | 24 | 146 | 47 | 103 |
| Binary | 10011111 | 11001100 | 10001100 | 10110 | 0 | 11111 | 10100 | 1100110 | 100111 | 1000011 |
Color Harmonies of #9FCC8C
Complementary color
Monochromatic Colors of #9FCC8C
Black with #9FCC8C
Text Example
Text Example
White with #9FCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC8C; }
p { color: rgb(159,204,140); }
H1.HeaderClassName
{
color: #9FCC8C;
}
.AnyTagClassName
{
color: #9FCC8C;
}
</style>
background-color css
<style>
a { background-color: #9FCC8C; }
a { background-color: rgb(159,204,140); }
div.DivClassName
{
background-color: #9FCC8C;
}
.BgClassName
{
background-color: #9FCC8C;
}
</style>
border-color css
<style>
span { border-color: #9FCC8C; }
span { border-color: rgb(159,204,140); }
td.TdClassName
{
border-color: #9FCC8C;
}
.TagClassName
{
border-color: #9FCC8C;
}
</style>