Shades of Gossip #9ED78A
Tints of Gossip #9ED78A
RGB
CMYK
RGB Variations
Color information
#9ED78A (or 0x9ED78A) is known color: Gossip. HEX triplet: 9E, D7 and 8A. RGB value is (158,215,138). Sum of RGB (Red+Green+Blue) = 158+215+138=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED78A is #612875. Grayscale: #BDBDBD. Windows color (decimal): -6367350 or 9099166. OLE color: 9099166.
HSL color Cylindrical-coordinate representation of color #9ED78A: hue angle of 104.42º 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 #9ED78A is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 138 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.16 |
| HSL | 104.42º | 0.49% | 0.69% | - |
| HSV(B) | 104.42º | 0.36% | 0.84% | - |
| XYZ | 42.99 | 57.7 | 32.92 | - |
| YUV | 189.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 138 | 0.27 | 0 | 0.36 | 0.16 | 104.42 | 0.49 | 0.69 |
| Hex | 9E | D7 | 8A | 1B | 0 | 24 | 10 | 68 | 31 | 45 |
| Octal | 236 | 327 | 212 | 33 | 0 | 44 | 20 | 150 | 61 | 105 |
| Binary | 10011110 | 11010111 | 10001010 | 11011 | 0 | 100100 | 10000 | 1101000 | 110001 | 1000101 |
Color Harmonies of #9ED78A
Complementary color
Monochromatic Colors of #9ED78A
Black with #9ED78A
Text Example
Text Example
White with #9ED78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED78A; }
p { color: rgb(158,215,138); }
H1.HeaderClassName
{
color: #9ED78A;
}
.AnyTagClassName
{
color: #9ED78A;
}
</style>
background-color css
<style>
a { background-color: #9ED78A; }
a { background-color: rgb(158,215,138); }
div.DivClassName
{
background-color: #9ED78A;
}
.BgClassName
{
background-color: #9ED78A;
}
</style>
border-color css
<style>
span { border-color: #9ED78A; }
span { border-color: rgb(158,215,138); }
td.TdClassName
{
border-color: #9ED78A;
}
.TagClassName
{
border-color: #9ED78A;
}
</style>