#94D17F

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

Shades of Gossip #94D17F

Tints of Gossip #94D17F

Color information

#94D17F (or 0x94D17F) is unknown color: approx Gossip. HEX triplet: 94, D1 and 7F. RGB value is (148,209,127). Sum of RGB (Red+Green+Blue) = 148+209+127=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #94D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D17F is #6B2E80. Grayscale: #B5B5B5. Windows color (decimal): -7024257 or 8376724. OLE color: 8376724.

HSL color Cylindrical-coordinate representation of color #94D17F: hue angle of 104.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D17F is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB148209127-
CMYK0.2900.390.18
HSL104.63º47.13%65.88%-
HSV(B)104.63º39.23%81.96%-
XYZ38.8453.4328.34-
YUV181.4197.29104.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 127 (50% from 255) = 26.24%
R=30.58%
G=43.18%
B=26.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091270.2900.390.18104.6347.1365.88
Hex94D17F1D02712692f42
Octal224321177350472215157102
Binary100101001101000111111111110101001111001011010011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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