Html Css Color HEX #9EDC7E Gossip

📋 copy color: '#9EDC7E'

red 158 ◦ green 220 ◦ blue 126

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

Shades of Gossip #9EDC7E

Tints of Gossip #9EDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

 BLUE value IS 126 (49.61% from 255) = 25%

R = 31.35%
G = 43.65%
B = 25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#9EDC7E (or 0x9EDC7E) is known color: Gossip. HEX triplet: 9E, DC and 7E. RGB value is (158,220,126). Sum of RGB (Red+Green+Blue) = 158+220+126=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC7E is #612381. Grayscale: #BFBFBF. Windows color (decimal): -6366082 or 8314014. OLE color: 8314014.

HSL color Cylindrical-coordinate representation of color #9EDC7E: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EDC7E is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 126 -
CMYK 0.28 0 0.43 0.14
HSL 99.57º 0.57% 0.68% -
HSV(B) 99.57º 0.43% 0.86% -
XYZ 43.46 59.96 29.02 -
YUV 190.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 158 220 126 0.28 0 0.43 0.14 99.57 0.57 0.68
Hex 9E DC 7E 1C 0 2B E 64 39 44
Octal 236 334 176 34 0 53 16 144 71 104
Binary 10011110 11011100 1111110 11100 0 101011 1110 1100100 111001 1000100

Color Harmonies of #9EDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC7E

Black with #9EDC7E

Text Example


Text Example

White with #9EDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,126); }

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

background-color css

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

 a { background-color: rgb(158,220,126); }

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

border-color css

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

 span { border-color: rgb(158,220,126); }

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