#0EC57C

Color #0EC57C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0EC57C

Tints of Mountain Meadow #0EC57C

Color information

#0EC57C (or 0x0EC57C) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C5 and 7C. RGB value is (14,197,124). Sum of RGB (Red+Green+Blue) = 14+197+124=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC57C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC57C is #F13A83. Grayscale: #868686. Windows color (decimal): -15809156 or 8176910. OLE color: 8176910.

HSL color Cylindrical-coordinate representation of color #0EC57C: hue angle of 156.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC57C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB14197124-
CMYK0.9300.370.23
HSL156.07º86.73%41.37%-
HSV(B)156.07º92.89%77.25%-
XYZ23.7941.4825.82-
YUV133.96122.3742.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.18%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=4.18%
G=58.81%
B=37.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141971240.9300.370.23156.0786.7341.37
HexEC57C5D025179c5729
Octal163051741350452723412751
Binary11101100010111111001011101010010110111100111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EC57C; }

 p { color: rgb(14,197,124); }

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

<style>
 a { background-color: #0EC57C; }

 a { background-color: rgb(14,197,124); }

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

<style>
 span { border-color: #0EC57C; }

 span { border-color: rgb(14,197,124); }

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