#9ECF72

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

Shades of Gossip #9ECF72

Tints of Gossip #9ECF72

Color information

#9ECF72 (or 0x9ECF72) is unknown color: approx Gossip. HEX triplet: 9E, CF and 72. RGB value is (158,207,114). Sum of RGB (Red+Green+Blue) = 158+207+114=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF72 is #61308D. Grayscale: #B6B6B6. Windows color (decimal): -6369422 or 7524254. OLE color: 7524254.

HSL color Cylindrical-coordinate representation of color #9ECF72: hue angle of 91.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECF72 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB158207114-
CMYK0.2400.450.19
HSL91.61º49.21%62.94%-
HSV(B)91.61º44.93%81.18%-
XYZ39.4553.1124.09-
YUV181.7589.77111.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=32.99%
G=43.22%
B=23.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071140.2400.450.1991.6149.2162.94
Hex9ECF721802D135c313f
Octal23631716230055231346177
Binary10011110110011111110010110000101101100111011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,114); }

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

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

 a { background-color: rgb(158,207,114); }

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

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

 span { border-color: rgb(158,207,114); }

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