Html Css Color HEX #9EDA7C Gossip

📋 copy color: '#9EDA7C'

red 158 ◦ green 218 ◦ blue 124

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

Shades of Gossip #9EDA7C

Tints of Gossip #9EDA7C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 31.6%
G = 43.6%
B = 24.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#9EDA7C (or 0x9EDA7C) is known color: Gossip. HEX triplet: 9E, DA and 7C. RGB value is (158,218,124). Sum of RGB (Red+Green+Blue) = 158+218+124=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA7C is #612583. Grayscale: #BDBDBD. Windows color (decimal): -6366596 or 8182430. OLE color: 8182430.

HSL color Cylindrical-coordinate representation of color #9EDA7C: hue angle of 98.3º degrees, saturation: 0.56, 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 #9EDA7C is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 124 -
CMYK 0.28 0 0.43 0.15
HSL 98.3º 0.56% 0.67% -
HSV(B) 98.3º 0.43% 0.85% -
XYZ 42.81 58.87 28.17 -
YUV 189.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 158 218 124 0.28 0 0.43 0.15 98.3 0.56 0.67
Hex 9E DA 7C 1C 0 2B F 62 38 43
Octal 236 332 174 34 0 53 17 142 70 103
Binary 10011110 11011010 1111100 11100 0 101011 1111 1100010 111000 1000011

Color Harmonies of #9EDA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA7C

Black with #9EDA7C

Text Example


Text Example

White with #9EDA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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