#9ED98B

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

Shades of Gossip #9ED98B

Tints of Gossip #9ED98B

Color information

#9ED98B (or 0x9ED98B) is unknown color: approx Gossip. HEX triplet: 9E, D9 and 8B. RGB value is (158,217,139). Sum of RGB (Red+Green+Blue) = 158+217+139=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED98B is #612674. Grayscale: #BEBEBE. Windows color (decimal): -6366837 or 9165214. OLE color: 9165214.

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

Color convert

RGB158217139-
CMYK0.2700.360.15
HSL105.38º50.65%69.8%-
HSV(B)105.38º35.94%85.1%-
XYZ43.5758.7633.47-
YUV190.4798.95104.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=30.74%
G=42.22%
B=27.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582171390.2700.360.15105.3850.6569.8
Hex9ED98B1B024F693346
Octal236331213330441715163106
Binary100111101101100110001011110110100100111111010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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