Shades of Gossip #9FE087
Tints of Gossip #9FE087
RGB
CMYK
RGB Variations
Color information
#9FE087 (or 0x9FE087) is known color: Gossip. HEX triplet: 9F, E0 and 87. RGB value is (159,224,135). Sum of RGB (Red+Green+Blue) = 159+224+135=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE087 is #601F78. Grayscale: #C2C2C2. Windows color (decimal): -6299513 or 8904863. OLE color: 8904863.
HSL color Cylindrical-coordinate representation of color #9FE087: hue angle of 103.82º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FE087 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 135 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.12 |
| HSL | 103.82º | 0.59% | 0.7% | - |
| HSV(B) | 103.82º | 0.4% | 0.88% | - |
| XYZ | 45.33 | 62.43 | 32.58 | - |
| YUV | 194.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 135 | 0.29 | 0 | 0.40 | 0.12 | 103.82 | 0.59 | 0.7 |
| Hex | 9F | E0 | 87 | 1D | 0 | 28 | C | 68 | 3B | 46 |
| Octal | 237 | 340 | 207 | 35 | 0 | 50 | 14 | 150 | 73 | 106 |
| Binary | 10011111 | 11100000 | 10000111 | 11101 | 0 | 101000 | 1100 | 1101000 | 111011 | 1000110 |
Color Harmonies of #9FE087
Complementary color
Monochromatic Colors of #9FE087
Black with #9FE087
Text Example
Text Example
White with #9FE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE087; }
p { color: rgb(159,224,135); }
H1.HeaderClassName
{
color: #9FE087;
}
.AnyTagClassName
{
color: #9FE087;
}
</style>
background-color css
<style>
a { background-color: #9FE087; }
a { background-color: rgb(159,224,135); }
div.DivClassName
{
background-color: #9FE087;
}
.BgClassName
{
background-color: #9FE087;
}
</style>
border-color css
<style>
span { border-color: #9FE087; }
span { border-color: rgb(159,224,135); }
td.TdClassName
{
border-color: #9FE087;
}
.TagClassName
{
border-color: #9FE087;
}
</style>