Html Css Color HEX #9ED97C Gossip

📋 copy color: '#9ED97C'

red 158 ◦ green 217 ◦ blue 124

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

Shades of Gossip #9ED97C

Tints of Gossip #9ED97C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 31.66%
G = 43.49%
B = 24.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#9ED97C (or 0x9ED97C) is known color: Gossip. HEX triplet: 9E, D9 and 7C. RGB value is (158,217,124). Sum of RGB (Red+Green+Blue) = 158+217+124=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED97C is #612683. Grayscale: #BDBDBD. Windows color (decimal): -6366852 or 8182174. OLE color: 8182174.

HSL color Cylindrical-coordinate representation of color #9ED97C: hue angle of 98.06º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ED97C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 124 -
CMYK 0.27 0 0.43 0.15
HSL 98.06º 0.55% 0.67% -
HSV(B) 98.06º 0.43% 0.85% -
XYZ 42.55 58.35 28.09 -
YUV 188.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 158 217 124 0.27 0 0.43 0.15 98.06 0.55 0.67
Hex 9E D9 7C 1B 0 2B F 62 37 43
Octal 236 331 174 33 0 53 17 142 67 103
Binary 10011110 11011001 1111100 11011 0 101011 1111 1100010 110111 1000011

Color Harmonies of #9ED97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED97C

Black with #9ED97C

Text Example


Text Example

White with #9ED97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,217,124); }

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

background-color css

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

 a { background-color: rgb(158,217,124); }

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

border-color css

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

 span { border-color: rgb(158,217,124); }

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