#94E66C

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

Shades of Gossip #94E66C

Tints of Gossip #94E66C

Color information

#94E66C (or 0x94E66C) is unknown color: approx Gossip. HEX triplet: 94, E6 and 6C. RGB value is (148,230,108). Sum of RGB (Red+Green+Blue) = 148+230+108=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #94E66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E66C is #6B1993. Grayscale: #BFBFBF. Windows color (decimal): -7018900 or 7136916. OLE color: 7136916.

HSL color Cylindrical-coordinate representation of color #94E66C: hue angle of 100.33º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94E66C is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB148230108-
CMYK0.3600.530.10
HSL100.33º70.93%66.27%-
HSV(B)100.33º53.04%90.2%-
XYZ43.2263.9724.26-
YUV191.5780.8396.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=30.45%
G=47.33%
B=22.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301080.3600.530.10100.3370.9366.27
Hex94E66C24035A644742
Octal2243461544406512144107102
Binary1001010011100110110110010010001101011010110010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,108); }

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

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

 a { background-color: rgb(148,230,108); }

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

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

 span { border-color: rgb(148,230,108); }

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