Html Css Color HEX #9ED077 Gossip

📋 copy color: '#9ED077'

red 158 ◦ green 208 ◦ blue 119

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

Shades of Gossip #9ED077

Tints of Gossip #9ED077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 32.58%
G = 42.89%
B = 24.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#9ED077 (or 0x9ED077) is known color: Gossip. HEX triplet: 9E, D0 and 77. RGB value is (158,208,119). Sum of RGB (Red+Green+Blue) = 158+208+119=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED077 is #612F88. Grayscale: #B7B7B7. Windows color (decimal): -6369161 or 7852190. OLE color: 7852190.

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

Color convert

RGB 158 208 119 -
CMYK 0.24 0 0.43 0.18
HSL 93.71º 0.49% 0.64% -
HSV(B) 93.71º 0.43% 0.82% -
XYZ 39.99 53.71 25.71 -
YUV 182.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 158 208 119 0.24 0 0.43 0.18 93.71 0.49 0.64
Hex 9E D0 77 18 0 2B 12 5E 31 40
Octal 236 320 167 30 0 53 22 136 61 100
Binary 10011110 11010000 1110111 11000 0 101011 10010 1011110 110001 1000000

Color Harmonies of #9ED077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED077

Black with #9ED077

Text Example


Text Example

White with #9ED077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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