Html Css Color HEX #9EC38C Gossip

📋 copy color: '#9EC38C'

red 158 ◦ green 195 ◦ blue 140

#9EC38C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9EC38C

Tints of Gossip #9EC38C

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.4%

R = 32.05%
G = 39.55%
B = 28.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#9EC38C (or 0x9EC38C) is known color: 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

RGB 158 195 140 -
CMYK 0.19 0 0.28 0.24
HSL 100.36º 0.31% 0.66% -
HSV(B) 100.36º 0.28% 0.76% -
XYZ 38.35 48.19 32.09 -
YUV 177.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 158 195 140 0.19 0 0.28 0.24 100.36 0.31 0.66
Hex 9E C3 8C 13 0 1C 18 64 1F 42
Octal 236 303 214 23 0 34 30 144 37 102
Binary 10011110 11000011 10001100 10011 0 11100 11000 1100100 11111 1000010

Color Harmonies of #9EC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC38C

Black with #9EC38C

Text Example


Text Example

White with #9EC38C

Text Example


Text Example

HTML Codes & Css Web 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>