Shades of Gossip #9FCD8C
Tints of Gossip #9FCD8C
RGB
CMYK
RGB Variations
Color information
#9FCD8C (or 0x9FCD8C) is known color: Gossip. HEX triplet: 9F, CD and 8C. RGB value is (159,205,140). Sum of RGB (Red+Green+Blue) = 159+205+140=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD8C is #603273. Grayscale: #B8B8B8. Windows color (decimal): -6304372 or 9227679. OLE color: 9227679.
HSL color Cylindrical-coordinate representation of color #9FCD8C: hue angle of 102.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCD8C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 140 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.20 |
| HSL | 102.46º | 0.39% | 0.68% | - |
| HSV(B) | 102.46º | 0.32% | 0.8% | - |
| XYZ | 40.86 | 52.93 | 32.87 | - |
| YUV | 183.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 140 | 0.22 | 0 | 0.32 | 0.20 | 102.46 | 0.39 | 0.68 |
| Hex | 9F | CD | 8C | 16 | 0 | 20 | 14 | 66 | 27 | 44 |
| Octal | 237 | 315 | 214 | 26 | 0 | 40 | 24 | 146 | 47 | 104 |
| Binary | 10011111 | 11001101 | 10001100 | 10110 | 0 | 100000 | 10100 | 1100110 | 100111 | 1000100 |
Color Harmonies of #9FCD8C
Complementary color
Monochromatic Colors of #9FCD8C
Black with #9FCD8C
Text Example
Text Example
White with #9FCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD8C; }
p { color: rgb(159,205,140); }
H1.HeaderClassName
{
color: #9FCD8C;
}
.AnyTagClassName
{
color: #9FCD8C;
}
</style>
background-color css
<style>
a { background-color: #9FCD8C; }
a { background-color: rgb(159,205,140); }
div.DivClassName
{
background-color: #9FCD8C;
}
.BgClassName
{
background-color: #9FCD8C;
}
</style>
border-color css
<style>
span { border-color: #9FCD8C; }
span { border-color: rgb(159,205,140); }
td.TdClassName
{
border-color: #9FCD8C;
}
.TagClassName
{
border-color: #9FCD8C;
}
</style>