#94E37A

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

Shades of Gossip #94E37A

Tints of Gossip #94E37A

Color information

#94E37A (or 0x94E37A) is unknown color: approx Gossip. HEX triplet: 94, E3 and 7A. RGB value is (148,227,122). Sum of RGB (Red+Green+Blue) = 148+227+122=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #94E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E37A is #6B1C85. Grayscale: #BFBFBF. Windows color (decimal): -7019654 or 8053652. OLE color: 8053652.

HSL color Cylindrical-coordinate representation of color #94E37A: hue angle of 105.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94E37A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB148227122-
CMYK0.3500.460.11
HSL105.14º65.22%68.43%-
HSV(B)105.14º46.26%89.02%-
XYZ43.1962.6428.23-
YUV191.4188.8397.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=29.78%
G=45.67%
B=24.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482271220.3500.460.11105.1465.2268.43
Hex94E37A2302EB694144
Octal2243431724305613151101104
Binary1001010011100011111101010001101011101011110100110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,122); }

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

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

 a { background-color: rgb(148,227,122); }

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

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

 span { border-color: rgb(148,227,122); }

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