Html Css Color HEX #9ED47D Gossip

📋 copy color: '#9ED47D'

red 158 ◦ green 212 ◦ blue 125

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

Shades of Gossip #9ED47D

Tints of Gossip #9ED47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 31.92%
G = 42.83%
B = 25.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#9ED47D (or 0x9ED47D) is known color: Gossip. HEX triplet: 9E, D4 and 7D. RGB value is (158,212,125). Sum of RGB (Red+Green+Blue) = 158+212+125=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED47D is #612B82. Grayscale: #BABABA. Windows color (decimal): -6368131 or 8246430. OLE color: 8246430.

HSL color Cylindrical-coordinate representation of color #9ED47D: hue angle of 97.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ED47D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 212 125 -
CMYK 0.25 0 0.41 0.17
HSL 97.24º 0.5% 0.66% -
HSV(B) 97.24º 0.41% 0.83% -
XYZ 41.35 55.84 28 -
YUV 185.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 158 212 125 0.25 0 0.41 0.17 97.24 0.5 0.66
Hex 9E D4 7D 19 0 29 11 61 32 42
Octal 236 324 175 31 0 51 21 141 62 102
Binary 10011110 11010100 1111101 11001 0 101001 10001 1100001 110010 1000010

Color Harmonies of #9ED47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED47D

Black with #9ED47D

Text Example


Text Example

White with #9ED47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,212,125); }

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

background-color css

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

 a { background-color: rgb(158,212,125); }

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

border-color css

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

 span { border-color: rgb(158,212,125); }

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