#9ECD7E

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

Shades of Gossip #9ECD7E

Tints of Gossip #9ECD7E

Color information

#9ECD7E (or 0x9ECD7E) is unknown color: approx Gossip. HEX triplet: 9E, CD and 7E. RGB value is (158,205,126). Sum of RGB (Red+Green+Blue) = 158+205+126=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD7E is #613281. Grayscale: #B6B6B6. Windows color (decimal): -6369922 or 8310174. OLE color: 8310174.

HSL color Cylindrical-coordinate representation of color #9ECD7E: hue angle of 95.7º 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 #9ECD7E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB158205126-
CMYK0.2300.390.20
HSL95.7º44.13%64.9%-
HSV(B)95.7º38.54%80.39%-
XYZ39.752.4427.77-
YUV181.9496.43110.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=32.31%
G=41.92%
B=25.77%

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
Decimal1582051260.2300.390.2095.744.1364.9
Hex9ECD7E1702714602c41
Octal236315176270472414054101
Binary100111101100110111111101011101001111010011000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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