#0EB37A

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

Shades of Mountain Meadow #0EB37A

Tints of Mountain Meadow #0EB37A

Color information

#0EB37A (or 0x0EB37A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B3 and 7A. RGB value is (14,179,122). Sum of RGB (Red+Green+Blue) = 14+179+122=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB37A is #F14C85. Grayscale: #7B7B7B. Windows color (decimal): -15813766 or 8041230. OLE color: 8041230.

HSL color Cylindrical-coordinate representation of color #0EB37A: hue angle of 159.27º 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 #0EB37A is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB14179122-
CMYK0.9200.320.30
HSL159.27º85.49%37.84%-
HSV(B)159.27º92.18%70.2%-
XYZ19.8133.7423.88-
YUV123.17127.3450.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 179 (70.31% from 255) = 56.83%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=4.44%
G=56.83%
B=38.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141791220.9200.320.30159.2785.4937.84
HexEB37A5C0201E9f5526
Octal162631721340403623712546
Binary11101011001111110101011100010000011110100111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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