#94D174

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

Shades of Gossip #94D174

Tints of Gossip #94D174

Color information

#94D174 (or 0x94D174) is unknown color: approx Gossip. HEX triplet: 94, D1 and 74. RGB value is (148,209,116). Sum of RGB (Red+Green+Blue) = 148+209+116=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #94D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D174 is #6B2E8B. Grayscale: #B4B4B4. Windows color (decimal): -7024268 or 7655828. OLE color: 7655828.

HSL color Cylindrical-coordinate representation of color #94D174: hue angle of 99.35º degrees, saturation: 0.5, 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 #94D174 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB148209116-
CMYK0.2900.440.18
HSL99.35º50.27%63.73%-
HSV(B)99.35º44.5%81.96%-
XYZ38.1753.1624.77-
YUV180.1691.79105.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 116 (45.70% from 255) = 24.52%
R=31.29%
G=44.19%
B=24.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091160.2900.440.1899.3550.2763.73
Hex94D1741D02C12633240
Octal224321164350542214362100
Binary100101001101000111101001110101011001001011000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,116); }

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

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

 a { background-color: rgb(148,209,116); }

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

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

 span { border-color: rgb(148,209,116); }

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