Html Css Color HEX #9ED68C Gossip

📋 copy color: '#9ED68C'

red 158 ◦ green 214 ◦ blue 140

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

Shades of Gossip #9ED68C

Tints of Gossip #9ED68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 30.86%
G = 41.8%
B = 27.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#9ED68C (or 0x9ED68C) is known color: Gossip. HEX triplet: 9E, D6 and 8C. RGB value is (158,214,140). Sum of RGB (Red+Green+Blue) = 158+214+140=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED68C is #612973. Grayscale: #BDBDBD. Windows color (decimal): -6367604 or 9229982. OLE color: 9229982.

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

Color convert

RGB 158 214 140 -
CMYK 0.26 0 0.35 0.16
HSL 105.41º 0.47% 0.69% -
HSV(B) 105.41º 0.35% 0.84% -
XYZ 42.88 57.26 33.6 -
YUV 188.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 158 214 140 0.26 0 0.35 0.16 105.41 0.47 0.69
Hex 9E D6 8C 1A 0 23 10 69 2F 45
Octal 236 326 214 32 0 43 20 151 57 105
Binary 10011110 11010110 10001100 11010 0 100011 10000 1101001 101111 1000101

Color Harmonies of #9ED68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED68C

Black with #9ED68C

Text Example


Text Example

White with #9ED68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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