#94EC86

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

Shades of Light Green #94EC86

Tints of Light Green #94EC86

Color information

#94EC86 (or 0x94EC86) is unknown color: approx Light Green. HEX triplet: 94, EC and 86. RGB value is (148,236,134). Sum of RGB (Red+Green+Blue) = 148+236+134=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC86 is #6B1379. Grayscale: #C6C6C6. Windows color (decimal): -7017338 or 8842388. OLE color: 8842388.

HSL color Cylindrical-coordinate representation of color #94EC86: hue angle of 111.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94EC86 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB148236134-
CMYK0.3700.430.07
HSL111.76º72.86%72.55%-
HSV(B)111.76º43.22%92.55%-
XYZ46.5168.0133.23-
YUV198.0691.8592.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 236 (92.58% from 255) = 45.56%
BLUE value IS 134 (52.73% from 255) = 25.87%
R=28.57%
G=45.56%
B=25.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361340.3700.430.07111.7672.8672.55
Hex94EC862502B7704949
Octal224354206450537160111111
Binary1001010011101100100001101001010101011111111000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,236,134); }

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

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

 a { background-color: rgb(148,236,134); }

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

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

 span { border-color: rgb(148,236,134); }

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