Html Css Color HEX #0EB986 Mountain Meadow

📋 copy color: '#0EB986'

red 14 ◦ green 185 ◦ blue 134

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

Shades of Mountain Meadow #0EB986

Tints of Mountain Meadow #0EB986

RGB

 RED value IS 14 (5.86% from 255) = 4.2%

 GREEN value IS 185 (72.66% from 255) = 55.56%

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 4.2%
G = 55.56%
B = 40.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#0EB986 (or 0x0EB986) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 86. RGB value is (14,185,134). Sum of RGB (Red+Green+Blue) = 14+185+134=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB986 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB986 is #F14679. Grayscale: #808080. Windows color (decimal): -15812218 or 8829198. OLE color: 8829198.

HSL color Cylindrical-coordinate representation of color #0EB986: hue angle of 162.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB986 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 134 -
CMYK 0.92 0 0.28 0.27
HSL 162.11º 0.86% 0.39% -
HSV(B) 162.11º 0.92% 0.73% -
XYZ 21.83 36.51 28.45 -
YUV 128.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 14 185 134 0.92 0 0.28 0.27 162.11 0.86 0.39
Hex E B9 86 5C 0 1C 1B A2 56 27
Octal 16 271 206 134 0 34 33 242 126 47
Binary 1110 10111001 10000110 1011100 0 11100 11011 10100010 1010110 100111

Color Harmonies of #0EB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB986

Black with #0EB986

Text Example


Text Example

White with #0EB986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,134); }

 H1.HeaderClassName
 {
   color: #0EB986;
 }
 .AnyTagClassName
 {
   color: #0EB986;
 }
</style>

background-color css

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

 a { background-color: rgb(14,185,134); }

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

border-color css

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

 span { border-color: rgb(14,185,134); }

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