#94EC80

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

Shades of Light Green #94EC80

Tints of Light Green #94EC80

Color information

#94EC80 (or 0x94EC80) is unknown color: approx Light Green. HEX triplet: 94, EC and 80. RGB value is (148,236,128). Sum of RGB (Red+Green+Blue) = 148+236+128=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC80 is #6B137F. Grayscale: #C5C5C5. Windows color (decimal): -7017344 or 8449172. OLE color: 8449172.

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

Color convert

RGB148236128-
CMYK0.3700.460.07
HSL108.89º73.97%71.37%-
HSV(B)108.89º45.76%92.55%-
XYZ46.167.8531.09-
YUV197.3888.8592.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 236 (92.58% from 255) = 46.09%
BLUE value IS 128 (50.39% from 255) = 25%
R=28.91%
G=46.09%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361280.3700.460.07108.8973.9771.37
Hex94EC802502E76d4a47
Octal224354200450567155112107
Binary1001010011101100100000001001010101110111110110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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