Shades of Gossip #9FD78A
Tints of Gossip #9FD78A
RGB
CMYK
RGB Variations
Color information
#9FD78A (or 0x9FD78A) is known color: Gossip. HEX triplet: 9F, D7 and 8A. RGB value is (159,215,138). Sum of RGB (Red+Green+Blue) = 159+215+138=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD78A is #602875. Grayscale: #BDBDBD. Windows color (decimal): -6301814 or 9099167. OLE color: 9099167.
HSL color Cylindrical-coordinate representation of color #9FD78A: hue angle of 103.64º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD78A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 138 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.16 |
| HSL | 103.64º | 0.49% | 0.69% | - |
| HSV(B) | 103.64º | 0.36% | 0.84% | - |
| XYZ | 43.19 | 57.81 | 32.93 | - |
| YUV | 189.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 138 | 0.26 | 0 | 0.36 | 0.16 | 103.64 | 0.49 | 0.69 |
| Hex | 9F | D7 | 8A | 1A | 0 | 24 | 10 | 68 | 31 | 45 |
| Octal | 237 | 327 | 212 | 32 | 0 | 44 | 20 | 150 | 61 | 105 |
| Binary | 10011111 | 11010111 | 10001010 | 11010 | 0 | 100100 | 10000 | 1101000 | 110001 | 1000101 |
Color Harmonies of #9FD78A
Complementary color
Monochromatic Colors of #9FD78A
Black with #9FD78A
Text Example
Text Example
White with #9FD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD78A; }
p { color: rgb(159,215,138); }
H1.HeaderClassName
{
color: #9FD78A;
}
.AnyTagClassName
{
color: #9FD78A;
}
</style>
background-color css
<style>
a { background-color: #9FD78A; }
a { background-color: rgb(159,215,138); }
div.DivClassName
{
background-color: #9FD78A;
}
.BgClassName
{
background-color: #9FD78A;
}
</style>
border-color css
<style>
span { border-color: #9FD78A; }
span { border-color: rgb(159,215,138); }
td.TdClassName
{
border-color: #9FD78A;
}
.TagClassName
{
border-color: #9FD78A;
}
</style>