#0EB37C

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

Shades of Mountain Meadow #0EB37C

Tints of Mountain Meadow #0EB37C

Color information

#0EB37C (or 0x0EB37C) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B3 and 7C. RGB value is (14,179,124). Sum of RGB (Red+Green+Blue) = 14+179+124=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB37C is #F14C83. Grayscale: #7B7B7B. Windows color (decimal): -15813764 or 8172302. OLE color: 8172302.

HSL color Cylindrical-coordinate representation of color #0EB37C: hue angle of 160º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB37C is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB14179124-
CMYK0.9200.310.30
HSL160º85.49%37.84%-
HSV(B)160º92.18%70.2%-
XYZ19.9433.7924.54-
YUV123.39128.3449.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.42%
GREEN value IS 179 (70.31% from 255) = 56.47%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=4.42%
G=56.47%
B=39.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141791240.9200.310.3016085.4937.84
HexEB37C5C01F1Ea05526
Octal162631741340373624012546
Binary1110101100111111100101110001111111110101000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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