#9ECC8E

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

Shades of Gossip #9ECC8E

Tints of Gossip #9ECC8E

Color information

#9ECC8E (or 0x9ECC8E) is unknown color: approx Gossip. HEX triplet: 9E, CC and 8E. RGB value is (158,204,142). Sum of RGB (Red+Green+Blue) = 158+204+142=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECC8E is #613371. Grayscale: #B7B7B7. Windows color (decimal): -6370162 or 9358494. OLE color: 9358494.

HSL color Cylindrical-coordinate representation of color #9ECC8E: hue angle of 104.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ECC8E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB158204142-
CMYK0.2300.300.2
HSL104.52º37.8%67.84%-
HSV(B)104.52º30.39%80%-
XYZ40.5852.4133.57-
YUV183.18104.76110.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=31.35%
G=40.48%
B=28.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041420.2300.300.2104.5237.867.84
Hex9ECC8E1701E14692644
Octal236314216270362415146104
Binary100111101100110010001110101110111101010011010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,142); }

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

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

 a { background-color: rgb(158,204,142); }

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

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

 span { border-color: rgb(158,204,142); }

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