Shades of Gossip #9DCF8C
Tints of Gossip #9DCF8C
RGB
CMYK
RGB Variations
Color information
#9DCF8C (or 0x9DCF8C) is known color: Gossip. HEX triplet: 9D, CF and 8C. RGB value is (157,207,140). Sum of RGB (Red+Green+Blue) = 157+207+140=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF8C is #623073. Grayscale: #B8B8B8. Windows color (decimal): -6434932 or 9228189. OLE color: 9228189.
HSL color Cylindrical-coordinate representation of color #9DCF8C: hue angle of 104.78º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCF8C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 140 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.19 |
| HSL | 104.78º | 0.41% | 0.68% | - |
| HSV(B) | 104.78º | 0.32% | 0.81% | - |
| XYZ | 40.95 | 53.69 | 33.02 | - |
| YUV | 184.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 140 | 0.24 | 0 | 0.32 | 0.19 | 104.78 | 0.41 | 0.68 |
| Hex | 9D | CF | 8C | 18 | 0 | 20 | 13 | 69 | 29 | 44 |
| Octal | 235 | 317 | 214 | 30 | 0 | 40 | 23 | 151 | 51 | 104 |
| Binary | 10011101 | 11001111 | 10001100 | 11000 | 0 | 100000 | 10011 | 1101001 | 101001 | 1000100 |
Color Harmonies of #9DCF8C
Complementary color
Monochromatic Colors of #9DCF8C
Black with #9DCF8C
Text Example
Text Example
White with #9DCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF8C; }
p { color: rgb(157,207,140); }
H1.HeaderClassName
{
color: #9DCF8C;
}
.AnyTagClassName
{
color: #9DCF8C;
}
</style>
background-color css
<style>
a { background-color: #9DCF8C; }
a { background-color: rgb(157,207,140); }
div.DivClassName
{
background-color: #9DCF8C;
}
.BgClassName
{
background-color: #9DCF8C;
}
</style>
border-color css
<style>
span { border-color: #9DCF8C; }
span { border-color: rgb(157,207,140); }
td.TdClassName
{
border-color: #9DCF8C;
}
.TagClassName
{
border-color: #9DCF8C;
}
</style>