#9ED074

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

Shades of Gossip #9ED074

Tints of Gossip #9ED074

Color information

#9ED074 (or 0x9ED074) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 74. RGB value is (158,208,116). Sum of RGB (Red+Green+Blue) = 158+208+116=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED074 is #612F8B. Grayscale: #B6B6B6. Windows color (decimal): -6369164 or 7655582. OLE color: 7655582.

HSL color Cylindrical-coordinate representation of color #9ED074: hue angle of 92.61º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ED074 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB158208116-
CMYK0.2400.440.18
HSL92.61º49.46%63.53%-
HSV(B)92.61º44.23%81.57%-
XYZ39.8153.6424.78-
YUV182.5690.44110.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=32.78%
G=43.15%
B=24.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081160.2400.440.1892.6149.4663.53
Hex9ED0741802C125d3140
Octal236320164300542213561100
Binary100111101101000011101001100001011001001010111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,116); }

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

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

 a { background-color: rgb(158,208,116); }

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

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

 span { border-color: rgb(158,208,116); }

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