#94D676

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

Shades of Gossip #94D676

Tints of Gossip #94D676

Color information

#94D676 (or 0x94D676) is unknown color: approx Gossip. HEX triplet: 94, D6 and 76. RGB value is (148,214,118). Sum of RGB (Red+Green+Blue) = 148+214+118=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #94D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D676 is #6B2989. Grayscale: #B7B7B7. Windows color (decimal): -7022986 or 7788180. OLE color: 7788180.

HSL color Cylindrical-coordinate representation of color #94D676: hue angle of 101.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94D676 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB148214118-
CMYK0.3100.450.16
HSL101.25º53.93%65.1%-
HSV(B)101.25º44.86%83.92%-
XYZ39.5355.725.81-
YUV183.3291.13102.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=30.83%
G=44.58%
B=24.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141180.3100.450.16101.2553.9365.1
Hex94D6761F02D10653641
Octal224326166370552014566101
Binary100101001101011011101101111101011011000011001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D676; }

 p { color: rgb(148,214,118); }

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

<style>
 a { background-color: #94D676; }

 a { background-color: rgb(148,214,118); }

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

<style>
 span { border-color: #94D676; }

 span { border-color: rgb(148,214,118); }

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