Shades of Gossip #9FD48C
Tints of Gossip #9FD48C
RGB
CMYK
RGB Variations
Color information
#9FD48C (or 0x9FD48C) is known color: Gossip. HEX triplet: 9F, D4 and 8C. RGB value is (159,212,140). Sum of RGB (Red+Green+Blue) = 159+212+140=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD48C is #602B73. Grayscale: #BCBCBC. Windows color (decimal): -6302580 or 9229471. OLE color: 9229471.
HSL color Cylindrical-coordinate representation of color #9FD48C: hue angle of 104.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FD48C is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 140 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.17 |
| HSL | 104.17º | 0.46% | 0.69% | - |
| HSV(B) | 104.17º | 0.34% | 0.83% | - |
| XYZ | 42.58 | 56.35 | 33.44 | - |
| YUV | 187.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 140 | 0.25 | 0 | 0.34 | 0.17 | 104.17 | 0.46 | 0.69 |
| Hex | 9F | D4 | 8C | 19 | 0 | 22 | 11 | 68 | 2E | 45 |
| Octal | 237 | 324 | 214 | 31 | 0 | 42 | 21 | 150 | 56 | 105 |
| Binary | 10011111 | 11010100 | 10001100 | 11001 | 0 | 100010 | 10001 | 1101000 | 101110 | 1000101 |
Color Harmonies of #9FD48C
Complementary color
Monochromatic Colors of #9FD48C
Black with #9FD48C
Text Example
Text Example
White with #9FD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD48C; }
p { color: rgb(159,212,140); }
H1.HeaderClassName
{
color: #9FD48C;
}
.AnyTagClassName
{
color: #9FD48C;
}
</style>
background-color css
<style>
a { background-color: #9FD48C; }
a { background-color: rgb(159,212,140); }
div.DivClassName
{
background-color: #9FD48C;
}
.BgClassName
{
background-color: #9FD48C;
}
</style>
border-color css
<style>
span { border-color: #9FD48C; }
span { border-color: rgb(159,212,140); }
td.TdClassName
{
border-color: #9FD48C;
}
.TagClassName
{
border-color: #9FD48C;
}
</style>