Shades of Gossip #9FD38A
Tints of Gossip #9FD38A
RGB
CMYK
RGB Variations
Color information
#9FD38A (or 0x9FD38A) is known color: Gossip. HEX triplet: 9F, D3 and 8A. RGB value is (159,211,138). Sum of RGB (Red+Green+Blue) = 159+211+138=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD38A is #602C75. Grayscale: #BBBBBB. Windows color (decimal): -6302838 or 9098143. OLE color: 9098143.
HSL color Cylindrical-coordinate representation of color #9FD38A: hue angle of 102.74º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FD38A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 138 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.17 |
| HSL | 102.74º | 0.45% | 0.68% | - |
| HSV(B) | 102.74º | 0.35% | 0.83% | - |
| XYZ | 42.18 | 55.79 | 32.59 | - |
| YUV | 187.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 138 | 0.25 | 0 | 0.35 | 0.17 | 102.74 | 0.45 | 0.68 |
| Hex | 9F | D3 | 8A | 19 | 0 | 23 | 11 | 67 | 2D | 44 |
| Octal | 237 | 323 | 212 | 31 | 0 | 43 | 21 | 147 | 55 | 104 |
| Binary | 10011111 | 11010011 | 10001010 | 11001 | 0 | 100011 | 10001 | 1100111 | 101101 | 1000100 |
Color Harmonies of #9FD38A
Complementary color
Monochromatic Colors of #9FD38A
Black with #9FD38A
Text Example
Text Example
White with #9FD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD38A; }
p { color: rgb(159,211,138); }
H1.HeaderClassName
{
color: #9FD38A;
}
.AnyTagClassName
{
color: #9FD38A;
}
</style>
background-color css
<style>
a { background-color: #9FD38A; }
a { background-color: rgb(159,211,138); }
div.DivClassName
{
background-color: #9FD38A;
}
.BgClassName
{
background-color: #9FD38A;
}
</style>
border-color css
<style>
span { border-color: #9FD38A; }
span { border-color: rgb(159,211,138); }
td.TdClassName
{
border-color: #9FD38A;
}
.TagClassName
{
border-color: #9FD38A;
}
</style>