#94E86B

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

Shades of Gossip #94E86B

Tints of Gossip #94E86B

Color information

#94E86B (or 0x94E86B) is unknown color: approx Gossip. HEX triplet: 94, E8 and 6B. RGB value is (148,232,107). Sum of RGB (Red+Green+Blue) = 148+232+107=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #94E86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E86B is #6B1794. Grayscale: #C1C1C1. Windows color (decimal): -7018389 or 7071892. OLE color: 7071892.

HSL color Cylindrical-coordinate representation of color #94E86B: hue angle of 100.32º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94E86B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB148232107-
CMYK0.3600.540.09
HSL100.32º73.1%66.47%-
HSV(B)100.32º53.88%90.98%-
XYZ43.7265.0724.17-
YUV192.6379.6796.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 232 (91.02% from 255) = 47.64%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=30.39%
G=47.64%
B=21.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321070.3600.540.09100.3273.166.47
Hex94E86B240369644942
Octal2243501534406611144111102
Binary1001010011101000110101110010001101101001110010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,107); }

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

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

 a { background-color: rgb(148,232,107); }

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

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

 span { border-color: rgb(148,232,107); }

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