Shades of Gossip #9FE286
Tints of Gossip #9FE286
RGB
CMYK
RGB Variations
Color information
#9FE286 (or 0x9FE286) is known color: Gossip. HEX triplet: 9F, E2 and 86. RGB value is (159,226,134). Sum of RGB (Red+Green+Blue) = 159+226+134=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE286 is #601D79. Grayscale: #C3C3C3. Windows color (decimal): -6299002 or 8839839. OLE color: 8839839.
HSL color Cylindrical-coordinate representation of color #9FE286: hue angle of 103.7º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FE286 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 134 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.11 |
| HSL | 103.7º | 0.61% | 0.71% | - |
| HSV(B) | 103.7º | 0.41% | 0.89% | - |
| XYZ | 45.8 | 63.48 | 32.39 | - |
| YUV | 195.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 134 | 0.30 | 0 | 0.41 | 0.11 | 103.7 | 0.61 | 0.71 |
| Hex | 9F | E2 | 86 | 1E | 0 | 29 | B | 68 | 3D | 47 |
| Octal | 237 | 342 | 206 | 36 | 0 | 51 | 13 | 150 | 75 | 107 |
| Binary | 10011111 | 11100010 | 10000110 | 11110 | 0 | 101001 | 1011 | 1101000 | 111101 | 1000111 |
Color Harmonies of #9FE286
Complementary color
Monochromatic Colors of #9FE286
Black with #9FE286
Text Example
Text Example
White with #9FE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE286; }
p { color: rgb(159,226,134); }
H1.HeaderClassName
{
color: #9FE286;
}
.AnyTagClassName
{
color: #9FE286;
}
</style>
background-color css
<style>
a { background-color: #9FE286; }
a { background-color: rgb(159,226,134); }
div.DivClassName
{
background-color: #9FE286;
}
.BgClassName
{
background-color: #9FE286;
}
</style>
border-color css
<style>
span { border-color: #9FE286; }
span { border-color: rgb(159,226,134); }
td.TdClassName
{
border-color: #9FE286;
}
.TagClassName
{
border-color: #9FE286;
}
</style>