#0EBA7B

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

Shades of Mountain Meadow #0EBA7B

Tints of Mountain Meadow #0EBA7B

Color information

#0EBA7B (or 0x0EBA7B) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BA and 7B. RGB value is (14,186,123). Sum of RGB (Red+Green+Blue) = 14+186+123=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA7B is #F14584. Grayscale: #7F7F7F. Windows color (decimal): -15811973 or 8108558. OLE color: 8108558.

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

Color convert

RGB14186123-
CMYK0.9200.340.27
HSL158.02º86%39.22%-
HSV(B)158.02º92.47%72.94%-
XYZ21.3236.6424.69-
YUV127.39125.5247.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.33%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=4.33%
G=57.59%
B=38.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141861230.9200.340.27158.028639.22
HexEBA7B5C0221B9e5627
Octal162721731340423323612647
Binary11101011101011110111011100010001011011100111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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