Html Css Color HEX #9ED185 Gossip

📋 copy color: '#9ED185'

red 158 ◦ green 209 ◦ blue 133

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

Shades of Gossip #9ED185

Tints of Gossip #9ED185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 31.6%
G = 41.8%
B = 26.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#9ED185 (or 0x9ED185) is known color: Gossip. HEX triplet: 9E, D1 and 85. RGB value is (158,209,133). Sum of RGB (Red+Green+Blue) = 158+209+133=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED185 is #612E7A. Grayscale: #B9B9B9. Windows color (decimal): -6368891 or 8769950. OLE color: 8769950.

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

Color convert

RGB 158 209 133 -
CMYK 0.24 0 0.36 0.18
HSL 100.26º 0.45% 0.67% -
HSV(B) 100.26º 0.36% 0.82% -
XYZ 41.13 54.56 30.55 -
YUV 185.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 158 209 133 0.24 0 0.36 0.18 100.26 0.45 0.67
Hex 9E D1 85 18 0 24 12 64 2D 43
Octal 236 321 205 30 0 44 22 144 55 103
Binary 10011110 11010001 10000101 11000 0 100100 10010 1100100 101101 1000011

Color Harmonies of #9ED185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED185

Black with #9ED185

Text Example


Text Example

White with #9ED185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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