#0EBA95

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

Shades of Mountain Meadow #0EBA95

Tints of Mountain Meadow #0EBA95

Color information

#0EBA95 (or 0x0EBA95) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BA and 95. RGB value is (14,186,149). Sum of RGB (Red+Green+Blue) = 14+186+149=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA95 is #F1456A. Grayscale: #828282. Windows color (decimal): -15811947 or 9812494. OLE color: 9812494.

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

Color convert

RGB14186149-
CMYK0.9200.200.27
HSL167.09º86%39.22%-
HSV(B)167.09º92.47%72.94%-
XYZ23.1637.3834.43-
YUV130.35138.5245.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.01%
GREEN value IS 186 (73.05% from 255) = 53.30%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=4.01%
G=53.30%
B=42.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141861490.9200.200.27167.098639.22
HexEBA955C0141Ba75627
Octal162722251340243324712647
Binary11101011101010010101101110001010011011101001111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,186,149); }

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

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

 a { background-color: rgb(14,186,149); }

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

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

 span { border-color: rgb(14,186,149); }

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