Html Css Color HEX #0EB37C Mountain Meadow

📋 copy color: '#0EB37C'

red 14 ◦ green 179 ◦ blue 124

#0EB37C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0EB37C

Tints of Mountain Meadow #0EB37C

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 value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#0EB37C (or 0x0EB37C) is known color: 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

RGB 14 179 124 -
CMYK 0.92 0 0.31 0.30
HSL 160º 0.85% 0.38% -
HSV(B) 160º 0.92% 0.7% -
XYZ 19.94 33.79 24.54 -
YUV 123.4 128.34 49.97 -
System Red Green Blue C M Y K H S L
Decimal 14 179 124 0.92 0 0.31 0.30 160 0.85 0.38
Hex E B3 7C 5C 0 1F 1E A0 55 26
Octal 16 263 174 134 0 37 36 240 125 46
Binary 1110 10110011 1111100 1011100 0 11111 11110 10100000 1010101 100110

Color Harmonies of #0EB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB37C

Black with #0EB37C

Text Example


Text Example

White with #0EB37C

Text Example


Text Example

HTML Codes & Css Web 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>