Shades of Gossip #9FCE90
Tints of Gossip #9FCE90
RGB
CMYK
RGB Variations
Color information
#9FCE90 (or 0x9FCE90) is known color: Gossip. HEX triplet: 9F, CE and 90. RGB value is (159,206,144). Sum of RGB (Red+Green+Blue) = 159+206+144=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE90 is #60316F. Grayscale: #B9B9B9. Windows color (decimal): -6304112 or 9490079. OLE color: 9490079.
HSL color Cylindrical-coordinate representation of color #9FCE90: hue angle of 105.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FCE90 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 144 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.19 |
| HSL | 105.48º | 0.39% | 0.69% | - |
| HSV(B) | 105.48º | 0.3% | 0.81% | - |
| XYZ | 41.4 | 53.53 | 34.54 | - |
| YUV | 184.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 144 | 0.23 | 0 | 0.30 | 0.19 | 105.48 | 0.39 | 0.69 |
| Hex | 9F | CE | 90 | 17 | 0 | 1E | 13 | 69 | 27 | 45 |
| Octal | 237 | 316 | 220 | 27 | 0 | 36 | 23 | 151 | 47 | 105 |
| Binary | 10011111 | 11001110 | 10010000 | 10111 | 0 | 11110 | 10011 | 1101001 | 100111 | 1000101 |
Color Harmonies of #9FCE90
Complementary color
Monochromatic Colors of #9FCE90
Black with #9FCE90
Text Example
Text Example
White with #9FCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE90; }
p { color: rgb(159,206,144); }
H1.HeaderClassName
{
color: #9FCE90;
}
.AnyTagClassName
{
color: #9FCE90;
}
</style>
background-color css
<style>
a { background-color: #9FCE90; }
a { background-color: rgb(159,206,144); }
div.DivClassName
{
background-color: #9FCE90;
}
.BgClassName
{
background-color: #9FCE90;
}
</style>
border-color css
<style>
span { border-color: #9FCE90; }
span { border-color: rgb(159,206,144); }
td.TdClassName
{
border-color: #9FCE90;
}
.TagClassName
{
border-color: #9FCE90;
}
</style>