Html Css Color HEX #9ED079 Gossip

📋 copy color: '#9ED079'

red 158 ◦ green 208 ◦ blue 121

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

Shades of Gossip #9ED079

Tints of Gossip #9ED079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 32.44%
G = 42.71%
B = 24.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#9ED079 (or 0x9ED079) is known color: Gossip. HEX triplet: 9E, D0 and 79. RGB value is (158,208,121). Sum of RGB (Red+Green+Blue) = 158+208+121=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED079 is #612F86. Grayscale: #B7B7B7. Windows color (decimal): -6369159 or 7983262. OLE color: 7983262.

HSL color Cylindrical-coordinate representation of color #9ED079: hue angle of 94.48º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ED079 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 121 -
CMYK 0.24 0 0.42 0.18
HSL 94.48º 0.48% 0.65% -
HSV(B) 94.48º 0.42% 0.82% -
XYZ 40.11 53.76 26.35 -
YUV 183.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 158 208 121 0.24 0 0.42 0.18 94.48 0.48 0.65
Hex 9E D0 79 18 0 2A 12 5E 30 41
Octal 236 320 171 30 0 52 22 136 60 101
Binary 10011110 11010000 1111001 11000 0 101010 10010 1011110 110000 1000001

Color Harmonies of #9ED079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED079

Black with #9ED079

Text Example


Text Example

White with #9ED079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,121); }

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

background-color css

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

 a { background-color: rgb(158,208,121); }

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

border-color css

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

 span { border-color: rgb(158,208,121); }

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