#9ECD7D

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

Shades of Gossip #9ECD7D

Tints of Gossip #9ECD7D

Color information

#9ECD7D (or 0x9ECD7D) is unknown color: approx Gossip. HEX triplet: 9E, CD and 7D. RGB value is (158,205,125). Sum of RGB (Red+Green+Blue) = 158+205+125=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD7D is #613282. Grayscale: #B6B6B6. Windows color (decimal): -6369923 or 8244638. OLE color: 8244638.

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

Color convert

RGB158205125-
CMYK0.2300.390.20
HSL95.25º44.44%64.71%-
HSV(B)95.25º39.02%80.39%-
XYZ39.6352.4127.43-
YUV181.8395.93111-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=32.38%
G=42.01%
B=25.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051250.2300.390.2095.2544.4464.71
Hex9ECD7D17027145f2c41
Octal236315175270472413754101
Binary100111101100110111111011011101001111010010111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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