#94EB9F

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

Shades of Light Green #94EB9F

Tints of Light Green #94EB9F

Color information

#94EB9F (or 0x94EB9F) is unknown color: approx Light Green. HEX triplet: 94, EB and 9F. RGB value is (148,235,159). Sum of RGB (Red+Green+Blue) = 148+235+159=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB9F is #6B1460. Grayscale: #C8C8C8. Windows color (decimal): -7017569 or 10480532. OLE color: 10480532.

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

Color convert

RGB148235159-
CMYK0.3700.320.08
HSL127.59º68.5%75.1%-
HSV(B)127.59º37.02%92.16%-
XYZ48.1868.2243.43-
YUV200.32104.6890.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 159 (62.5% from 255) = 29.34%
R=27.31%
G=43.36%
B=29.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351590.3700.320.08127.5968.575.1
Hex94EB9F25020880454b
Octal2243532374504010200105113
Binary100101001110101110011111100101010000010001000000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,159); }

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

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

 a { background-color: rgb(148,235,159); }

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

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

 span { border-color: rgb(148,235,159); }

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