Html Css Color HEX #9ED175 Gossip

📋 copy color: '#9ED175'

red 158 ◦ green 209 ◦ blue 117

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

Shades of Gossip #9ED175

Tints of Gossip #9ED175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 32.64%
G = 43.18%
B = 24.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#9ED175 (or 0x9ED175) is known color: Gossip. HEX triplet: 9E, D1 and 75. RGB value is (158,209,117). Sum of RGB (Red+Green+Blue) = 158+209+117=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED175 is #612E8A. Grayscale: #B7B7B7. Windows color (decimal): -6368907 or 7721374. OLE color: 7721374.

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

Color convert

RGB 158 209 117 -
CMYK 0.24 0 0.44 0.18
HSL 93.26º 0.5% 0.64% -
HSV(B) 93.26º 0.44% 0.82% -
XYZ 40.11 54.15 25.17 -
YUV 183.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 158 209 117 0.24 0 0.44 0.18 93.26 0.5 0.64
Hex 9E D1 75 18 0 2C 12 5D 32 40
Octal 236 321 165 30 0 54 22 135 62 100
Binary 10011110 11010001 1110101 11000 0 101100 10010 1011101 110010 1000000

Color Harmonies of #9ED175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED175

Black with #9ED175

Text Example


Text Example

White with #9ED175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,209,117); }

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

background-color css

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

 a { background-color: rgb(158,209,117); }

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

border-color css

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

 span { border-color: rgb(158,209,117); }

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