#9ED981

Color #9ED981 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9ED981

Tints of Gossip #9ED981

Color information

#9ED981 (or 0x9ED981) is unknown color: approx Gossip. HEX triplet: 9E, D9 and 81. RGB value is (158,217,129). Sum of RGB (Red+Green+Blue) = 158+217+129=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED981 is #61267E. Grayscale: #BDBDBD. Windows color (decimal): -6366847 or 8509854. OLE color: 8509854.

HSL color Cylindrical-coordinate representation of color #9ED981: hue angle of 100.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ED981 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB158217129-
CMYK0.2700.410.15
HSL100.23º53.66%67.84%-
HSV(B)100.23º40.55%85.1%-
XYZ42.8858.4829.8-
YUV189.3393.95105.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=31.35%
G=43.06%
B=25.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582171290.2700.410.15100.2353.6667.84
Hex9ED9811B029F643644
Octal236331201330511714466104
Binary100111101101100110000001110110101001111111001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED981; }

 p { color: rgb(158,217,129); }

 H1.HeaderClassName
 {
   color: #9ED981;
 }
 .AnyTagClassName
 {
   color: #9ED981;
 }
</style>
background-color css

<style>
 a { background-color: #9ED981; }

 a { background-color: rgb(158,217,129); }

 div.DivClassName
 {
   background-color: #9ED981;
 }
 .BgClassName
 {
   background-color: #9ED981;
 }
</style>
border-color css

<style>
 span { border-color: #9ED981; }

 span { border-color: rgb(158,217,129); }

 td.TdClassName
 {
   border-color: #9ED981;
 }
 .TagClassName
 {
   border-color: #9ED981;
 }
</style>