#9EC38C

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

Shades of Gossip #9EC38C

Tints of Gossip #9EC38C

Color information

#9EC38C (or 0x9EC38C) is unknown color: approx Gossip. HEX triplet: 9E, C3 and 8C. RGB value is (158,195,140). Sum of RGB (Red+Green+Blue) = 158+195+140=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC38C is #613C73. Grayscale: #B1B1B1. Windows color (decimal): -6372468 or 9225118. OLE color: 9225118.

HSL color Cylindrical-coordinate representation of color #9EC38C: hue angle of 100.36º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC38C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB158195140-
CMYK0.1900.280.24
HSL100.36º31.43%65.69%-
HSV(B)100.36º28.21%76.47%-
XYZ38.3548.1932.09-
YUV177.67106.74113.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=32.05%
G=39.55%
B=28.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581951400.1900.280.24100.3631.4365.69
Hex9EC38C1301C18641f42
Octal236303214230343014437102
Binary10011110110000111000110010011011100110001100100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,140); }

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

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

 a { background-color: rgb(158,195,140); }

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

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

 span { border-color: rgb(158,195,140); }

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