Shades of Gossip #9FE088
Tints of Gossip #9FE088
RGB
CMYK
RGB Variations
Color information
#9FE088 (or 0x9FE088) is known color: Gossip. HEX triplet: 9F, E0 and 88. RGB value is (159,224,136). Sum of RGB (Red+Green+Blue) = 159+224+136=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE088 is #601F77. Grayscale: #C2C2C2. Windows color (decimal): -6299512 or 8970399. OLE color: 8970399.
HSL color Cylindrical-coordinate representation of color #9FE088: hue angle of 104.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FE088 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 136 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.12 |
| HSL | 104.32º | 0.59% | 0.71% | - |
| HSV(B) | 104.32º | 0.39% | 0.88% | - |
| XYZ | 45.4 | 62.46 | 32.96 | - |
| YUV | 194.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 136 | 0.29 | 0 | 0.39 | 0.12 | 104.32 | 0.59 | 0.71 |
| Hex | 9F | E0 | 88 | 1D | 0 | 27 | C | 68 | 3B | 47 |
| Octal | 237 | 340 | 210 | 35 | 0 | 47 | 14 | 150 | 73 | 107 |
| Binary | 10011111 | 11100000 | 10001000 | 11101 | 0 | 100111 | 1100 | 1101000 | 111011 | 1000111 |
Color Harmonies of #9FE088
Complementary color
Monochromatic Colors of #9FE088
Black with #9FE088
Text Example
Text Example
White with #9FE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE088; }
p { color: rgb(159,224,136); }
H1.HeaderClassName
{
color: #9FE088;
}
.AnyTagClassName
{
color: #9FE088;
}
</style>
background-color css
<style>
a { background-color: #9FE088; }
a { background-color: rgb(159,224,136); }
div.DivClassName
{
background-color: #9FE088;
}
.BgClassName
{
background-color: #9FE088;
}
</style>
border-color css
<style>
span { border-color: #9FE088; }
span { border-color: rgb(159,224,136); }
td.TdClassName
{
border-color: #9FE088;
}
.TagClassName
{
border-color: #9FE088;
}
</style>