#9ECD8D

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

Shades of Gossip #9ECD8D

Tints of Gossip #9ECD8D

Color information

#9ECD8D (or 0x9ECD8D) is unknown color: approx Gossip. HEX triplet: 9E, CD and 8D. RGB value is (158,205,141). Sum of RGB (Red+Green+Blue) = 158+205+141=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD8D is #613272. Grayscale: #B7B7B7. Windows color (decimal): -6369907 or 9293214. OLE color: 9293214.

HSL color Cylindrical-coordinate representation of color #9ECD8D: hue angle of 104.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECD8D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB158205141-
CMYK0.2300.310.20
HSL104.06º39.02%67.84%-
HSV(B)104.06º31.22%80.39%-
XYZ40.7452.8533.25-
YUV183.65103.93109.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=31.35%
G=40.67%
B=27.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051410.2300.310.20104.0639.0267.84
Hex9ECD8D1701F14682744
Octal236315215270372415047104
Binary100111101100110110001101101110111111010011010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,141); }

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

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

 a { background-color: rgb(158,205,141); }

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

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

 span { border-color: rgb(158,205,141); }

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