#0EBE86

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

Shades of Mountain Meadow #0EBE86

Tints of Mountain Meadow #0EBE86

Color information

#0EBE86 (or 0x0EBE86) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BE and 86. RGB value is (14,190,134). Sum of RGB (Red+Green+Blue) = 14+190+134=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE86 is #F14179. Grayscale: #838383. Windows color (decimal): -15810938 or 8830478. OLE color: 8830478.

HSL color Cylindrical-coordinate representation of color #0EBE86: hue angle of 160.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE86 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB14190134-
CMYK0.9300.290.25
HSL160.91º86.27%40%-
HSV(B)160.91º92.63%74.51%-
XYZ22.938.6428.81-
YUV130.99129.6944.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=4.14%
G=56.21%
B=39.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901340.9300.290.25160.9186.2740
HexEBE865D01D19a15628
Octal162762061350353124112650
Binary11101011111010000110101110101110111001101000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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