Shades of Gossip #9FD68C
Tints of Gossip #9FD68C
RGB
CMYK
RGB Variations
Color information
#9FD68C (or 0x9FD68C) is known color: Gossip. HEX triplet: 9F, D6 and 8C. RGB value is (159,214,140). Sum of RGB (Red+Green+Blue) = 159+214+140=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD68C is #602973. Grayscale: #BDBDBD. Windows color (decimal): -6302068 or 9229983. OLE color: 9229983.
HSL color Cylindrical-coordinate representation of color #9FD68C: hue angle of 104.59º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FD68C is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 140 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.16 |
| HSL | 104.59º | 0.47% | 0.69% | - |
| HSV(B) | 104.59º | 0.35% | 0.84% | - |
| XYZ | 43.08 | 57.36 | 33.61 | - |
| YUV | 189.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 140 | 0.26 | 0 | 0.35 | 0.16 | 104.59 | 0.47 | 0.69 |
| Hex | 9F | D6 | 8C | 1A | 0 | 23 | 10 | 69 | 2F | 45 |
| Octal | 237 | 326 | 214 | 32 | 0 | 43 | 20 | 151 | 57 | 105 |
| Binary | 10011111 | 11010110 | 10001100 | 11010 | 0 | 100011 | 10000 | 1101001 | 101111 | 1000101 |
Color Harmonies of #9FD68C
Complementary color
Monochromatic Colors of #9FD68C
Black with #9FD68C
Text Example
Text Example
White with #9FD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD68C; }
p { color: rgb(159,214,140); }
H1.HeaderClassName
{
color: #9FD68C;
}
.AnyTagClassName
{
color: #9FD68C;
}
</style>
background-color css
<style>
a { background-color: #9FD68C; }
a { background-color: rgb(159,214,140); }
div.DivClassName
{
background-color: #9FD68C;
}
.BgClassName
{
background-color: #9FD68C;
}
</style>
border-color css
<style>
span { border-color: #9FD68C; }
span { border-color: rgb(159,214,140); }
td.TdClassName
{
border-color: #9FD68C;
}
.TagClassName
{
border-color: #9FD68C;
}
</style>