#94EC8E

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

Shades of Light Green #94EC8E

Tints of Light Green #94EC8E

Color information

#94EC8E (or 0x94EC8E) is unknown color: approx Light Green. HEX triplet: 94, EC and 8E. RGB value is (148,236,142). Sum of RGB (Red+Green+Blue) = 148+236+142=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC8E is #6B1371. Grayscale: #C7C7C7. Windows color (decimal): -7017330 or 9366676. OLE color: 9366676.

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

Color convert

RGB148236142-
CMYK0.3700.400.07
HSL116.17º71.21%74.12%-
HSV(B)116.17º39.83%92.55%-
XYZ47.0968.2436.28-
YUV198.9795.8591.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=28.14%
G=44.87%
B=27.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482361420.3700.400.07116.1771.2174.12
Hex94EC8E25028774474a
Octal224354216450507164107112
Binary1001010011101100100011101001010101000111111010010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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