#0EC57D

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

Shades of Mountain Meadow #0EC57D

Tints of Mountain Meadow #0EC57D

Color information

#0EC57D (or 0x0EC57D) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C5 and 7D. RGB value is (14,197,125). Sum of RGB (Red+Green+Blue) = 14+197+125=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC57D is #F13A82. Grayscale: #868686. Windows color (decimal): -15809155 or 8242446. OLE color: 8242446.

HSL color Cylindrical-coordinate representation of color #0EC57D: hue angle of 156.39º 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 #0EC57D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB14197125-
CMYK0.9300.370.23
HSL156.39º86.73%41.37%-
HSV(B)156.39º92.89%77.25%-
XYZ23.8541.5126.16-
YUV134.07122.8742.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.17%
GREEN value IS 197 (77.34% from 255) = 58.63%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=4.17%
G=58.63%
B=37.20%

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
Decimal141971250.9300.370.23156.3986.7341.37
HexEC57D5D025179c5729
Octal163051751350452723412751
Binary11101100010111111011011101010010110111100111001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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