#9ED68C

Color #9ED68C Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9ED68C

Tints of Gossip #9ED68C

Color information

#9ED68C (or 0x9ED68C) is unknown color: approx 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

RGB158214140-
CMYK0.2600.350.16
HSL105.41º47.44%69.41%-
HSV(B)105.41º34.58%83.92%-
XYZ42.8857.2633.6-
YUV188.82100.45106.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=30.86%
G=41.80%
B=27.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141400.2600.350.16105.4147.4469.41
Hex9ED68C1A02310692f45
Octal236326214320432015157105
Binary1001111011010110100011001101001000111000011010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>