#9ECA8C

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

Shades of Gossip #9ECA8C

Tints of Gossip #9ECA8C

Color information

#9ECA8C (or 0x9ECA8C) is unknown color: approx Gossip. HEX triplet: 9E, CA and 8C. RGB value is (158,202,140). Sum of RGB (Red+Green+Blue) = 158+202+140=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECA8C is #613573. Grayscale: #B5B5B5. Windows color (decimal): -6370676 or 9226910. OLE color: 9226910.

HSL color Cylindrical-coordinate representation of color #9ECA8C: hue angle of 102.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECA8C is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB158202140-
CMYK0.2200.310.21
HSL102.58º36.9%67.06%-
HSV(B)102.58º30.69%79.22%-
XYZ39.9551.432.63-
YUV181.78104.42111.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 140 (55.08% from 255) = 28%
R=31.6%
G=40.4%
B=28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021400.2200.310.21102.5836.967.06
Hex9ECA8C1601F15672543
Octal236312214260372514745103
Binary100111101100101010001100101100111111010111001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECA8C;
 }
 .AnyTagClassName
 {
   color: #9ECA8C;
 }
</style>
background-color css

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

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

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

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

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

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