Html Css Color HEX #9ED686 Gossip

📋 copy color: '#9ED686'

red 158 ◦ green 214 ◦ blue 134

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

Shades of Gossip #9ED686

Tints of Gossip #9ED686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 31.23%
G = 42.29%
B = 26.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#9ED686 (or 0x9ED686) is known color: Gossip. HEX triplet: 9E, D6 and 86. RGB value is (158,214,134). Sum of RGB (Red+Green+Blue) = 158+214+134=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED686 is #612979. Grayscale: #BCBCBC. Windows color (decimal): -6367610 or 8836766. OLE color: 8836766.

HSL color Cylindrical-coordinate representation of color #9ED686: hue angle of 102º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED686 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 134 -
CMYK 0.26 0 0.37 0.16
HSL 102º 0.49% 0.68% -
HSV(B) 102º 0.37% 0.84% -
XYZ 42.45 57.08 31.34 -
YUV 188.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 158 214 134 0.26 0 0.37 0.16 102 0.49 0.68
Hex 9E D6 86 1A 0 25 10 66 31 44
Octal 236 326 206 32 0 45 20 146 61 104
Binary 10011110 11010110 10000110 11010 0 100101 10000 1100110 110001 1000100

Color Harmonies of #9ED686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED686

Black with #9ED686

Text Example


Text Example

White with #9ED686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,134); }

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

background-color css

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

 a { background-color: rgb(158,214,134); }

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

border-color css

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

 span { border-color: rgb(158,214,134); }

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