Html Css Color HEX #9EC980 Gossip

📋 copy color: '#9EC980'

red 158 ◦ green 201 ◦ blue 128

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

Shades of Gossip #9EC980

Tints of Gossip #9EC980

RGB

 RED value IS 158 (62.11% from 255) = 32.44%

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 32.44%
G = 41.27%
B = 26.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#9EC980 (or 0x9EC980) is known color: Gossip. HEX triplet: 9E, C9 and 80. RGB value is (158,201,128). Sum of RGB (Red+Green+Blue) = 158+201+128=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC980 is #61367F. Grayscale: #B4B4B4. Windows color (decimal): -6370944 or 8440222. OLE color: 8440222.

HSL color Cylindrical-coordinate representation of color #9EC980: hue angle of 95.34º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EC980 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 128 -
CMYK 0.21 0 0.36 0.21
HSL 95.34º 0.4% 0.65% -
HSV(B) 95.34º 0.36% 0.79% -
XYZ 38.88 50.6 28.14 -
YUV 179.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 158 201 128 0.21 0 0.36 0.21 95.34 0.4 0.65
Hex 9E C9 80 15 0 24 15 5F 28 41
Octal 236 311 200 25 0 44 25 137 50 101
Binary 10011110 11001001 10000000 10101 0 100100 10101 1011111 101000 1000001

Color Harmonies of #9EC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC980

Black with #9EC980

Text Example


Text Example

White with #9EC980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,201,128); }

 H1.HeaderClassName
 {
   color: #9EC980;
 }
 .AnyTagClassName
 {
   color: #9EC980;
 }
</style>

background-color css

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

 a { background-color: rgb(158,201,128); }

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

border-color css

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

 span { border-color: rgb(158,201,128); }

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