#94EA70

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

Shades of Gossip #94EA70

Tints of Gossip #94EA70

Color information

#94EA70 (or 0x94EA70) is unknown color: approx Gossip. HEX triplet: 94, EA and 70. RGB value is (148,234,112). Sum of RGB (Red+Green+Blue) = 148+234+112=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA70 is #6B158F. Grayscale: #C2C2C2. Windows color (decimal): -7017872 or 7400084. OLE color: 7400084.

HSL color Cylindrical-coordinate representation of color #94EA70: hue angle of 102.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EA70 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB148234112-
CMYK0.3700.520.08
HSL102.3º74.39%67.84%-
HSV(B)102.3º52.14%91.76%-
XYZ44.5666.3125.78-
YUV194.3881.5194.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 234 (91.80% from 255) = 47.37%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=29.96%
G=47.37%
B=22.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341120.3700.520.08102.374.3967.84
Hex94EA70250348664a44
Octal2243521604506410146112104
Binary1001010011101010111000010010101101001000110011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,112); }

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

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

 a { background-color: rgb(148,234,112); }

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

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

 span { border-color: rgb(148,234,112); }

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